Upgraded Ubuntu 12.04 -> 12.10 and Drupal 7 site now get error

Posted by Paul B on Ask Ubuntu See other posts from Ask Ubuntu or by Paul B
Published on 2012-11-05T21:26:33Z Indexed on 2012/11/05 23:19 UTC
Read the original article Hit count: 237

Filed under:
|

I do all my Drupal 7 webdev and today I took advantage to upgrade my local WebDev box O/S to Ubuntu 12.10 from 12.04 and now I get the following errors for all my D7 projects on my localhost WebDev box (Ubuntu 12.10) It was all fine pre Ubuntu 12.04:

Error The website encountered an unexpected error. Please try again later. 
Error message PDOException: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB': 
SELECT expire, value FROM {semaphore} WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() 
(line 167 of /var/www/jobsdaily/includes/lock.inc).

A quick research and look into the phpmyadmin (3.4.11.1) and it seems InnoDB is an issue and when I click on a table to see data I get #1286 - Unknown storage engine 'InnoDB'. I have all my D7 sql backed up, but don't really want to go down the whole 'import' route, since it's 10 months work!

Anyone had this issues and can anyone suggest fix ideas? Thanks

© Ask Ubuntu or respective owner

Related posts about phpmyadmin

Related posts about drupal