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!

problem installing mysql in Win2000

Status
Not open for further replies.

JamesGNS

Programmer
Jan 8, 2002
1
US
warning: newbie question!!!!

i installed from mysql-3.23.47-win.zip
when i type: mysqld-max --standalone

i get an error: Fatal error: Can't find messagefile 'c:\mysql #e.g. ... errmsg.sys'

so i copied the errmsg.sys file for english to the c:\mysql directory and get the same error message.

how do i fix this?

thanks,

-james
berkeley, ca

 
I recently installed Mysql and had no problems. That was actually a little scary. Most of the things that run on a typical unix system I had to do a little work. Have you tried running it with this method:
C:\> C:\mysql\bin\mysqld-nt --standalone

or

C:\> C:\mysql\bin\mysqld --standalone --debug

See the section 2.6.2.3 Running MySQL on Windows in the docs manual.

Hope that will help out..
qleader
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top