linux配置mariadb外网,在RHEL/CentOS上安装和配置MariaDB

MariaDB是一个开源的关系数据库,是一个社区开发的MySQL数据库分支版本。 MariaDB已经取代了MySQL作为RHEL/CentOS 7中的默认数据库。

在本教程中,我们将讨论在CentOS/RHEL 7机器上安装和配置MariaDB。

安装

从RHEL / CentOS 7开始,MariaDB可用于两个操作系统的默认存储库。 所以我们可以简单地使用yum进行安装。 要安装它,请从终端执行以下命令,

$ yum install mariadb mariadb-server

一旦安装,我们将开始它的服务,并启用它,

$ systemctl start mariadb

$ systemctl enable mariadb

数据库现在正在运行,您可以通过运行登录到Mariadb

$ mysql

在终端。 root用户的默认密码默认为空白,你可以想象这是一个严重的安全威胁。 所以我们现在将确保我们的安装。

配置MariaDB

我们现在将通过在我们的终端中运行“mysql_secure_installation”来保护我们的MariaDB安装。 确保您仔细阅读程序的每一步,以确保安装,

$ mysql_secure_installation

/usr/bin/mysql_secure_installation: line 379: find_mysql_client: command not found

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB

SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!

In order to log into MariaDB to secure it, we’ll need the current

password for the root user. If you’ve just installed MariaDB, and

you haven’t set the root password yet, the password will be blank,

so you should just press enter here.

Enter current password for root (enter for none):

OK, successfully used password, moving on…

Setting the root password ensures that nobody can log into the MariaDB

root user without the proper authorisation.

Set root password? [Y/n] Y

New password: ROOTPASSWORD

Re-enter new password: ROOTPASSWORD

Password updated successfully!

Reloading privilege tables..

… Success!

By default, a MariaDB installation has an anonymous user, allowing anyone

to log into MariaDB without having to have a user account created for

them. This is intended only for testing, and to make the installation

go a bit smoother. You should remove them before moving into a

production environment.

Remove anonymous users? [Y/n] Y

… Success!

Normally, root should only be allowed to connect from ‘localhost’. This

ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n] Y

… Success!

By default, MariaDB comes with a database named ‘test’ that anyone can

access. This is also intended only for testing, and should be removed

before moving into a production environment.

Remove test database and access to it? [Y/n] Y

– Dropping test database…

… Success!

– Removing privileges on test database…

… Success!

Reloading the privilege tables will ensure that all changes made so far

will take effect immediately.

Reload privilege tables now? [Y/n] Y

… Success!

Cleaning up…

All done! If you’ve completed all of the above steps, yourMariaDB

installation should now be secure.

Thanks for using MariaDB!

就这样,我们的数据库现在是安全的,可以使用了。 我们现在可以通过使用登录到我们安装的MariaDB。

$ mysql –u root –p

可以继续创建新的数据库,表或用户。

这是我们关于安装和配置MariaDB的教程。如果有任何疑问或问题,请在下面的评论框中提及。

更多MariaDB相关教程见以下内容:

MariaDB 的详细介绍:请点这里

MariaDB 的下载地址:请点这里

0b1331709591d260c1c78e86d0c51c18.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值