Heikki,
Thanks so much! That did the trick - mysqld is up and humming.

SJohnson

Heikki Tuuri wrote:

Hi!

mysqld thinks some character pairs like \b and \s are special characters.
You should replace

basedir=C:\mysql\bin
language=c:\mysql\share\english\

by

basedir=C:/mysql/bin
language=c:/mysql/share/english/

mysqld will internally convert those slashes to backslashes on Windows.

Best regards,

Heikki Tuuri
Innobase Oy
http://www.innodb.com
Transactions, foreign keys, and a hot backup tool for MySQL
Order MySQL technical support from https://order.mysql.com/





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to