2 messages in com.mysql.lists.mysqlRe: MySQL Bug
FromSent OnAttachments
John D Armstrong11 Apr 2002 19:22 
Miguel Angel Solorzano12 Apr 2002 01:38 
Subject:Re: MySQL Bug
From:Miguel Angel Solorzano (mig@mysql.com)
Date:04/12/2002 01:38:40 AM
List:com.mysql.lists.mysql

At 21:22 11/04/02 -0500, John D Armstrong wrote: Hi!

On my computer both old 'stable' releases and new alpha downloads of MySQL report this error:

020411 21:21:31 Can't find messagefile 'c:\mysqin\share\english\errmsg.sys' 020411 21:21:31 Aborting

Although I have checked several times for the files existence. Any Idea?

The message error shows that you had installed on another directory than the default c:\mysql, so you need to have the my.cnf or my.ini file with:

[mysqld] basedir=c:\mysqin datadir=c:\mysqin\data

Regards, Miguel