Web Hosting News, Web Hosting Tips, Web Hosting Tutorials and FAQ by AwardSpace.com
AwardSpace Blog » Posts for tag 'MySQL'

I can’t establish MySQL connection and get this error: “Warning: mysql_connect(): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) ? No comments yet

Answer: You cannot make connection through socket, please use correct MySQL settings to establish connection (please refer to this post about database settings).

How to import MySQL Database over SSH? No comments yet

Answer:

1. First upload your .sql file inside your account.
2. Create SSH access using the SSH Manager, then SSH your account.
3. Using SSH go inside the folder where your .sql file is and run the following command:
mysql <DB> -h <HOST> -u <USER> -p <PASS> < file.sql

Top of page / Subscribe to new Entries (RSS)