永夜海 发表于 2018-9-30 06:05:26

mysql 5.5 安装笔记

  如果报错,错误信息如下:
  # bash scripts/mysql_install_db --user=mysql --basedir=/usr/local/mysql --datadir=/data/mysql/
  Installing MySQL system tables...
  120330 16:19:42 Unknown collation: 'utf8-general_ci'
  120330 16:19:42 Aborting
  120330 16:19:42 /usr/local/mysql/bin/mysqld: Shutdown complete
  Installation of system tables failed!Examine the logs in
  /home/webserver/mysqldata/ for more information.
  vi /etc/my.cnf
  在下面添加
  character_set_server=utf8

页: [1]
查看完整版本: mysql 5.5 安装笔记