Jump to content

SGCP DATABASE ERROR


Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  59
  • Reputation:   2
  • Joined:  11/12/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

switch ka nlng sa fluxCP or CeresCP.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   0
  • Joined:  05/20/12
  • Last Seen:  

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` )

);

Link to comment
Share on other sites

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.

×
×
  • Create New...