Hello,
when i'm connecting to mysql database, i do "show tables;" and i see "innodb_table_stats" table in the list. When i wants, for example, to see the content of this table ("Select ...") i get the error "... table doesn't exist" (!?).
When i try the command "show create table 'innodb_table_stats';" i get the same error.
How can i get such error "cannot create a table because it doesn't exist" ??
It's incredible !
So my main question is how to repair this ? has someone a solution ?
(exactly same problem with innodb_table_stats, slave_master_info, slave_relay_log_info, slave_worker_info tables)
Regards, Philippe
when i'm connecting to mysql database, i do "show tables;" and i see "innodb_table_stats" table in the list. When i wants, for example, to see the content of this table ("Select ...") i get the error "... table doesn't exist" (!?).
When i try the command "show create table 'innodb_table_stats';" i get the same error.
How can i get such error "cannot create a table because it doesn't exist" ??
It's incredible !
So my main question is how to repair this ? has someone a solution ?
(exactly same problem with innodb_table_stats, slave_master_info, slave_relay_log_info, slave_worker_info tables)
Regards, Philippe