Skip to content

Installation impossible : Erreur MySQL #3

@darknoon29

Description

@darknoon29

Database MySQL Error
ErrNo:1215
Query:
CREATE TABLE ogspy_mod_user_config ( mod VARCHAR(50) NOT NULL, config VARCHAR(255) NOT NULL, user_id INT(10) NOT NULL, value VARCHAR(255) NOT NULL, PRIMARY KEY (mod, config, user_id), INDEX fk_user_userid (user_id), CONSTRAINT fk_user_userid FOREIGN KEY (user_id) REFERENCES ogspy_user (user_id) ) COLLATE='utf8_general_ci' ENGINE=InnoDB
Error:
Impossible d'ajouter des contraintes d'index externe

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions