Error

2008-01-15 Thread Pastor Steve
Greetings, I am trying to enter this information into a database called cms_md, with a table called sections. INSERT INTO sections (order,edit,remove,section,type) VALUES ('blah','blah','blah','blah','blah'); I am getting an error whenever I use this. -- Steve M

Re: Error

2008-01-15 Thread Pastor Steve
Saravanan ([EMAIL PROTECTED]) wrote: Hi, Post the error. Saravanan --- On Wed, 1/16/08, Pastor Steve [EMAIL PROTECTED] wrote: From: Pastor Steve [EMAIL PROTECTED] Subject: Error To: MySQL List mysql@lists.mysql.com Date: Wednesday, January 16, 2008, 3:32 AM Greetings, I

Re: Error, thanks!

2008-01-15 Thread Pastor Steve
(`) around the word ORDER when using it as a column name INSERT INTO sections (`order`,edit,remove,section,type) VALUES ('blah','blah','blah','blah','blah'); -Original Message- From: Pastor Steve [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 4:02 PM To: MySQL List

Shell

2006-09-08 Thread Pastor Steve
Greetings, Does anyone know how I can set up my shell so that the mysql command works without navigating to the directory? I am using Mac OS 10.2.8 and 10.4 shell mysql ­u name ­p ?? Thanks, -- Steve Marquez