Skip to content

Instantly share code, notes, and snippets.

@fenix011
Created August 5, 2013 00:20
Show Gist options
  • Save fenix011/6152654 to your computer and use it in GitHub Desktop.
Save fenix011/6152654 to your computer and use it in GitHub Desktop.
##SETUP [..] 8. Execute SQL files in the database **protected/data/schema.mysql.sql**
Error
SQL query:
CREATE TABLE users(
id INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT ,
username VARCHAR( 128 ) NOT NULL ,
PASSWORD VARCHAR( 40 ) NOT NULL ,
email VARCHAR( 128 ) NOT NULL
) ENGINE = InnoDB;
MySQL said: Documentation
#1050 - Table 'users' already exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment