mysql icon indicating copy to clipboard operation
mysql copied to clipboard

ansible role for mysql

Results 23 mysql issues
Sort by recently updated
recently updated
newest added

The mysql_user module requires the .my.cnf file to have the new root credentials stored before it can be used to update the passwords of the other root users. Otherwise the...

All my hosts are on CentOS 7.6. I needed to add this to make the mysql_user module work: ``` - name: install MySQL-python package yum: name: MySQL-python state: present ```

When Ansible uses python3 on Debian, install python3-mysqldb and python3-selinux.

See issue https://github.com/bennojoy/mysql/issues/40

Hi, If you have some time, could you fix the deprecated syntax (I'm running Ansible 2.6.1) : ``` TASK [mysql : Install the mysql packages in Debian derivatives] *********************************************************************************************************************************************************************************************** [DEPRECATION...

Passwords with # might be interpreted as comments and will break the playbook

Hi , I wanted to use your repo to install mysql using ansible. Where do i start with after cloning repo? Do you have commands to run?