Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 15:19 UTC
Updated:
24 Jul 2012 at 21:03 UTC
Jump to comment: Most recent
Comments
Comment #1
edhel commentedSeems it was problem with innodb data files. Error in mysql_error.log:
InnoDB: Error: table `drupal7`.`variable` already exists in InnoDB internal dictionary. Have you deleted the .frm file and not used DROP TABLE? Have you used DROP DATABASE for InnoDB tables in MySQL version <= 3.23.43?
I create another db and installation go further. I suppose, that I've deleted old drupal7 installation by delete mysql/data/drupal7 folder without DROP DATABASE.
Comment #2
sivaji_ganesh_jojodae commentedIf you encounter this problem, drop the database and re-create it.
Comment #3
hermick commentedI am encountering a similar problem, except installing Drupal 7.14 and with errno 135:
SQLSTATE[HY000]: General error: 1005 Can't create table '.variable' (errno: 135)
I'm just getting started with this, and hardly a web configuration guru, so specifics are helpful. I've tried deleting and recreating my database, but to no avail.