Skip to content

Commit

Permalink
Allow use of sockets
Browse files Browse the repository at this point in the history
- rotation.ini
  • Loading branch information
dancapper authored Sep 27, 2016
1 parent 2933b39 commit 41c1875
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/rotation.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#Rotation parameters

[MYSQL]
user=homer_user
password=homer_password
host=localhost
port=3306
user = homer_user
password = homer_password
host = localhost
port = 3306
usesocket = 1
socket = /var/run/mysqld/mysqld.sock
db_data = homer_data
db_stats = homer_statistic
# Extra param
Expand Down

0 comments on commit 41c1875

Please sign in to comment.