DX Infrastructure Management

Tech Tip: MySQL 5.6 Performance 

Nov 11, 2015 12:29 PM

In previous versions of NetQoS applications we used MySQL 5.1.

We made some changes in my.ini to improve performance that may not be relevant to the new MySQL 5.6 that has been installed.

 

While the changes are similar the numbers may have changed:

 

These changes are for MySQL 5.6

 

The following can be changed in the my.ini file to help deal with performance issues in MySQL56:

 

key_buffer_size=192M (Default 384M)
read_buffer_size=8M (Default 16M)
read_rnd_buffer_size=8M (Default 16M)
sort_buffer_size=32M (Default 32M)

 

The my.ini file is located in the \CA\MySQL\ directory.

 

You will need to restart MySQL after making these changes.

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.