-1

I have MySQL 5.5 installed. I tried to install Joolma but it failed. I went into their sql and replace EGNINE=InnoDB with MyISAM and the install worked.

InnoDB is listed under SHOW ENGINES;

Any idea what the cause is or how to fix this so other InnoDB sites can be used?

I had these errors:

MySQL ERROR No: 1030
MysqL Error: Got error -1 from storage engine
Tiffany Walker
  • 6,541
  • 13
  • 53
  • 77

1 Answers1

0

In your my.cnf, locate innodb_force_recovery and change

innodb_force_recovery = 4

to

innodb_force_recovery = 3

Also ensure you have enough disk space for the database.

Nathan C
  • 14,901
  • 4
  • 42
  • 62