简体   繁体   English

我无法在 Ubuntu 22.04 上安装 Mariadb

[英]I can't install Mariadb on Ubuntu 22.04

I am trying to install Mariadb on VPS on Ubuntu 22.04 but the following error is displayed:我正在尝试在 Ubuntu 22.04 的 VPS 上安装 Mariadb,但显示以下错误: 在此处输入图像描述

How to fix it?如何解决?

i suggest first to uninstall the package我建议先卸载包

sudo apt-get purge mariadb-server

and try to reinstall并尝试重新安装

you can follow digital ocean steps你可以按照数字海洋的步骤

https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-ubuntu-20-04 https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-ubuntu-20-04

Remove previously installed packages and check above URL.删除以前安装的软件包并检查上面的 URL。

https://computingforgeeks.com/how-to-install-mariadb-on-ubuntu-focal-fossa/ https://computingforgeeks.com/how-to-install-mariadb-on-ubuntu-focal-fossa/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM