diff --git a/roles/database_server/files/debian.cnf b/roles/database_server/files/debian.cnf new file mode 100644 index 0000000000000000000000000000000000000000..1ca3c71696c25566a1d006cff0371af19e4a4475 --- /dev/null +++ b/roles/database_server/files/debian.cnf @@ -0,0 +1,12 @@ +# Automatically generated for Debian scripts. DO NOT TOUCH! +[client] +host = localhost +user = root +password = +socket = /var/run/mysqld/mysqld.sock +[mysql_upgrade] +host = localhost +user = root +password = +socket = /var/run/mysqld/mysqld.sock +basedir = /usr