Description:
Dear MYSQL,
I've got a problem at installing mysql ver 4.1.
The configure option is below.
./configure --prefix=/YesVeryHome/system/mysql --with-charset=euckr
And everything's OK before running mysql_install_db.
I've got the error message (listed below) at running it.
I guess that the charset (EUC_KR) dosen't match between compilation and running mysqld.
How to fix it.
Please reply to me~~~~ please!!
ERROR MESSAGE
==================================================
Installing all prepared tables
/YesVeryHome/system/mysql/libexec/mysqld: Character set 'euc_kr' is not a compiled character set and is not specified in the '/YesVeryHome/system/mysql/share/mysql/charsets/Index.xml' file
040518 23:24:50 Aborting
040518 23:24:50 /YesVeryHome/system/mysql/libexec/mysqld: Shutdown Complete
../../../bin/mysql_install_db: line 274: 25665 Broken pipe cat $fill_help_tables
Installation of grant tables failed!
Examine the logs in /YesVeryHome/system/mysql/var for more information.
You can also try to start the mysqld daemon with:
/YesVeryHome/system/mysql/libexec/mysqld --skip-grant &
You can use the command line tool
/YesVeryHome/system/mysql/bin/mysql to connect to the mysql
database and look at the grant tables:
shell> /YesVeryHome/system/mysql/bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /YesVeryHome/system/mysql/var that may be helpful.
The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the /YesVeryHome/system/mysql/bin/mysqlbug script!
How to repeat:
Sorry! I don't know what you mean "How to repeat".