now when using the
C:\mysql\bin\mysqld --standalone

the error message changes to:
Can't find messagefile 'c:mysql hare\english\errmsg.sys'

NO that is not typed incorrectly! mysql is has no idea where is wants to find that file.

I have downloaded the file twice now, with same result

below is a copy of 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
language=c:\mysql\share\english\
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]



Reply via email to