无标题文档
wdCP系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdCDN系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
wdOS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdDNS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
注册 发贴 提问 回复-必看必看 wddns免费智能 DNS 开通 本地或虚拟机使 用wdcp 一键包在mysql编 译时"卡住"
AI导航网AI应用网站大全 wdcp官方技术支持/服务 阿里云8折优惠券 无敌云 腾讯云优惠中,现注册更有260代金额券赠送
返回列表 发帖
提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等

温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的
  1. [root@ZiShuo ~]# cat /etc/my.cnf
  2. # mysql conf /etc/my.cnf
  3. # Created by http://www.wdlinux.cn
  4. # Last Updated 2010.06.01

  5. [client]
  6. port                = 3306
  7. socket                = /tmp/mysql.sock
  8. [mysqld]
  9. port                = 3306
  10. socket                = /tmp/mysql.sock
  11. skip-external-locking
  12. key_buffer_size = 128M
  13. max_allowed_packet = 1M
  14. table_open_cache = 256
  15. sort_buffer_size = 1M
  16. read_buffer_size = 1M
  17. read_rnd_buffer_size = 2M
  18. myisam_sort_buffer_size = 8M
  19. thread_cache_size = 8
  20. query_cache_size= 16M
  21. thread_concurrency = 8
  22. max_connections = 300
  23. wait_timeout = 30
  24. interactive_timeout = 30
  25. max_connect_errors = 9
  26. long_query_time = 1
  27. tmp_table_size = 16M
  28. #log-bin=mysql-bin
  29. #binlog_format=mixed
  30. #server-id        = 1
  31. [mysqldump]
  32. quick
  33. max_allowed_packet = 8M
  34. [mysql]
  35. no-auto-rehash
  36. [myisamchk]
  37. key_buffer_size = 12M
  38. sort_buffer_size = 1M
  39. read_buffer = 1M
  40. write_buffer = 1M
  41. [mysqlhotcopy]
  42. interactive-timeout
复制代码

这是怎么回事,mysql启动不起来
cp: cannot stat `/www/wdlinux/mysql_bk/*': No such file or directory
ERROR! MySQL server PID file could not be found!
Starting MySQL..... ERROR! The server quit without updating PID file (/www/wdlinux/mysql-5.5.27/data/ZiShuo.Net.pid).

TOP

返回列表