MySQL Forums
Forum List  »  Newbie

Setting Server Variables in MySQL 5.022
Posted by: Chris Peterson
Date: March 02, 2010 12:08PM

Can anyone tell me why I cannot modify my server variables via the mysql console?

Here's what I've tried to do:

mysql> set @@lower_case_file_system=ON;
ERROR 1193 (HY000): Unknown system variable 'lower_case_file_system'
mysql> set @@lower_case_table_names=1;
ERROR 1193 (HY000): Unknown system variable 'lower_case_table_names'

I need to change this setting... but am having this issue. Any ideas?

Options: ReplyQuote




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.