search for: repl_slave_priv

Displaying 1 result from an estimated 1 matches for "repl_slave_priv".

2012 Jul 19
3
Problems granting privileges with puppetlabs/mysql
...out puppetlabs modules here, if not, I apologise... I''m trying to at least setup my mysql replication user through the mysql module, but I seem to be unable to divine the correct way to do this. I''ve tried a number of different variations, but my user doesn''t get the repl_slave_priv on my user table... This is the relevant part of my manifest: ----------------- database_user { "repl_slave@%": password_hash => mysql_password('' ... ''), } database_grant { "repl_slave@%/*.*": privileges => [''repl_slave_priv'']...