hanhan 发表于 7 小时前

【已解答】新装的服务器系统 CentOS 7.9 备份数据库报错

昨天晚上新装的服务器系统CentOS 7.9.2009 x86_64(Py3.7.9)安装完宝塔稳定版9.0.0 后导入原来的宝塔配置备份,发现MySQL5.7 一直在宝塔的计划任务的自动备份数据库时报错

2025-04-29T05:03:31.618920Z 4283 Aborted connection 4283 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error reading communication packets) 2025-04-29T05:03:54.249392Z 4298 Aborted connection 4298 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error reading communication packets) 2025-04-29T05:04:15.575243Z 4308 Aborted connection 4308 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error reading communication packets) 2025-04-29T05:04:34.175691Z 4321 Aborted connection 4321 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error reading communication packets)


自动备份多少个数据库就会出现多少条这样的报错

阿珂 发表于 6 小时前

这个是连接mysql异常
确保mysql是正常运行的
mysql内有unconnected这个数据库

hanhan 发表于 5 小时前

阿珂 发表于 2025-4-29 16:09
这个是连接mysql异常
确保mysql是正常运行的
mysql内有unconnected这个数据库

mysql正常,网站也正常,unconnected这个数据库没有,我根本就没有创建这个数据库
页: [1]
查看完整版本: 【已解答】新装的服务器系统 CentOS 7.9 备份数据库报错