problems on mysql & hebrew - running a service / running from a command line
Hello.
When I run the service : MySql, which points to same execution file,
(I have changed the key on registry :
\\HKLM\SYSTEM\ControlSet001\Services\MySql.
The key : ImagePath.
The value :
"C:\Program Files\MySQL\MySQL Server
5.0\bin\mysqld-nt.exe" --character-set-server=utf8
.... Is there other way and not to change directly on service ?)
I got an error :
Could not start the MySql service ...
Error 1053 : The service did not respond to the start ... timely fashion.
When I run the same line :
"C:\Program Files\MySQL\MySQL Server
5.0\bin\mysqld-nt.exe" --character-set-server=utf8"
On command line (cmd).
It runs properly with no errors.
When I change the above to Hebrew :
C:\Program Files\MySQL\MySQL Server
5.0\bin\mysqld-nt.exe" --character-set-server=hebrew,
the program stops unexpectedly.
What am I doing wrong ? (
problem 1: On service declaration & registry,
problem 2: When changing on command line to Hebrew.
Thanks :)
|