mysql-oracle: Update clients' conf to match server's
continuous-integration/drone/pr Build is failing Details

The socket path was changed in the server configuration, update the
client configuration to match so as not to break anything.
This commit is contained in:
Mathieu Trossevin 2020-10-23 13:03:23 +02:00
parent 71f85a5863
commit 6b89fa18cb
Signed by: mtrossevin
GPG Key ID: D1DBB7EA828374E9
1 changed files with 3 additions and 0 deletions

View File

@ -62,3 +62,6 @@ character-set-server=utf8
collation-server=utf8_general_ci collation-server=utf8_general_ci
# Patch MySQL 5.5.53 # Patch MySQL 5.5.53
secure-file-priv = "" secure-file-priv = ""
[client]
socket = /run/mysqld/mysqld.sock