FireFoz
09-09-2001, 01:21 PM
I've installed MySQL and PHP by using this document:
http://list.cobalt.com/pipermail/cobalt-users/2001-February/033275.html
I used diferent versions of both tho (newer versions), but i dont think that would make any difference.
Now php works fine. I installed php after mysql, ofcourse.
I configured phpmyadmin, and uploaded it. Now if i want to run it, i get this error:
Error
MySQL said:
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
When i login with telnet, i cant find mysql.sock in /tmp/, only in /usr/mysql/.
I changed "$cfgServers[1]['socket']" in phpmyadmin into /usr/mysql/ but i doesnt make a difference.
When i type: "mysql -password" in telnet, i get:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
Any ideas of what im doing wrong? Is MySQL runing tho? Im a newbie, sorry...
http://list.cobalt.com/pipermail/cobalt-users/2001-February/033275.html
I used diferent versions of both tho (newer versions), but i dont think that would make any difference.
Now php works fine. I installed php after mysql, ofcourse.
I configured phpmyadmin, and uploaded it. Now if i want to run it, i get this error:
Error
MySQL said:
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
When i login with telnet, i cant find mysql.sock in /tmp/, only in /usr/mysql/.
I changed "$cfgServers[1]['socket']" in phpmyadmin into /usr/mysql/ but i doesnt make a difference.
When i type: "mysql -password" in telnet, i get:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
Any ideas of what im doing wrong? Is MySQL runing tho? Im a newbie, sorry...
