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?
ThenCode: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
Using the same user & pass of course.Code:Connection to Database failed Lost connection to MySQL server at 'reading initial communication packet', system error: 111


Reply With Quote

