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] [client]
#password = your_password #password = your_password
port = 3306 port = {{ mysql_port }}
socket = /var/lib/mysql/mysql.sock socket = {{ mysql_socket }}
[mysqld] [mysqld]
port = {{ mysql_port }} port = {{ mysql_port }}