Hello Alejandro,
Thursday, April 22, 2004, 10:52:38 PM, you wrote:
AG> Hi, I've a problem when I setup mysql.
AG> I upgrade my OS fron W98 to NT, I install mysql but I can't configure it.
AG> I have read the manual and I don't find any answers.
AG> When I start the server (mysqld-nt) it starts fine. But when I try
AG> to enter the console with (mysqld [tablename]) It give me
AG> following error: "ERROR 2003: Can't connect to MySQL Server on
AG> 10.21.247.181"
Well, lets try from the beginning.
First: you need MySQL to run properly.
If your mysqld(-nt) starts properly, you can check it with telnet:
telnet <server-ip> 3306.
If you get a message like "Couldn't connect ...", this mean your
mysql server not started.
If you successfuly connected via telnet, try to do it with
"mysql.exe":
mysql -u <username> -p -h <server-ip> <database>.
If you still have a troubles, don't hesitate to ask me...