PDA

View Full Version : mysql db problem


colicab-d
05-23-2003, 07:39 PM
MySQL said:

You have an error in your SQL syntax near '\'\',
usertitle char(100) NOT NULL default \'\',
cancontrolpanel smallint(' at line 3

it adds the \'s... they're not in the code

Thanks
Pie :bunny:

Xenon
05-24-2003, 07:32 AM
hmm seem like an addslashes function where it doesn't should be ;)

Link14716
05-24-2003, 12:14 PM
If that's phpMyAdmin 2.2.0, upgrade now. ;)

Boofo
05-24-2003, 12:20 PM
Yesterday at 03:39 PM colicab-d said this in Post #1 (https://vborg.vbsupport.ru/showthread.php?postid=399072#post399072)
MySQL said:


You have an error in your SQL syntax near '\'\',
usertitle char(100) NOT NULL default \'\',
cancontrolpanel smallint(' at line 3



it adds the \'s... they're not in the code


Thanks
Pie :bunny:

Where exactly did you get that error? What were you doing when it happened?