Hi!

<cut>

>> I'm trying to run MySQL ver 3.23.49 on Win98 with Apache, PHP & Perl. Apache
>> reports that PHP & Perl are running OK. When I try to start MySQL, or let it
>> start on boot, or try to use the "WinMySqladmin" program, I get a Windows
>> error from MYSQLD-OPT.exe, with the usual Win98 "close" and "details"  and
>> the console screen for that program reads:
>> 
>> c:\serve\MySql\bin\mysql-opt.exe: Fatal error: Can't find messagefile 'C:
>> erve\MySql\share\english\errmsg.sys'
>> 
>> It seems the program is looking in "C:/ erve" when in fact the relevant
>> errmsg.sys file is in the "C:/serve" folder into which everything was
>> installed, along with the complete MySQL installation. There is no "C:/
>> erve" folder. I can't get MySql to run.

Fix:

Change in your my.ini file:

c:\serve
to
c:/serve or c:\\serve

(The problem is that the MySQL configure files uses \ as a escape symbol)

Regards,
Monty

-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Michael Widenius <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, CTO
/_/  /_/\_, /___/\___\_\___/   Helsinki, Finland
       <___/   www.mysql.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to