Private Label and Cobranded VoIP Solutions
BrainCast internet & phone based message/memo recording & reminder organization system
Internet Phone Service and Broadband Phone Service by ViaTalk

Go Back   VoIP Forums, Internet Phone Service Forums, & Web Hosting Forums > CoderForums - Programming Discussion > General Programming Issues > Programming Languages & Technologies > PHP

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-27-2002, 04:59 PM
Reaver's Avatar
Reaver Reaver is offline
is right behind you.
 
Join Date: Sep 2001
Location: BC, Canada
Posts: 118
MySQL error creating a table

PHPMyAdmin keeps spitting out a syntax error at me when I try to load this dumpfile:

CREATE TABLE links ( id tinyint(4) DEFAULT '0' NOT NULL AUTO_INCREMENT, link varchar(255), desc varchar(255), name varchar(255), PRIMARY KEY (id), UNIQUE id (id));

Where's the syntax error in that?? I even tried to create a table directly through PHPMyAdmin and it still gave me that.. any help would be appreciated!
__________________
alextaylor.org
Reply With Quote
  #2  
Old 01-27-2002, 11:45 PM
mitsubishi mitsubishi is offline
Registered User
 
Join Date: Jan 2002
Location: England, UK
Posts: 1
Hi, you are trying to name a column "desc", you can't do that. Call it description or something, hang on... here it is a list of all reserved words: http://www.mysql.com/doc/R/e/Reserved_words.html
Reply With Quote
  #3  
Old 01-27-2002, 11:54 PM
Reaver's Avatar
Reaver Reaver is offline
is right behind you.
 
Join Date: Sep 2001
Location: BC, Canada
Posts: 118
Ahh, thank you

Works fine now!
__________________
alextaylor.org
Reply With Quote
  #4  
Old 01-31-2002, 12:24 AM
starlight starlight is offline
Registered User
 
Join Date: Jan 2002
Posts: 2
wow i had a problem just like that too! ;/
__________________
i think i taw a fantasy!
http://sweetfantasy.net
Reply With Quote
  #5  
Old 02-02-2002, 02:46 PM
White Chocobo's Avatar
White Chocobo White Chocobo is offline
HTML Wizard - PHP User
 
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 25
Send a message via ICQ to White Chocobo Send a message via AIM to White Chocobo
lol same. But I guess that comes with not knowing a thing about MySQL.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump