Has anyone else experienced something like this? Its happened to me
twice now (on the same machine) and I have no idea what is causing it:

mysql> show tables like 'projects';
+---------------------------+
| Tables_in_nova (projects) |
+---------------------------+
| projects                  |
+---------------------------+
1 row in set (0.00 sec)

mysql> describe projects;
ERROR 1146 (42S02): Table 'nova.projects' doesn't exist

mysql> repair table projects;
+---------------+--------+----------+-------------------------------------+
| Table         | Op     | Msg_type | Msg_text                            |
+---------------+--------+----------+-------------------------------------+
| nova.projects | repair | Error    | Table 'nova.projects' doesn't exist |
| nova.projects | repair | status   | Operation failed                    |
+---------------+--------+----------+-------------------------------------+
2 rows in set (0.00 sec)

I'm a bit confused.

Thanks,
Mikal

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to