Also adjust port and socket of the MySQL client

This commit is contained in:
Sebastian Schwarz
2014-08-07 12:55:56 +02:00
parent c836899536
commit ff924e6f19

View File

@@ -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 }}