center os7 安装mysql

Posted 东方旭日,笑傲江湖

tags:

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

安装mariadb

MariaDB数据库管理系统是mysql的一个分支,主要由开源社区在维护,采用GPL授权许可。开发这个分支的原因之一是:甲骨文公司收购了MySQL后,有将MySQL闭源的潜在风险,因此社区采用分支的方式来避开这个风险。MariaDB的目的是完全兼容MySQL,包括API和命令行,使之能轻松成为MySQL的代替品。

安装mariadb,大小59 M。

[[email protected] yl]# yum install mariadb-server mariadb 

mariadb数据库的相关命令是:

systemctl start mariadb  #启动MariaDB

systemctl stop mariadb  #停止MariaDB

systemctl restart mariadb  #重启MariaDB

systemctl enable mariadb  #设置开机启动

所以先启动数据库

[[email protected] yl]# systemctl start mariadb

然后就可以正常使用mysql了

技术分享
[[email protected] yl]# mysql -u root -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 3
Server version: 5.5.41-MariaDB MariaDB Server

Copyright (c) 2000, 2014, Oracle, MariaDB Corporation Ab and others.

Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

MariaDB [(none)]> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| test               |
+--------------------+
4 rows in set (0.00 sec)

MariaDB [(none)]> 
技术分享

安装mariadb后显示的也是 MariaDB [(none)]> 

以上是关于center os7 安装mysql的主要内容,如果未能解决你的问题,请参考以下文章

Center OS7 下安装Docker版Nodebb

center os7.2配置https访问

center os7 怎么重启网卡

ActiveMQ在Center OS7上的安装以及在windows上访问activemq

删除 center os7 openjdk

Center OS7网络设置