提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等
温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的
把/www/wdlinux/etc/my.cnf文件里的设置还原一下,然后在SSH里执行service mysqld restart即可
以下是my.cnf文件的默认设置- # mysql conf /etc/my.cnf
- # Created by http://www.wdlinux.cn
- # Last Updated 2010.06.01
- [client]
- port = 3306
- socket = /tmp/mysql.sock
- [mysqld]
- port = 3306
- socket = /tmp/mysql.sock
- skip-external-locking
- key_buffer_size = 128M
- max_allowed_packet = 1M
- table_open_cache = 256
- sort_buffer_size = 1M
- read_buffer_size = 1M
- read_rnd_buffer_size = 2M
- myisam_sort_buffer_size = 8M
- thread_cache_size = 8
- query_cache_size= 16M
- thread_concurrency = 8
- max_connections = 300
- wait_timeout = 30
- interactive_timeout = 30
- max_connect_errors = 9
- long_query_time = 1
- tmp_table_size = 16M
- #log-bin=mysql-bin
- #binlog_format=mixed
- #server-id = 1
- [mysqldump]
- quick
- max_allowed_packet = 8M
- [mysql]
- no-auto-rehash
- [myisamchk]
- key_buffer_size = 12M
- sort_buffer_size = 1M
- read_buffer = 1M
- write_buffer = 1M
- [mysqlhotcopy]
- interactive-timeout
复制代码 |