3 messages in com.mysql.lists.win32Re: Instalation Problem ver. 3.23.53
FromSent OnAttachments
Alejandro Garrammone22 Apr 2004 09:52 
Andrey22 Apr 2004 21:26 
Alejandro Garrammone23 Apr 2004 07:40 
Subject:Re: Instalation Problem ver. 3.23.53
From:Andrey (and@itime.ru)
Date:04/22/2004 09:26:14 PM
List:com.mysql.lists.win32

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...