mysql - PHP提示PDO failed
程序员文章站
2022-05-28 21:56:37
...
有一台MySQL服务器,每天上面都会新增数十个新数据库(三十 or 四十),截止到现在,已经有接近三千个数据库。单个数据库的访问量不大,但可能由于数量过多,最近经常性出现 PDO failed (Discuz的DB模块)错误。查看mysql错误日志又没发现什么有用提示。
想问问,出现类似这样的问题,应该从哪些方面考虑找原因?
下面列出的是部分 my.cnf 内容
key_buffer_size = 32M
max_allowed_packet = 2M
table_open_cache = 256
sort_buffer_size = 6M
net_buffer_length = 8K
read_buffer_size = 2M
read_rnd_buffer_size = 2M
myisam_sort_buffer_size = 4M
myisam_max_sort_file_size = 32M
myisam_max_extra_sort_file_size = 32M
query_cache_size = 128M
thread_cache_size = 128
max_connections=256
tmp_table_size = 100M
join_buffer_size = 8M
回复内容:
有一台MySQL服务器,每天上面都会新增数十个新数据库(三十 or 四十),截止到现在,已经有接近三千个数据库。单个数据库的访问量不大,但可能由于数量过多,最近经常性出现 PDO failed (Discuz的DB模块)错误。查看mysql错误日志又没发现什么有用提示。
想问问,出现类似这样的问题,应该从哪些方面考虑找原因?
下面列出的是部分 my.cnf 内容
key_buffer_size = 32M
max_allowed_packet = 2M
table_open_cache = 256
sort_buffer_size = 6M
net_buffer_length = 8K
read_buffer_size = 2M
read_rnd_buffer_size = 2M
myisam_sort_buffer_size = 4M
myisam_max_sort_file_size = 32M
myisam_max_extra_sort_file_size = 32M
query_cache_size = 128M
thread_cache_size = 128
max_connections=256
tmp_table_size = 100M
join_buffer_size = 8M
数据库索引改成innodb的?
不过三千个数据库,各种size才几兆几十兆,似乎配置太低了
推荐阅读
-
php 提示Warning: mysql
-
php include提示failed to open stream: Permission denied in错误
-
MySQL之——提示"mysql deamon failed to start"错误的解决方法
-
php的mysql函数仿pdo操作数据库类
-
编译安装PHP出现configure: error: mysql configure failed. Plea_PHP教程
-
php提示Failed to write session data错误的解决方法_php技巧
-
Laravel访问出错提示:`Warning: require(/vendor/autoload.php): failed to open stream: No such file or di解决方法
-
Laravel访问出错提示:`Warning: require(/vendor/autoload.php): failed to open stream: No such file or di解决方法
-
php运行提示Can't connect to MySQL server on 'localhost'的解决方法
-
php后台经常提示无法连接mysql 刷新后又可以访问的解决方法