Displaying 3 results from an estimated 3 matches for "mysql_grant".
2013 Dec 09
0
mysql module v 1.0 mysql_grant - database_grant
...ade. After
reading a little I saw that migrating from v 1 to 2 must be studied, so
I decided to upgrde to version 1.
BUT, I''ve seen a couple of warnings on my first run and I''m updating my
code, but I''ve found that my old sysntax for database_grant is not
compatible with mysql_grant.
So, if I had something like:
mysql_database{ [ ''biosql'' , ''biosql-test'' ] :
ensure => present,
require => Class[''mysql::server''],
}
database_user { ''biocore@%.XXXXX'' :...
2013 Dec 14
1
MySql: allow user root to access from any host
...set up a
dev machine.
For this I''m installing MySql and want to do some initial set up.
The server is up and running and also my database is created.
Now I want to allow the user root to login from any host because I want to
connect with a tool to my database.
I''ve tried this:
mysql_grant { ''root@%/*.*'':
table => ''*.*'',
privileges => [''ALL''],
user => ''root@%''
}
and modified in I dozen ways bit it will just not work.
I hope you can help me.
How do I grant the user root access from any host!?
Fe...
2007 Oct 13
1
Native MySQL Type
...1
Hi all!
Just a few minutes ago I checked in the final parts of a rough draft of mysql
database, user and grants handling native types. Currently they can only
create and drop databases and users, set and change passwords and modify
global and per-db grants.
Known bugs:
* no documentation
* mysql_grant doesn''t correctly canonicalize privileges, leading to re-syncing
everytime
TODO:
* implement purging
* add postgresql support
Please review the source at
<http://git.black.co.at/?p=manifests.git;a=tree;f=modules/mysql/plugins/puppet;h=d7d952a3bc563b146dbd60efacd06b85ac276645;hb...