Re: URGENT!!!! MySQL user table is read only...

2001-06-20 Thread Joshua J. Kugler
Check the permissions on the directories you are using for data, as well as checking the user the MySQL deamon is running as. j- k- On Wednesday 20 June 2001 06:55, [EMAIL PROTECTED] wrote: > MySQL newbie question here!! > > I have MySQL installed on Red Hat Linux 7. I have a Test, Back

Re: URGENT!!!! MySQL user table is read only...

2001-06-20 Thread SBlenkhorn
ED]>, [EMAIL PROTECTED] Subject: Re: URGENT MySQL user table is read only...

Re: URGENT!!!! MySQL user table is read only...

2001-06-20 Thread Gerald Clark
> Nessi > > > .de> cc: [EMAIL PROTECTED] > >

Re: URGENT!!!! MySQL user table is read only...

2001-06-20 Thread SBlenkhorn
Subject: Re: URGENT!!!! MySQL user table is read only... 06/20/01

Re: URGENT!!!! MySQL user table is read only...

2001-06-20 Thread Nessi
Why dont you use the GRANT command? GRANT ALL ON database.* TO newuser@localhost IDENTIFIED BY 'password'; FLUSH PRIVILEGES; Something like that... Cheers, Nessi At 15:55 20/06/01 , you wrote: >MySQL newbie question here!! > >I have MySQL installed on Red Hat Linux 7. I have a Test, Backup an

URGENT!!!! MySQL user table is read only...

2001-06-20 Thread SBlenkhorn
MySQL newbie question here!! I have MySQL installed on Red Hat Linux 7. I have a Test, Backup and Live environment. All with the same installations of Linux, MySQL and CF. The problem that I am having is that I am trying to create a new database user in the table "user" in MySQL. It works find in