Eerste grote update:
- Wissen standaard accounts - Zetten root password - Aanmaken databases - Aanmaken gebruikers per database - Lege files klaar zetten voor backup, slave, config
This commit is contained in:
11
roles/mysql/templates/my.cnf.j2
Normal file
11
roles/mysql/templates/my.cnf.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
[client]
|
||||
user=root
|
||||
password={{ mysql_root_password }}
|
||||
|
||||
[mysql]
|
||||
user=root
|
||||
password={{ mysql_root_password }}
|
||||
|
||||
[mariabackup]
|
||||
user=root
|
||||
password={{ mysql_root_password }}
|
Reference in New Issue
Block a user