Re: I am newbie and I can't resist anymore !!!!

2001-05-18 Thread Frank Schroeder
You're MySQL server is not running. Start the MySQL server. Linux: /etc/rc.d/init.d/mysql start (as root) If you're trying to access MySQL on another host then you need to specify that host on the command line: mysqladmin -h Radu Adam schrieb: > so ... this is another story: > > mysqladmin:

I am newbie and I can't resist anymore !!!!

2001-05-18 Thread Radu Adam
so ... this is another story: mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! Indeed there is no mysql.sock at