Database Quaries Bein Stupid
Posted: Sun Mar 16, 2003 5:42 am
Herro, this is my my first post here. I decided after looking thru some of the threads that this place would be the best place to submit my question 
I'm running phpMyAdmin 2.2.0 off my server. I don't know whether it's the prehistoric version of phpMyadmin or what but when I go to add somthing like this:
I get this in return:
I tried the same line on a different phpMyAdmin on my other server and it worked..
For some reason, a \ appears after every ' Anybody know how to fix this?
I'm running phpMyAdmin 2.2.0 off my server. I don't know whether it's the prehistoric version of phpMyadmin or what but when I go to add somthing like this:
Code: Select all
ALTER TABLE `forum` ADD `minviewposts` SMALLINT(5) DEFAULT '0' NOT NULLCode: Select all
You have an error in your SQL syntax near '''0'' NOT NULL' at line 1I tried the same line on a different phpMyAdmin on my other server and it worked..
For some reason, a \ appears after every ' Anybody know how to fix this?