Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mysql on Windows 2000

Status
Not open for further replies.

thendal

Programmer
Aug 23, 2000
284
Hi all!

I tired to install mysql on windows 2000....after extracting the files to mysql directory ...

i get into the command prompt and entered directory c:\\mysql\bin
here are the steps i followed

1,entered mysqld-nt in the command prompt

and then mysql ...

It says Error 2003 can't connect to the mysql server on localhost ...

Could some one help me thanks..
Regards,
Thendal
 
try installing as a service.

i believe you use mysql.exe

go to %installationpath%\mysql\bin

this is where mysql.exe should be.

then type mysql --install

** Double check the switch and syntax, I could be wrong**
this installs it as a service and you can control when you want it to run. Auto or Manual. You should also check to see if tcp port 3306 is open. that's the usual mysql port and how you interface with it.

hope that helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top