树莓派(centos7)安装mysql

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派(centos7)安装mysql相关的知识,希望对你有一定的参考价值。

yum install mysql mysql-server
或者
yum install mariadb mariadb-server

安装完后启动mysql
systemctl start mariadb

设置root密码
mysqladmin -u root password "urpasswd"

使用root账户登陆mysql控制台
mysql -u root -p

以上是关于树莓派(centos7)安装mysql的主要内容,如果未能解决你的问题,请参考以下文章