show engines;
You should see a list of all the storage engines MySQL supports, and you may see something like this:
| InnoDB | DISABLED | Supports transactions, row-level locking, and foreign keys |
If you do, there are generally two things that would cause this:
1. Check my.cnf for skip-innodb. If it’s there, remove that line and restart MySQL
2. Your ibdata files are corrupted. Try moving the ibdata* files out of /va
No comments:
Post a Comment