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