Exploring the Production environment you find mysql_use_slave_connection is enabled What is the purpose of this setting'
To split the database tables between the three Production servers and improve performance
To enable fault tolerance on the MySQL cluster
To utilize the read-only slave servers and improve the overall performance
To allow database backups from a MySQL slave server with minimal impact on the Production site
Submit