#1064 error when using code in wordpress database
-
Hi,
i have downloaded and activated the author adsense plugin.But before i can use it i have to put some code in phpmyadmin.
the code is as follows:
CREATE TABLE wp_author_advertising ( id mediumint(9) NOT NULL auto_increment, author_id int(11) NOT NULL default ’0′, author_advertising text NOT NULL, author_custom1 text, author_custom2 text, PRIMARY KEY (id) );I get this error:
#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 ‘’0′, author_advertising text NOT NULL, author_custom1 text, author_custom2 t’ at line 1Can anybody help me out?
thanks
The topic ‘#1064 error when using code in wordpress database’ is closed to new replies.