Update: I am having some success using direct mysql commands of this form:
mysql -u root -proot local < database.sql
as shown in this thread:
2 Likes
Update: I am having some success using direct mysql commands of this form:
mysql -u root -proot local < database.sql
as shown in this thread: