mysql> SHOW VARIABLES LIKE '%file%';
+---------------------------------+---------------------------------------------
----------+
| Variable_name | Value
|
+---------------------------------+---------------------------------------------
----------+
| ft_stopword_file | (built-in)
|
| init_file |
|
| innodb_data_file_path | ibdata1:10M:autoextend
|
| innodb_file_io_threads | 4
|
| innodb_file_per_table | OFF
|
| innodb_log_file_size | 10485760
|
| innodb_log_files_in_group | 2
|
| innodb_open_files | 300
|
| large_files_support | ON
|
| local_infile | ON
|
| lower_case_file_system | OFF
|
| myisam_max_extra_sort_file_size | 107374182400
|
| myisam_max_sort_file_size | 107374182400
|
| open_files_limit | 1285
|
| pid_file | C:\Programmi\MySQL\MySQL Server 4.1\Data\tur
iddru.pid |
+---------------------------------+---------------------------------------------
----------+
15 rows in set (0.00 sec)
mysql> SET open_files_limit = 10240;
ERROR 1193 (HY000): Unknown system variable 'open_files_limit'
mysql>