Centos6.5 使用YUM安装MariaDB

Posted 学无边涯

tags:

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

1,第一步

[xxxxxx]$ cd /etc/yum.repos.d 
[xxxxxx]$ vi MariaDB.repo

# MariaDB 10.0 CentOS repository list - created 2013-08-23 13:08 UTC 
[mariadb] 
name = MariaDB 
baseurl = http://yum.mariadb.org/10.0/centos6-amd64 
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB 
gpgcheck=1

2,第二步

yum -y install MariaDB-client MariaDB-server MariaDB-devel

service mysql start 

mysqladmin -u root password ‘passwd’

mysql -u root -p 

文章来自玖乐网络(96net.com.cn)

 







以上是关于Centos6.5 使用YUM安装MariaDB的主要内容,如果未能解决你的问题,请参考以下文章

Centos6.5使用yum安装mysql

Centos6.5 使用YUM安装MariaDB

Centos6.5使用yum安装mysql——快速上手必备(转)

centos6.5安装MySQL5.7(使用yum源安装方法)

使用最新的yum在CentOS6.5上安装nginx时的目录问题

Centos6.5 yum源安装gitlab