Install Mariadb in Ubuntu 16.04 LTS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install Mariadb in Ubuntu 16.04 LTS相关的知识,希望对你有一定的参考价值。
MariaDB官网提供了repository
https://downloads.mariadb.org/mariadb/repositories/#mirror=tuna
在这里可以查询到各类系统的安装方法,这里仅对Ubuntu 16.04 LTS讲解。
add key
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
add sources
sudo sh -c ‘echo "deb [arch=amd64,i386,ppc64el] http://mirrors.tuna.tsinghua.edu.cn/mariadb/repo/10.2/ubuntu xenial main" >> /etc/apt/sources.list.d/mariadb.list‘
update
apt update
install
sudo apt-get install mariadb-server
以上是关于Install Mariadb in Ubuntu 16.04 LTS的主要内容,如果未能解决你的问题,请参考以下文章
Linux Deploy Ubuntu 20.04 安装 mariadb
Install MySQL in Ubuntu 16.04 LTS
How to install Anaconda in Ubuntu
Install OpenCV-Python in Ubuntu