When on installs drupal, if there was en error in the mysql's grants, the installer wrongly complain about being unable to create table, when it should just drop the table it previously created instead of reporting the following:

Failed to create a test table on your MySQL database server with the command 'CREATE TABLE drupal_install_test (id int NULL)'. MySQL reports the following message: Table 'drupal_install_test' already exists.

Comments

kenmclean’s picture

Issue tags: +7.x

This bug also affects 7.0-rc4. I had the wrong MySQL permissions, and now I have to manually drop the tables.

jhakasseo’s picture

I am having the same issue. Is there anybody who can solve this I need step by step guidance as I am newbie.

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.