Re: howto set mysql to readonly

2006-07-02 Thread Jeremy Cole
Hi Jehan, OK so it seems to be a bad idea ... I was expecting that I missed a magic command like "set readonly on all databases" ... I think you did: SET GLOBAL read_only=1; This will keep all non-SUPER and non-replication users from writing to the database. Regards, Jeremy -- high pe

Re: howto set mysql to readonly

2006-07-01 Thread Kishore Jalleda
l of write access through "admin" accounts if need be. >> >> - Original Message - >> From: "Jehan PROCACCIA" <[EMAIL PROTECTED]> >> To: >> Sent: Friday, June 30, 2006 6:28 AM >> Subject: howto set mysql to readonly >> >>

Re: howto set mysql to readonly

2006-06-30 Thread Jehan PROCACCIA
nts so they have select only privileges? Then you still of write access through "admin" accounts if need be. - Original Message - From: "Jehan PROCACCIA" <[EMAIL PROTECTED]> To: Sent: Friday, June 30, 2006 6:28 AM Subject: howto set mysql to readonly > Hel

Re: howto set mysql to readonly

2006-06-30 Thread Dan Buettner
Message - From: "Jehan PROCACCIA" <[EMAIL PROTECTED]> To: Sent: Friday, June 30, 2006 6:28 AM Subject: howto set mysql to readonly > Hello > > I need to move my databases from on server to an other. > As lots of data are in production I cannot just stop mysql for 1/2 an

Re: howto set mysql to readonly

2006-06-30 Thread Brent Baisley
IL PROTECTED]> To: Sent: Friday, June 30, 2006 6:28 AM Subject: howto set mysql to readonly Hello I need to move my databases from on server to an other. As lots of data are in production I cannot just stop mysql for 1/2 an hour and reopen it on the new server. What I expect to do is whil

howto set mysql to readonly

2006-06-30 Thread Jehan PROCACCIA
Hello I need to move my databases from on server to an other. As lots of data are in production I cannot just stop mysql for 1/2 an hour and reopen it on the new server. What I expect to do is while backuping and restoring to the new server, I wish to set the original server in "read only" mode