search for: set_mysql_rootpw

Displaying 3 results from an estimated 3 matches for "set_mysql_rootpw".

2013 Apr 04
5
Unable to set MySQL root password
Hi, Using this module https://forge.puppetlabs.com/puppetlabs/mysql as described on documentation: class { ''mysql::server'': config_hash => { ''root_password'' => ''foo'' } } But, couldn''t set password after logging getting error: Access denied for user ''root''@''localhost'' (using password:
2012 Aug 01
0
Issues with some modules !!!
...t the password it gives me the error below on the puppet client node [root@pclient1 ~]# puppetd --test notice: Ignoring --listen on onetime run info: Caching catalog for pclient1.example.com info: Applying configuration version ''1343801984'' notice: /Stage[main]/Mysql::Config/Exec[set_mysql_rootpw]/returns: mysqladmin: connect to server at ''localhost'' failed notice: /Stage[main]/Mysql::Config/Exec[set_mysql_rootpw]/returns: error: ''Access denied for user ''root''@''localhost'' (using password: NO)'' err: /Stage[main]/Mysql::C...
2012 Mar 12
5
Database and user not created (Puppetlabs mysql module)
Hi everyone, I am new to Puppet and try to make some simple "automation things". I have succeed with apache2, ssh modules, but have problems with Puppetlabs mysql module. It installs mysql server, changes/creates admin user password, but does not create database and user. I cannot find anything wrong in logs (--debug --verbose). I see that manifests is read, but no db/user in mysql.