mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-20 21:44:21 +01:00
Also adjust port and socket of the MySQL client
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user