Re: Grants not entirely propagated to slaves?

2005-04-04 Thread Nico Sabbi
Atle Veka wrote:
What version of MySQL are you using? Also, are you issuing only GRANT ..
statements or modifying the privilege tables manually as well?
Search for 'GRANT':
http://dev.mysql.com/doc/mysql/en/replication-features.html
Atle
-
Flying Crocodile Inc, Unix Systems Administrator
On Fri, 1 Apr 2005, Nico Sabbi wrote:
 

hi,
my mysql is a 4.0.21. After a flush privileges I can see all granted 
accesses.
Thanks for you help!

   Nico
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Grants not entirely propagated to slaves?

2005-04-04 Thread Gleb Paharenko
Hello.



If you replicate the privilege tables in the mysql database and update

those tables directly without using the GRANT statement, you must issue

a FLUSH PRIVILEGES statement on your slaves to put the new privileges

into effect. 











Nico Sabbi [EMAIL PROTECTED] wrote:

 Hi,

 it seems my Grants are not entirely propagated from the master to the slave

 (some are active, some are not).

 The slave is configured to replicate all databases, and the replication 

 client

 has all privileges on the master.

 

 What is necessary to propagate every single grant?

 

 Thanks,

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Grants not entirely propagated to slaves?

2005-04-02 Thread Atle Veka
What version of MySQL are you using? Also, are you issuing only GRANT ..
statements or modifying the privilege tables manually as well?

Search for 'GRANT':
http://dev.mysql.com/doc/mysql/en/replication-features.html


Atle
-
Flying Crocodile Inc, Unix Systems Administrator

On Fri, 1 Apr 2005, Nico Sabbi wrote:

 Hi,
 it seems my Grants are not entirely propagated from the master to the slave
 (some are active, some are not).
 The slave is configured to replicate all databases, and the replication
 client
 has all privileges on the master.

 What is necessary to propagate every single grant?

 Thanks,

 --
 Nico Sabbi - Officine Digitali - Bologna
 Tel. 051 - 4187565




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Grants not entirely propagated to slaves?

2005-04-01 Thread Nico Sabbi
Hi,
it seems my Grants are not entirely propagated from the master to the slave
(some are active, some are not).
The slave is configured to replicate all databases, and the replication 
client
has all privileges on the master.

What is necessary to propagate every single grant?
Thanks,
--
Nico Sabbi - Officine Digitali - Bologna
Tel. 051 - 4187565

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]