par
hakazizi » 18 sept. 2006, 20:18
lorsque je rentre mon fichier ou sont mes tables j'obtient ce message
Code : Tout sélectionner
Erreur
requête SQL:
- INSERT INTO `config`
VALUES (
'statutInscription', 'OUI'
)
Code : Tout sélectionner
MySQL a répondu:
#1064 - 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 '-
INSERT INTO `config` VALUES ('statutInscription', 'OUI')' at line 1
dans les insert into j'ai
Code : Tout sélectionner
INSERT INTO `config` VALUES ('statutInscription', 'OUI');
INSERT INTO `config` VALUES ('nombreInscription', '0');
INSERT INTO `config` VALUES ('nomSite', '****');
INSERT INTO `config` VALUES ('mailWebmaster', '******');
INSERT INTO `config` VALUES ('seuilPaiment', '10');
INSERT INTO `config` VALUES ('MoneyAvantConversion', 'points');
INSERT INTO `config` VALUES ('MoneyApresConversion', '€');
INSERT INTO `config` VALUES ('tauxPourMillePoint', '**');
INSERT INTO `config` VALUES ('numeroDocAllopassFilleul', '****');
INSERT INTO `config` VALUES ('devise', '****');
INSERT INTO `config` VALUES ('scriptAllopassFilleul', '');
INSERT INTO `config` VALUES ('numeroDocAllopassAnonce', '******');
INSERT INTO `config` VALUES ('scriptAllopassAnonce', '');
INSERT INTO `config` VALUES ('niveau1', '50');
INSERT INTO `config` VALUES ('niveau2', '25');
INSERT INTO `config` VALUES ('niveau3', '0');
INSERT INTO `config` VALUES ('niveau4', '0');
INSERT INTO `config` VALUES ('faq', '');
INSERT INTO `config` VALUES ('fonctionement', '');
INSERT INTO `config` VALUES ('url', '');
INSERT INTO `config` VALUES ('accueil', '');
lorsque je suprime cette parti c'est une autre qui me fait quasiment le meme coup
autre message d'erreur
Code : Tout sélectionner
Erreur
requête SQL:
CREATE TABLE `membre` (
`point` varchar( 255 ) NOT NULL default '0',
`euro` varchar( 255 ) NOT NULL default '0',
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`anti_triche` int( 255 ) NOT NULL default '1',
`d鳡ctiv頠i nt( 255 ) NOT NULL default '0',
`ps eudo ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `pa rrain ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `fi lleul ` i nt( 255 ) NOT NULL default '0',
`pa ss ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `ma il ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `co nfirm ` i nt( 3 ) NOT NULL default '0',
`nu m_confirm ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `IP ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `pa ypal ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `de rniereConection ` v archar( 255 ) NOT NULL default '', `bl oque ` i nt( 15 ) NOT NULL default '0',
`in scription ` v archar( 255 ) NOT NULL default '', `pr esence ` i nt( 255 ) NOT NULL default '0',
`de rnier_jour_presence ` v archar( 255 ) NOT NULL default '', KEY `id ` ( `id `)
) ENGINE = MYISAM
Code : Tout sélectionner
MySQL a répondu:
#1300 - Invalid utf8 character string: '鳡ctiv頠int(255) NOT NULL default '0',
'
merci
lorsque je rentre mon fichier ou sont mes tables j'obtient ce message
[code]
Erreur
requête SQL:
- INSERT INTO `config`
VALUES (
'statutInscription', 'OUI'
) [/code]
[code]MySQL a répondu:
#1064 - 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 '-
INSERT INTO `config` VALUES ('statutInscription', 'OUI')' at line 1 [/code]
dans les insert into j'ai
[code]INSERT INTO `config` VALUES ('statutInscription', 'OUI');
INSERT INTO `config` VALUES ('nombreInscription', '0');
INSERT INTO `config` VALUES ('nomSite', '****');
INSERT INTO `config` VALUES ('mailWebmaster', '******');
INSERT INTO `config` VALUES ('seuilPaiment', '10');
INSERT INTO `config` VALUES ('MoneyAvantConversion', 'points');
INSERT INTO `config` VALUES ('MoneyApresConversion', '€');
INSERT INTO `config` VALUES ('tauxPourMillePoint', '**');
INSERT INTO `config` VALUES ('numeroDocAllopassFilleul', '****');
INSERT INTO `config` VALUES ('devise', '****');
INSERT INTO `config` VALUES ('scriptAllopassFilleul', '');
INSERT INTO `config` VALUES ('numeroDocAllopassAnonce', '******');
INSERT INTO `config` VALUES ('scriptAllopassAnonce', '');
INSERT INTO `config` VALUES ('niveau1', '50');
INSERT INTO `config` VALUES ('niveau2', '25');
INSERT INTO `config` VALUES ('niveau3', '0');
INSERT INTO `config` VALUES ('niveau4', '0');
INSERT INTO `config` VALUES ('faq', '');
INSERT INTO `config` VALUES ('fonctionement', '');
INSERT INTO `config` VALUES ('url', '');
INSERT INTO `config` VALUES ('accueil', '');[/code]
lorsque je suprime cette parti c'est une autre qui me fait quasiment le meme coup
autre message d'erreur
[code]Erreur
requête SQL:
CREATE TABLE `membre` (
`point` varchar( 255 ) NOT NULL default '0',
`euro` varchar( 255 ) NOT NULL default '0',
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`anti_triche` int( 255 ) NOT NULL default '1',
`d鳡ctiv頠i nt( 255 ) NOT NULL default '0',
`ps eudo ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `pa rrain ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `fi lleul ` i nt( 255 ) NOT NULL default '0',
`pa ss ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `ma il ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `co nfirm ` i nt( 3 ) NOT NULL default '0',
`nu m_confirm ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `IP ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `pa ypal ` v archar( 255 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL default '', `de rniereConection ` v archar( 255 ) NOT NULL default '', `bl oque ` i nt( 15 ) NOT NULL default '0',
`in scription ` v archar( 255 ) NOT NULL default '', `pr esence ` i nt( 255 ) NOT NULL default '0',
`de rnier_jour_presence ` v archar( 255 ) NOT NULL default '', KEY `id ` ( `id `)
) ENGINE = MYISAM[/code]
[code]MySQL a répondu:
#1300 - Invalid utf8 character string: '鳡ctiv頠int(255) NOT NULL default '0',
'
[/code]
merci