On Tue, Feb 5, 2008 at 2:05 PM, spencerp <[EMAIL PROTECTED]> wrote: > After doing a SVN UP on the VB blog, then hitting upgrade link.. I got > these errors... > > > > WordPress database error: [Got error 12 from storage engine] > SHOW TABLES;
Error 12 means mysql couldn't allocate memory. Since SHOW TABLES returned nothing due to the error, install thinks your tables aren't there and tries to create them. This results in the already exists errors. Everything stems from the error 12. MySQL doesn't have enough memory. _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
