Hi all, Here is what I found in the msql docs:
You can change the character set with the |--default-character-set| option when you start the server. The character sets available depend on the |--with-charset=charset| and |--with-extra-charsets= list-of-charset | complex | all | none| options to |configure|, and the character set configuration files listed in `SHAREDIR/charsets/Index'. See section 2.3.3 Typical |configure| Options <cid:[EMAIL PROTECTED]>.
If you change the character set when running MySQL (which may also change the sort order), you must run |myisamchk -r -q --set-character-set=charset| on all tables. Otherwise, your indexes may not be ordered correctly.
I am afraid that changing the character set will make the whold db hebrew, I want heb/english. Any ideas
Also I am doing this for a db on a remote server.
Thanks
Aaron
================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]