On Saturday 21 December 2002 00:05, Ben Hornedo wrote: > All: > A quick question (hopefully with a quick answer). I have MySQL setup on a > machine and I'm trying to configure it so I can store Hebrew text (names, > addresses, etc.). I tried using set-character-set=hebrew in the my.cnf file > but that didn't seem to work. Could anyone point me in the right direction > as far as setting up MySQL to work with Hebrew text?
Hebrew charsets are available only if you (or your vendor) compile it with the hebrew charset ( I use --with-charset=all ). Just another tip, if you want your sorting in hebrew also, put "default-character-set=hebrew" in your /etc/my.cnf Regards, Robert Wallner ================================================================= 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]