Quote:
Originally posted by Twahir34
I have installed mysql and i have also installed mysql control centre which is a management program for gui but its still does not work i am getting an error saying it could not connecct to the server.
|
could you be able to start mysql properly? can you go to command promt, cd to mysql\bin directory and type:
mysqladmin version
if there is something like
Server version 3.23.49-nt
Protocol version 10
.....
then you have successfully started the server. next step is to connect by mysql control center on localhost (the computer that runs mysql server) with user name 'root', no password by default.
if you cant get mysql reply, it means you havent started the server, pls goto mysql website, check how to start mysql server on windows 2000/xp machines and try to start it first.
hope this helps