byqy 发表于 2025-5-8 15:17:28

军哥,在ubuntu22.04上面安装好了后,mysql好像不行

Stoping LNMP...
Stoping nginx...done
Stopping mysql (via systemctl): mysql.service.
Gracefully shutting down php-fpm . done
Starting LNMP...
Starting nginx...done
Starting mysql (via systemctl): mysql.serviceJob for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xeu mysql.service" for details.
failed!



以前都是centos上装,这次在ubuntu上安装,然后就出现这样的问题,我找了下/usr/local/mysql/var 下面没有任何文件


dev 发表于 2025-5-23 11:44:22

问题已经记录,我们会在后续更新中处理

hutaoseven 发表于 2025-6-9 09:59:56

可以尝试安装依赖
wget http://launchpadlibrarian.net/646633572/libaio1_0.3.113-4_amd64.deb
sudo dpkg -i libaio1_0.3.113-4_amd64.deb

hutaoseven 发表于 2025-6-9 10:01:25

如果命令行跑不起来,可以尝试
cd /usr/lib/x86_64-linux-gnu \
ln -s libtinfo.so.6.4 libtinfo.so.5 \
ln -s libncurses.so.6.4 libncurses.so.5
页: [1]
查看完整版本: 军哥,在ubuntu22.04上面安装好了后,mysql好像不行