Teraz niestety nie zadziałało :/ problem występuje tylko z tabelami innodb. myisam prawidłowo się pojawił.
phpmyadmin nie wyświetla tabel innodb.
Samo innodb działa prawidłowo, ponieważ nowa baza z taką tabelą prawidłowo się wyświetla.
SHOW ENGINES;
Engine Support Comment Transactions XA Savepoints InnoDB DEFAULT Supports transactions, row-level locking, and fore... YES YES YES MRG_MYISAM YES Collection of identical MyISAM tables NO NO NO BLACKHOLE YES /dev/null storage engine (anything you write to it... NO NO NO CSV YES CSV storage engine NO NO NO MEMORY YES Hash based, stored in memory, useful for temporary... NO NO NO FEDERATED NO Federated MySQL storage engine NULL NULL NULL ARCHIVE YES Archive storage engine NO NO NO MyISAM YES Default engine as of MySQL 3.23 with great perform... NO NO NO
/var/log/mysql/error.log nie mówi nic interesującego
110219 16:35:58 [Note] Plugin 'FEDERATED' is disabled. 110219 16:35:58 InnoDB: Started; log sequence number 0 48339 110219 16:35:58 [Note] Event Scheduler: Loaded 0 events 110219 16:35:58 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.1.49-1ubuntu8.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu) 110219 16:35:59 [ERROR] Cannot find or open table cypissc_cars/cars from the internal data dictionary of InnoDB though the .frm file for the table exists. Maybe you have deleted and recreated InnoDB data files but have forgotten to delete the corresponding .frm files of InnoDB tables, or you have moved .frm files to another database? or, the table contains indexes that this version of the engine doesn't support. See http://dev.mysql.com/doc/refman/5.1/en/innodb-troubleshooting.html how you can resolve the problem. [...]
Jak wyłączę obsługę InnoDb (skip-innodb), to phpmyadmin wyświetli wszystkie tabele, ale mają one status "w użyciu" i nic nie można z nimi zrobić. Naprawa/Analiza/Optymalizacja kończy się błędem informującym o braku wsparcia dla innodb
Co może być przyczyną tego problemu?













