mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			575 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			575 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| #
 | |
| # This group is read by the client library
 | |
| # Use it for options that affect all clients, but not the server
 | |
| #
 | |
| 
 | |
| [client]
 | |
| # Example of client certificate usage
 | |
| #ssl-cert = /etc/mysql/client-cert.pem
 | |
| #ssl-key  = /etc/mysql/client-key.pem
 | |
| #
 | |
| # Allow only TLS encrypted connections
 | |
| #ssl-verify-server-cert = on
 | |
| 
 | |
| # This group is *never* read by mysql client library, though this
 | |
| # /etc/mysql/mariadb.cnf.d/client.cnf file is not read by Oracle MySQL
 | |
| # client anyway.
 | |
| # If you use the same .cnf file for MySQL and MariaDB,
 | |
| # use it for MariaDB-only client options
 | |
| [client-mariadb]
 | 
