diff --git a/templates/my.cnf.j2 b/templates/my.cnf.j2 index 245cbc5..ee0ac85 100644 --- a/templates/my.cnf.j2 +++ b/templates/my.cnf.j2 @@ -1,7 +1,7 @@ [client] #password = your_password -port = 3306 -socket = /var/lib/mysql/mysql.sock +port = {{ mysql_port }} +socket = {{ mysql_socket }} [mysqld] port = {{ mysql_port }}