0

I have a really weird problem. I am not entirely sure how it happen, and I do not have any viggest idea on where to start.

I am running XAMPP 1.8.3-5. Right now both on MySQL Workbench and also phpMyAdmin I can see and view schema and the tables in side it. However when I try to select schema.table, I get a return ERROR CODE: 1146.

I went in to XMAPP/xamppfiles/var/mysql to make sure that the data exist and is stored where it belongs.

So I intended to export and back up the DB through phpMyAdmin / Workbench and than reimport it. However when I tried to do that i get the following

Couldn't execute 'show create table `actions`
mysqldump: Couldn't execute 'show create table `actions`': Table 'resource.actions' doesn't exist (1146)

What troubles me is the physical data is there. Through phpMyAdmin / Workbench I can also see the schema along with the table inside just can't do anything with it.

Could this be a permission problem? Anyway to recover this? Thank you.

Show Databases;

+-------------------------+
| Database                |
+-------------------------+
| information_schema      |
| cdcol                   |
| drupal_sandbox          |
| mysql                   |
| performance_schema      |
| phpmyadmin              |
| resource                |
| test                    |
|     |
+-------------------------+
8 rows in set (0.00 sec)
Cristik
  • 30,989
  • 25
  • 91
  • 127
Eric Huang
  • 1,114
  • 3
  • 22
  • 43

0 Answers0