LINUX下安装MYSQL的问题

来源:百度知道 编辑:UC知道 时间:2024/05/28 07:39:10
[root@localhost mysql-5.0.45]# /usr/local/mysql-5.0.45/bin/mysqld_safe --user=root &
[1] 4629
[root@localhost mysql-5.0.45]# Starting mysqld daemon with databases from /usr/local/mysql5.0.45 ar

[root@localhost mysql-5.0.45]# mysql -u root -p
mysql: Character set 'utf8' is not a compiled character set and is not specified in the '/usr /mysql arsets/Index' file
就是进不去MYSQL 高手帮下忙 看看是什么问题 我每次安装都显示这个
可以说的具体点么?具体怎么搞 我是新手 刚接触

重新编译一下,加上--with-extra-charsets=all 这个参数

你安装的是什么发行版的linux,如果是下载源码包自己编译的话就在./configure后面加上上面那个参数