info about an old version (v. 3.22.32)

2002-11-28 Thread Marco Andriolo-Stagno
Hi. One of my friend, with MySQL v. 3.22.32 and with this commands : CREATE TABLE phpgw_chat_channel (con int(11) auto_increment, name varchar(10) NOT NULL, title char(50) NOT NULL, UNIQUE(con)) have this error: MySQL complains: Column 'con' is used with UNIQUE or INDEX but is not defined as

Re: info about an old version (v. 3.22.32)

2002-11-28 Thread Roger Baklund
* Marco Andriolo-Stagno One of my friend, with MySQL v. 3.22.32 and with this commands : CREATE TABLE phpgw_chat_channel (con int(11) auto_increment, name varchar(10) NOT NULL, title char(50) NOT NULL, UNIQUE(con)) have this error: MySQL complains: Column 'con' is used with UNIQUE or

re: info about an old version (v. 3.22.32)

2002-11-28 Thread Egor Egorov
Marco, Thursday, November 28, 2002, 3:36:22 PM, you wrote: MAS One of my friend, with MySQL v. 3.22.32 and with this commands : MAS CREATE TABLE phpgw_chat_channel (con int(11) auto_increment, name MAS varchar(10) NOT NULL, title char(50) NOT NULL, UNIQUE(con)) MAS have this error: MAS MySQL