Guest User

Untitled

a guest
Jan 23rd, 2018
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. mysql> use mysql;
  2. Database changed
  3. mysql> show tables;
  4. +---------------------------+
  5. | Tables_in_mysql |
  6. +---------------------------+
  7. ...
  8. | plugin |
  9. ...
  10. 31 rows in set (0.00 sec)
  11.  
  12. mysql> select * from plugin;
  13. ERROR 1146 (42S02): Table 'mysql.plugin' doesn't exist
  14.  
  15. ... 0 [Warning] InnoDB: Cannot open table mysql/plugin from the internal data dictionary of InnoDB though the .frm file for the table exists. Please $
  16. mysqld: Table 'mysql.plugin' doesn't exist
  17. ... 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
Add Comment
Please, Sign In to add comment