I moved into a new computer and copied databases from the old machine's MySQL databases
located in c:\xampp\mysql\data\dbname to the new machine.
When I tried to show table's content I get an error message that says:
"table dbname.tablename doesnt exist" but when I type: "show tables" it shows up !
Attached is a screenshot shows a folder's content of c:\xampp\mysql\dbname where table
"employers" exists and a screeshot of MySQL interface where table "employers" shows up
when I type: "show tables" but when I type: "select * from employers" I get an error
message says that it doesn't exist !
Can anyone help me with make that table come to life again?
Thanks !