Also adjust port and socket of the MySQL client

pull/63/head
Sebastian Schwarz 10 years ago
parent c836899536
commit ff924e6f19
  1. 4
      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 }}