LoginSignup
4
1

More than 5 years have passed since last update.

Table 'performance_schema.session_variables' doesn't exist エラー

Last updated at Posted at 2016-07-08

エラー

railsでバルクインサートしようとしたらエラー出た

error.log
ActiveRecord::StatementInvalid:
       Mysql2::Error: Table 'performance_schema.session_variables' doesn't exist: SHOW VARIABLES like 'max_allowed_packet';

対応

mysql_updateをかけて再起動

$ mysql_upgrade -u root -p --force
$ mysql.server restart

参考

https://dev.mysql.com/doc/refman/5.6/ja/mysql-upgrade.html
http://stackoverflow.com/questions/31967527/table-performance-schema-session-variables-doesnt-exist
http://sweep3092.hatenablog.com/entry/2015/11/28/180103

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1