Advertisement
Guest User

50-client-cnf

a guest
Oct 30th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1.  
  2. # This group is read by the client library
  3. # Use it for options that affect all clients, but not the server
  4. #
  5.  
  6. [client]
  7. # Default is Latin1, if you need UTF-8 set this (also in server section)
  8. default-character-set = utf8mb4
  9.  
  10. # socket location
  11. #socket = /var/run/mysqld/mysqld.sock
  12. socket = /media/pi/DBDRIVE/MariaDB/mysqld.sock
  13.  
  14. # Example of client certificate usage
  15. # ssl-cert=/etc/mysql/client-cert.pem
  16. # ssl-key=/etc/mysql/client-key.pem
  17. #
  18. # Allow only TLS encrypted connections
  19. # ssl-verify-server-cert=on
  20.  
  21. # This group is *never* read by mysql client library, though this
  22. # /etc/mysql/mariadb.cnf.d/client.cnf file is not read by Oracle MySQL
  23. # client anyway.
  24. # If you use the same .cnf file for MySQL and MariaDB,
  25. # use it for MariaDB-only client options
  26. [client-mariadb]
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement