Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation impossible : Erreur MySQL #3

Open
darknoon29 opened this issue Feb 24, 2017 · 1 comment
Open

Installation impossible : Erreur MySQL #3

darknoon29 opened this issue Feb 24, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@darknoon29
Copy link
Member

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

@darknoon29 darknoon29 added this to the 1.1.7 milestone Feb 24, 2017
@darknoon29 darknoon29 added the bug label Feb 24, 2017
@darknoon29
Copy link
Member Author

On supprime les contraintes.

darknoon29 added a commit that referenced this issue Jan 10, 2020
@darknoon29 darknoon29 self-assigned this May 2, 2023
darknoon29 added a commit that referenced this issue May 2, 2023
Retrait Table Mod_user_config de ce mod #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant