EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   WinMySQLAdmin 1.4 (https://www.eqemulator.org/forums/showthread.php?t=12375)

Richardo 03-10-2004 10:17 AM

WinMySQLAdmin 1.4
 
Hey fellas, im helping my buddy run a server and I need some assistance. My WinMySQLAdmin isn't working, I try to log into MySQL in MsDos and I get this error...

Quote:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Timothy>cd..

C:\Documents and Settings>cd..

C:\>cd "eqemu/cvs/eqemu/eqemu release"

C:\EqEmu\cvs\eqemu\EQEMu Release>mysql -u root mysql
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

C:\EqEmu\cvs\eqemu\EQEMu Release>
I have tried a few things, any ideas? I did use search by the way, and I couldnt find anything that helped me, I found 2003 error and 10061 errors, but they were on a different part than what im on... I'v had this working before, I dont know why it decided to do this... makes no sense.. /sigh

Richardo 03-10-2004 11:00 AM

Also, I uninstalled mysql and tried again, deleted My.ini and the problem is still persisting....

nilar 03-10-2004 11:11 AM

Unless you installed it differently it should look like this

Code:

cd \mysql\bin

mysql -u root mysql

WinMySqlAdmin is located under mysql\bin. From what you did it looked like you were trying to connect to the source files in cvs :D

wize_one 03-10-2004 11:26 AM

you have your mysql/bin set in your path statement??..

Richardo 03-10-2004 12:14 PM

yes I do

Richardo 03-10-2004 12:25 PM

Same problem...
and yes my PATH is good, I think.. here it is.. btw, my OS is XP

Quote:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy stem32\Wbem;c:\EqEmu\cvs\wincvs;c:\EqEmu\cvs\wincv s\CVSNT;c:\mysql\bin
and this is the error I received when I tried it in c:\mysql\bin..

Quote:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Timothy>cd..

C:\Documents and Settings>cd..

C:\>cd \mysql\bin

C:\mysql\bin>mysql -u root mysql
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

C:\mysql\bin>

smogo 03-10-2004 12:27 PM

it reads that you can use mysql client, as you get the specific err message.

It's not much a matter of client imho, but maybe the server is not running properly.

Is server running on same machine ?
If not, use -h yourhostname when connecting
If it is, try 'telnet 127.0.0.1 3306'

if no DB server running, you'll get a connection failed, host unreachable on port 3306 (sorry, that's french)
[code]
E:\>telnet 127.0.0.1 3306
Connexion

nilar 03-10-2004 12:27 PM

What version of mysql?

Richardo 03-11-2004 06:12 AM

1.4, and I dont have the server running yet. It will be on the same machine but for now, I cant log on mysql for some reason...

Richardo 03-11-2004 07:16 AM

Problem Fixed:

I uninstalled MySQL, deleted the folder afterwards (C:\Mysql) then deleted the my.ini (C:\WINDOWS\my.ini) "for the second time", downloaded a new fresh copy of Mysql, reinstalled and it connected just fine...


All times are GMT -4. The time now is 05:18 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.