Return to modify_config_files.pl CVS log | Up to [LON-CAPA] / loncom / debugging_tools |
version 1.11, 2009/07/21 20:02:47 | version 1.12, 2011/05/31 02:55:15 |
---|---|
Line 200 if ($dist =~ /^fedora(\d+)$/) { | Line 200 if ($dist =~ /^fedora(\d+)$/) { |
my $mysql_global_status = | my $mysql_global_status = |
&update_file('/etc/my.cnf', | &update_file('/etc/my.cnf', |
[{section =>'mysqld', | [{section =>'mysqld', |
key =>'set-variable=wait_timeout=', | key =>'wait_timeout=', |
value =>'31536000', }]); | value =>'31536000', }]); |
my $local_my_cnf = '/home/www/.my.cnf'; | my $local_my_cnf = '/home/www/.my.cnf'; |