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

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

View file

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