Unable to import db : Repeated "can't connect..." error

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