Hi guys, i'm following a tutorial on php/mysql and i'm attempting to input this sql code into a db in phpmyadmin
The writer of the tutorial said a simple copy and paste just see the MYSQL db setup, but i have attempted to alter the code and remove some of the " ' " from the code and i keep getting erorr's. The error i get when i attemp to run that code isCode:CREATE TABLE `databasename`.`cmsarticles` ( `ID` int(6) unsigned NOT NULL auto_increment COMMENT 'The unique ID of the article', `title` varchar(200) NULL COMMENT 'The article title', `tagline` varchar(255) NULL COMMENT 'Short summary of the article', `section` int(4) NULL DEFAULT 0 COMMENT 'The section of the article', `thearticle` text NULL COMMENT 'The article itself', PRIMARY KEY (`ID`) );Any help is much appriciated.You have an error in your SQL syntax near 'COMMENT 'The unique ID of the article', `title` varchar(200) NULL COMMENT 'The a
MegaTron


Reply With Quote
Bookmarks