|
the mysql is installed on my machine so nobody stoped it and reinstalled mysql and tryed to make another database and this is what i get
C:\MYSQL\BIN>mysqladmin -u root create pboards
MYSQLADMIN: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (10061)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'
|