Re: mysql install problem Continued

2004-06-26 Thread Technical Director
One thing you can do to get around large INSERT collumn count matching is use this syntax: INSERT INTO user SET Host='localhost', User='username', Password=password('very_secret'), Select_priv='Y', Insert_priv='Y', etc.etc.etc. You will have to identify your table first, use: desc user Maybe t

Re: mysql install problem Continued

2004-06-26 Thread LW Ellis
Kjell, I tried setting up the following line (from you) INSERT INTO VALUES ('localhost','username',password('very_secret'), 'Y','Y',etc...); I have used anywhere from 6 to 14 'Y' (from the MySQL handbook) I get the following error Column count doesn't match value count at row 1 Where did I go wro

Re: mysql install problem Continued

2004-06-19 Thread Kjell Midtseter
On 19 Jun 2004 at 0:26, LW Ellis wrote: > OK force didn't work, but I renamed hostname to localhost, > until the install was done. > When I rebooted it showed mysql started. First you have to let the SQL server know what databases and users you want to use: 1) Set password for root user after init