Jump to content

MYSQL ERROR


dotti

Recommended Posts

Error

 

SQL query:

 

CREATE TABLE `News` (

`id` INT( 3 ) NOT NULL AUTO_INCREMENT ,

`title` VARCHAR( 20 ) NOT NULL ,

`author` VARCHAR( 20 ) NOT NULL ,

`Time` DATETIME NOT NULL ,

`content` TEXT NOT NULL

) ENGINE = MYISAM

 

MySQL said: Documentation

#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key

Link to comment
https://forums.phpfreaks.com/topic/53454-mysql-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.