mySQL in Hebrew/my.cnf

2004-01-01 Thread Noamn
I asked about a week ago how to get mySQL to index correctly in Hebrew, and the best answer that I received was to define a my.cnf file as follows [mysqld] set-variable = default-character-set = hebrew I created the file /etc/my.cnf using the root account, stopped the mysql daemon then restarted.

re: mySQL in Hebrew/my.cnf

2004-01-01 Thread Jeremy March
You should check the error log about why the server didn't start. It should be called yourhostname.err in your data directory. I think the problem is that you put spaces around the second equal sign. The first equal sign "set-variable = ..." can be surrounded by spaces but the second one "...

Re: mySQL in Hebrew/my.cnf

2004-01-02 Thread user
"Noamn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I asked about a week ago how to get mySQL to index correctly in Hebrew, and > the best answer that I received was to define a my.cnf file as follows > [mysqld] > set-variable = default-character-set = hebrew > > I created the fi