RE: MYSQL Setup Question

2004-06-26 Thread Peter Lovatt
hi the error is because you have more or fewer items of data than fields or columns to put it in it is better practice to include fields in your query INSERT INTO sometable ( field1 , field2 , field3 ) VALUES

RE: MYSQL Setup Question

2004-06-26 Thread Leon Ellis
Thanx Peter, But I have no tables set up yet. I just installed MySQL I'm try to set remote access (for using Dreamweaver) on a local network. I thought I had to set permission? a friend on the FreeBSD mailing list sent three different user accounts to set up: All Privileges(able to create DB and

Re: MYSQL Setup Question

2004-06-26 Thread Andrew Pattison
PROTECTED] Cc: MYSQL [EMAIL PROTECTED] Sent: Saturday, June 26, 2004 11:32 AM Subject: RE: MYSQL Setup Question Thanx Peter, But I have no tables set up yet. I just installed MySQL I'm try to set remote access (for using Dreamweaver) on a local network. I thought I had to set permission