Trying to start first time using command: C:\mysql\bin\mysqld --standalone
Yields this error message: Can't find messagefile'C:mysqin\share\english\errmsg.sys' aborting
Now in C:\mysql\share\english\ there is an errmsg.sys
Do you have any language=C:/mysqin/share/english/ entry in the my.ini? -- Thanks for the Reply ... It sounds like I need to add:
language=c:\mysql\share\english\
BUT, here is a copy (On XP Pro) of the current my.ini C:\windows\my.ini
# This will be passed to all mysql clients [client] #password=my_password port=3306 #socket=MySQL
# The MySQL server
[mysqld] basedir=C:\mysql\bin datadir=C:\mysql\data port=3306 #socket=MySQL skip-locking set-variable = key_buffer=256M set-variable = max_allowed_packet=1M set-variable = table_cache=256 set-variable = sort_buffer=1M set-variable = record_buffer=1M set-variable = myisam_sort_buffer_size=64M set-variable = thread_cache=8 # Try number of CPU's*2 for thread_concurrency # set-variable = thread_concurrency=8 log-bin server-id = 1
[mysqldump] quick set-variable = max_allowed_packet=16M
[mysql] no-auto-rehash safe-updates
[isamchk] set-variable = key_buffer=128M set-variable = sort_buffer=128M set-variable = read_buffer=2M set-variable = write_buffer=2M
[myisamchk] set-variable = key_buffer=128M set-variable = sort_buffer=128M set-variable = read_buffer=2M set-variable = write_buffer=2M
[mysqlhotcopy] interactive-timeout
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]