My mysqldump scripts at Webfaction say --host=webxxx.webfaction.com
To migrate, I changed them to say --host=opalx.opalstack.com
Result is: Got error: 1045: "Access denied for user 'xxxx'@'opalx.opalstack.com' (using password: YES)" when trying to connect
Next I tried --host=127.0.0.1
This seems to work OK. Is this the best way to do it here ... is it a good assumption that database is on same server as shell user?