首页 > 数据库 > MySQL > 正文

MySQL 开启报错 Table mysql.plugin doesn t exist

2024-07-24 12:35:17
字体:
来源:转载
供稿:网友
  启动报错:
  /opt/szy/bin/mysqld: Table /'mysql.plugin/' doesn/'t exist
  141211 15:06:12 [ERROR] Can/'t open the mysql.plugin table. Please run mysql_upgrade to create it.
  141211 15:06:14 [ERROR] Fatal error: Can/'t open and lock privilege tables: Table /'mysql.host/' doesn/'t exist
  141211 15:06:14 mysqld_safe mysqld from pid file /opt/szy/data/mysqldevdb03.pid ended
  
  解决办法:
                 执行如下语句,szy为实例名
                 ./scripts/mysql_install_db --user=szy --basedir=/opt/szy/ --datadir=/opt/szy/data/
 
  重启启动,OK!

(编辑:武林网)

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表