Guest User

Untitled

a guest
Jan 20th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Repairing tables
  2. mysql.innodb_index_stats
  3. Warning : InnoDB: Tablespace is missing for table 'mysql/innodb_index_stats'
  4. Error : Table 'mysql.innodb_index_stats' doesn't exist
  5. status : Operation failed
  6. mysql.innodb_table_stats
  7. Warning : InnoDB: Tablespace is missing for table 'mysql/innodb_table_stats'
  8. Error : Table 'mysql.innodb_table_stats' doesn't exist
  9. status : Operation failed
  10. Running 'mysql_fix_privilege_tables'...
  11. Warning: Using a password on the command line interface can be insecure.
  12. ERROR 1146 (42S02) at line 62: Table 'mysql.innodb_table_stats' doesn't exist
  13. ERROR 1243 (HY000) at line 63: Unknown prepared statement handler (stmt) given to EXECUTE
  14. ERROR 1243 (HY000) at line 64: Unknown prepared statement handler (stmt) given to DEALLOCATE PREPARE
  15. ERROR 1146 (42S02) at line 66: Table 'mysql.innodb_index_stats' doesn't exist
  16. ERROR 1243 (HY000) at line 67: Unknown prepared statement handler (stmt) given to EXECUTE
  17. ERROR 1243 (HY000) at line 68: Unknown prepared statement handler (stmt) given to DEALLOCATE PREPARE
  18. ERROR 1146 (42S02) at line 1904: Table 'mysql.innodb_table_stats' doesn't exist
  19. ERROR 1146 (42S02) at line 1908: Table 'mysql.innodb_index_stats' doesn't exist
  20. FATAL ERROR: Upgrade failed
  21.  
  22. #1146 - Table 'mysql.innodb_index_stats' doesn't exist
Add Comment
Please, Sign In to add comment