using mysql command line with SSH
Posted by: msherwoo
Posted on: 2009-01-02 00:26:00
I have connected to my server via SSH to import a mysql table via:
mysql -u UUU -pPPPPPP databasename < file.sql
and I get the error message.
"Can't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock"
I have no idea what that means. Any suggestions for how to get this import done?
Thanks,
Mike