module-puppetlabs-mysql/lib/puppet/provider
Daniël van Eeden 367fcf06af Support authentication plugins
This uses CREATE USER xxx IDENTIFIED WITH yyy

For tests:
 unix_socket is not loaded by default, so this might require:
 install plugin unix_socket soname 'auth_socket.so';

 The mysql_native_password plugin is available by default and
 allows you to also set a password.

Try to make it compatible with MySQL < 5.5.7 it uses version
specific code with "/*!50508 stmt */"
2015-01-24 17:28:17 +01:00
..
mysql_database mysql_database: prevent syntax error with collate=>'binary' 2014-09-15 23:22:59 -06:00
mysql_grant Fix escaped backslashes in grants 2014-11-05 14:53:14 -05:00
mysql_user Support authentication plugins 2015-01-24 17:28:17 +01:00
mysql.rb Bugfix for mysql_grant provider when we try to grant remove privileges 2014-01-20 23:56:26 +11:00