Mysql Producing changes/tuning ONLY in a Master -


is possible tune mysql slave server without applying same changes on master? example innodb buffer running? enabling multi-threading?

thanks!

the answer yes. normal practise when upgrading mysql databases. upgrade slave , promote master, work on old master..(for example)


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -