Hi,
I installed easyphp 14.1.vc9 / local / Windows 7.
I want to work on my db using phpMyAdmin (4.1.4).
I created a db "Essai" and created a table in them : no problem with these.
But when I move, from save (used with 13.1vc9) into .../binarie/mysql/data, a db directory (db.opt and tables) :
. the db appears in left list,
. its tables appear in left list,
. but when I select a table I have this message : "#1146 - Table xxx doesn't exist".
Have you an idea about this problem ?
Thanks for your help !
Concerned db are Innodb (.frm and .ibd files).
SQL command SHOW TABLES correctly displays the tables.
SQL command SELECT CURRENT_USER : root@localhost.
SQL command SHOW GRANTS :
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION
GRANT PROXY ON ''@'' TO 'root'@'localhost' WITH GRANT OPTION
Export tab of phpMyAdmin say "No table was found in this db".
I installed easyphp 14.1.vc9 / local / Windows 7.
I want to work on my db using phpMyAdmin (4.1.4).
I created a db "Essai" and created a table in them : no problem with these.
But when I move, from save (used with 13.1vc9) into .../binarie/mysql/data, a db directory (db.opt and tables) :
. the db appears in left list,
. its tables appear in left list,
. but when I select a table I have this message : "#1146 - Table xxx doesn't exist".
Have you an idea about this problem ?
Thanks for your help !
Concerned db are Innodb (.frm and .ibd files).
SQL command SHOW TABLES correctly displays the tables.
SQL command SELECT CURRENT_USER : root@localhost.
SQL command SHOW GRANTS :
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION
GRANT PROXY ON ''@'' TO 'root'@'localhost' WITH GRANT OPTION
Export tab of phpMyAdmin say "No table was found in this db".