直接终端执行安装命令即可
sudo apt-get install mariadb-server -y
查询DB编码
#进入数据库 mysql -uroot -p #显示默认编码 show variables like 'character\_set\_%';