@
bsder 感谢关注解决
mysql 配置文件 my.cnf 默认的
[client]
#password = your_password
port = 3306
socket = /tmp/mysql.sock
# The MySQL server
[mysqld]
port = 3306
socket = /tmp/mysql.sock
datadir = /usr/local/mysql/var
skip-external-locking
key_buffer_size = 16M
max_allowed_packet = 1M
table_open_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
#skip-networking
# Replication Master Server (default)
# binary logging is required for replication
#log-bin=mysql-bin
# binary logging format - mixed recommended
#binlog_format=mixed
# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id = 1
# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /usr/local/mysql/var
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /usr/local/mysql/var
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
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 with SQL
#safe-updates
[myisamchk]
key_buffer_size = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
慢日志开启了,都是这些提醒, 超时设置为 5s
都是这些重复
[26-Sep-2015 15:08:07] [pool wwwroot] pid 4492
script_filename = /home/wwwroot/
sample.com/index.php[0x00007f9a83f8dc68] mysqli_query() /home/wwwroot/
sample.com/wp-includes/wp-db.php:1739[0x00007f9a83f8daf8] _do_query() /home/wwwroot/
sample.com/wp-includes/wp-db.php:1645[0x00007f9a83f8d988] query() /home/wwwroot/
sample.com/wp-includes/wp-db.php:2195[0x00007f9a83f8d7c8] get_results() /home/wwwroot/
sample.com/wp-content/themes/sample/widgets/wid-comment.php:82[0x00007f9a83f8d5b8] mod_newcomments() /home/wwwroot/
sample.com/wp-content/themes/sample/widgets/wid-comment.php:30[0x00007f9a83f8d470] widget() /home/wwwroot/
sample.com/wp-includes/widgets.php:329[0x00007ffe5d148ab0] display_callback() unknown:0
[0x00007f9a83f8d290] call_user_func_array() /home/wwwroot/
sample.com/wp-includes/widgets.php:1272[0x00007f9a83f8d160] dynamic_sidebar() /home/wwwroot/
sample.com/wp-content/themes/sample/sidebar.php:12[0x00007f9a83f8cfd0] +++ dump failed