سلام دوستان
یه قسمت از لاگ های سرور بنده این گزینه هاست که هشدار داده،واسه رفعش باید چیکار کنم.
محتوای فایل my.cnfنقل قول:
2014-12-17 13:52:38 0 [Warning] option 'thread_cache_size': unsigned value 1048576 adjusted to 16384
2014-12-17 13:52:38 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp se$
2014-12-17 13:52:38 26184 [Warning] Buffered warning: option 'table_open_cache': unsigned value 5242880 adjusted to 524288
2014-12-17 13:52:38 26184 [Warning] Buffered warning: Changed limits: max_open_files: 1024 (requested 1048737)
2014-12-17 13:52:38 26184 [Warning] Buffered warning: Changed limits: table_cache: 431 (requested 524288)
نقل قول:
[client]
#password = your_password
port = 3306
socket = /var/lib/mysql/mysql.sock
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-external-locking
bind-address = 0.0.0.0
federated
query_cache_size = 128M
query_cache_type=1
query_cache_limit= 64M
key_buffer_size = 128M
max_allowed_packet = 2M
table_open_cache = 5M
sort_buffer_size = 4M
read_buffer_size = 4M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 32M
thread_cache_size = 1M
tmp_table_size = 64M
max_heap_table_size = 64M
innodb_data_home_dir = /var/lib/mysql
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql
innodb_buffer_pool_size = 128M
innodb_log_file_size = 32M
innodb_log_buffer_size = 4M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar withSQL
# safe-updates
[myisamchk]
key_buffer_size = 128M
sort_buffer_size = 128M
read_buffer = 4M
write_buffer = 4M
[mysqlhotcopy]
interactive-timeout
- - - Updated - - -
UP
- - - Updated - - -
up