Skip to content

Commit

Permalink
Global socket for MySQL
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Djerbouh <[email protected]>
  • Loading branch information
CaddyDz committed Jan 5, 2024
1 parent 043e3f3 commit 650be8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
host = localhost
user = caddy
password = cicada
socket=/Users/caddy/Library/Containers/com.sequel-ace.sequel-ace/Data/mysql.sock
socket = /tmp/mysql.sock

[mysqld]
socket=/Users/caddy/Library/Containers/com.sequel-ace.sequel-ace/Data/mysql.sock
socket=/tmp/mysql.sock

0 comments on commit 650be8c

Please sign in to comment.