mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 cbd6755869
			
		
	
	
	cbd6755869
	
	
	
		
			
			When a slave does not start up the slave threads on restart, but not reporting anything to the error log about startup failures either, this can be due to `skip-slave-start` being set in the config file(s) or on the command line (and most likely is). Reviewed-by: Sergei Golubchik <serg@mariadb.org>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| CHANGE MASTER TO
 | |
| master_host='127.0.0.1', master_user='root', master_ssl_verify_server_cert=0;
 | |
| # restart: --skip-slave-start
 | |
| FOUND 1 /\[Note\] .*skip-slave-start.*/ in mysqld.1.err
 | |
| SELECT Slave_SQL_Running, Slave_IO_Running FROM INFORMATION_SCHEMA.SLAVE_STATUS;
 | |
| Slave_SQL_Running	Slave_IO_Running
 | |
| No	No
 |