Hell o all. I edit the my.cnf file addinn a line default-character-set=value and then i try to reindex the tables according to the manual:
(If you change the character set when running MySQL (which may also change the sort order), you must run myisamchk -r -q on all tables. Otherwise your indexes may not be ordered correctly. ) $ myisamchk -R -q database_name.table_name but i always get the error message : the value of the sort key is bigger than max key 32 ------------------------------------------- --Backup aborted: ------------------------- --Please remove disk #192 and start over--- ------------------------------------------- --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php