MySQL Forums
Forum List  »  Performance

mysql tuning server parameters
Posted by: John Kumar
Date: May 06, 2005 06:52AM

MySQL version 4.1.11

-- Set sort_buffer_size to 10M
SET SESSION sort_buffer_size = 10485760;

and
SHOW SESSION VARIABLES like 'sort_buffer_size'

does not reflect the value set. why?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql tuning server parameters
2116
May 06, 2005 06:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.