New Zenner
- Join Date:
- Feb 2005
- Posts:
- 20
- Plugin Contributions:
- 0
mySQL created & right password yet connection failed?
Created mySQL database and right password yet connection failed.
The help is only mentioning creating the database and user/pass. Do I need to add some sort of user to the mysql group?
root ~ # mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 36
Server version: 5.0.51a-24+lenny4 (Debian)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database zencart;
Query OK, 1 row affected (0.01 sec)
mysql> quit
Bye
Then
Connection to Database failed
Lost connection to MySQL server at 'reading initial communication packet', system error: 111
Using the same user & pass of course.