“Ubuntu24 mysql5.7”的版本间的差异
跳到导航
跳到搜索
第3行: | 第3行: | ||
apt-get remove --purge mysql-apt-config | apt-get remove --purge mysql-apt-config | ||
− | sudo apt install libaio1t64 | + | sudo apt install libaio1t64 #这个应该可以不要 |
+ | |||
+ | wget http://archive.ubuntu.com/ubuntu/pool/main/liba/libaio/libaio1_0.3.110-5_amd64.deb | ||
+ | sudo dpkg -i libaio1_0.3.110-5_amd64.deb | ||
+ | |||
wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb | wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb | ||
第12行: | 第16行: | ||
https://askubuntu.com/questions/1531760/how-to-install-libtinfo5-on-ubuntu24-04 | https://askubuntu.com/questions/1531760/how-to-install-libtinfo5-on-ubuntu24-04 | ||
+ | |||
+ | https://askubuntu.com/questions/1335720/cannot-install-mysql-server |
2025年5月16日 (五) 08:33的版本
apt-get remove --purge mysql-apt-config sudo apt install libaio1t64 #这个应该可以不要 wget http://archive.ubuntu.com/ubuntu/pool/main/liba/libaio/libaio1_0.3.110-5_amd64.deb sudo dpkg -i libaio1_0.3.110-5_amd64.deb wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb sudo apt install ./libtinfo5_6.3-2ubuntu0.1_amd64.deb
https://askubuntu.com/questions/227791/how-do-i-install-libaio
https://askubuntu.com/questions/1531760/how-to-install-libtinfo5-on-ubuntu24-04
https://askubuntu.com/questions/1335720/cannot-install-mysql-server