0

I moved my files from an SSD to another one so had to copy the files & database.

The problem began when I wasn't able to see the tables of my old database after running the cp command for copying the database.

The command line query :

cp -R /my-old-media/var/lib/mysql/ /var/lib/mysql

On searching the internet a lot the issues seems to be due to the 'ib' & 'frm' files which were not correctly copied. Please refer image attached for the problem.

enter image description here

Blue
  • 22,608
  • 7
  • 62
  • 92
  • Possible duplicate of [Bug? #1146 - Table 'xxx.xxxxx' doesn't exist](http://stackoverflow.com/questions/6342201/bug-1146-table-xxx-xxxxx-doesnt-exist) – S.I. Nov 14 '16 at 06:41
  • Seems more like a server issue, than a programming issue. Might fit better at [Server Fault](http://serverfault.com/)? – M. Eriksson Nov 14 '16 at 06:43

0 Answers0