09-19-2007, 08:45 PM
|
#6 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,267
Thanks: 90
|
That works fine for me on localhost. Try doing just:
Code:
CREATE TABLE `classes` (
`id` INT( 11 ) NOT NULL AUTO_INCREMENT ,
`user` VARCHAR( 225 ) NOT NULL ,
`pass` VARCHAR( 225 ) NOT NULL ,
`rank` INT( 1 ) NOT NULL ,
UNIQUE (`id`)
) ENGINE = InnoDB
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|