Re: Cant Explain Error Message

2002-12-01 Thread Will K.
Thanks... syslexia ducks... Wil --- Hello. I am trying to create a table in one of my databases using textbook code, but it is giving me an error message. Here is how it reads: mysql> create TABLE messages -> ( -> id INT UNSIGNED NOT NULL AUTO_INCREMENT PR

Re: Cant Explain Error Message

2002-12-01 Thread Dan Nelson
In the last episode (Dec 02), Will K. said: > Hello. > > I am trying to create a table in one of my databases using textbook code, > but it is giving me an error message. Here is how it reads: > > mysql> create TABLE messages >-> ( >-> id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY

Cant Explain Error Message

2002-12-01 Thread Will K.
Hello. I am trying to create a table in one of my databases using textbook code, but it is giving me an error message. Here is how it reads: mysql> create TABLE messages -> ( -> id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, -> forum int not null, -> author char(255) not null,