mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	use my.cnf includes to split one big my.cnf file in server and client parts. remove "Provides: mysql-libs" (doesn't help on CentOS 6)
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			INI
		
	
	
	
	
	
#
 | 
						|
# These two groups are read by the client library
 | 
						|
# Use it for options that affect all clients, but not the server
 | 
						|
#
 | 
						|
 | 
						|
 | 
						|
[client]
 | 
						|
 | 
						|
# This group is not read by mysql client library,
 | 
						|
# If you use the same .cnf file for MySQL and MariaDB,
 | 
						|
# use it for MariaDB-only client options
 | 
						|
[client-mariadb]
 | 
						|
 |