Copied MySQL Database Files but Tables are not Showing in PhPMyAdmin -
i tried restore wordpress site using backed files. put faith in wordpress "export-all content" function in fact exports little.
i kept backups of wamp files , have read several posts copy backed database files new location , database works fine:
reinstalled wamp, wordpress tables not found in phpmyadmin
restore mysql database .frm files
the annoying thing these not working me. have tried 2 things:
copied database folder , backed ibfiles places. once , open php admin, wp tables listed error message not exist. see attached screenshot.

i created new database same name , did fresh wordpress install created empty tables. copied backed folder containing .frm files newly created folder , replaced ib files. problem time wamp not start , denied access phpmyadmin. error message 2002 actively refused.
one thing have noticed. in backed file ibdata1 file had not been backed since 13/08/14. whereas ib_logfile1 , iblogfile() 29/03/2015 , 19/04/2015. possible backup program (wd smartware) not doing sufficient job @ backing files? if wasting time , should start rebuilding scratch.
thanks help.
your ibdata1 file contains metadata database, tablespaces, indexes, table structure etc... should coincide last date else touched appears 04/19/2015 you. if ibdata1 file has not been backed since 08/13/2014 means metadata out of wack table (.frm , .ibd) files. while can see tables in database cannot access data because tablespaces misaligned. in case have infamous case of schrodinger's mysql table. briefly explained, mysql believes table exist , doesn't exist @ same time. refer stackoverflow more information.
i not believe innodb_force_recovery work in case guess can't hurt give shot. percona has recovery tool innodb fix metadata (tablespaces) has become out of sync. can give shot. experience not easy work with, can fire in linux, not necessary going work, , there little on web in terms of working tool.
my recommendation scrap can , start over.
Comments
Post a Comment