- Home
- Categorie
- Coding e Sistemistica
- MYSQL e altri Database
- Errore mysql che non capisco
-
Errore mysql che non capisco
vi prego aiutatemi:
Database error in WoltLab Burning Board: Invalid SQL: CREATE TABLE bb1_object2board ( boardid int(11) DEFAULT '0' NOT NULL, objectid int(11) DEFAULT '0' NOT NULL, mod int(1) DEFAULT '0' NOT NULL, boardpermission int(1) DEFAULT '0' NOT NULL, startpermission int(1) DEFAULT '0' NOT NULL, replypermission int(1) DEFAULT '0' NOT NULL )
mysql error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''mod' int(1) DEFAULT '0' NOT NULL, boardpermission int(1) D
mysql error number: 1064
-
metti DEFAULT 0 invece che DEFAULT '0'
e vedi se funziona...
-
l'errore di prima l'ho risolto era il mod che non veniva interpretato e ho cambiato in med
ma ora c'è questo errore:
Database error in forum: Invalid SQL: SELECT userid, username, boardid FROM bb1_object2board LEFT JOIN bb1_user_table ON (bb1_object2board.objectid = bb1_user_table.userid) WHERE mod = 1 ORDER BY username ASC
mysql error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= 1 ORDER BY username ASC' at line 1
mysql error number: 1064come devo fare?
-
forse mod = '1'
keiske