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