Author
Message
omni Hangin' Around Joined: Jan 16, 2004 Posts: 27
Posted:
Sat Mar 06, 2004 12:00 am
1 instructions were not completed successfully.
CREATE TABLE nuke_contactbook ( uid int(11) NOT NULL default '0', contactid int(11) NOT NULL auto_increment, firstname varchar(50) default NULL, lastname varchar(50) default NULL, email varchar(255) default NULL, company varchar(255) default NULL, homeaddress varchar(255) default NULL, city varchar(80) default NULL, homephone varchar(255) default NULL, workphone varchar(255) default NULL, homepage varchar(255) default NULL, IM varchar(255) default NULL, events text, reminders int(11) default NULL, notes text, PRIMARY KEY (contactid), KEY uid (uid), KEY contactid (contactid) ) TYPE=MyISAM -- You have an error in your SQL syntax near 'events text, reminders int(11) default NULL, notes text, PRIMARY KEY (' at line 14
tried installing latest release today on another computer and i keep getting the following error from mysql.
using the firepages.com.au bundle. which is incorporates the mysql 4 alpha version
do you think this version may be the problem??
Raven Site Admin/Owner Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
Posted:
Sat Mar 06, 2004 12:12 am
Possibly. I am using MySQL 4.0.15 and have no problem at all. Try copying and pasting that sql directly into phpMyAdmin.
omni Hangin' Around Joined: Jan 16, 2004 Posts: 27
Posted:
Sat Mar 06, 2004 12:35 am
tried that still the same error
i will install all the progz individually and then try again
View next topic
View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum