Jump to content

Recommended Posts

Posted

Patulong naman .. error ako sa pag install ng SGCP

SQL query:

CREATE TABLE `mainnews` (

`post_id` INT( 11 ) NOT NULL AUTO_INCREMENT ,

`title` VARCHAR( 60 ) NOT NULL ,

`message` TEXT NOT NULL ,

`poster` TEXT NOT NULL ,

`date` VARCHAR( 255 ) NOT NULL ,

PRIMARY KEY ( `post_id` ) TYPE = ENGINE AUTO_INCREMENT =0;

MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax

  • 1 month later...
Posted

syntax error klng ata pre...eto try mo...

CREATE TABLE `mainnews` (

`post_id` INT( 11 ) NOT NULL AUTO_INCREMENT ,

`title` VARCHAR( 60 ) NOT NULL ,

`message` TEXT NOT NULL ,

`poster` TEXT NOT NULL ,

`date` VARCHAR( 255 ) NOT NULL ,

PRIMARY KEY ( `post_id` )

);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...