中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux下如何安裝數據庫管理系統MariaDB

發布時間:2022-02-17 09:51:15 來源:億速云 閱讀:123 作者:小新 欄目:開發技術

小編給大家分享一下Linux下如何安裝數據庫管理系統MariaDB,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

MariaDB數據庫管理系統是 MySQL 的一個分支,主要由開源社區在維護,采用GPL授權許可 MariaDB的目的是完全兼容MySQL,包括API和命令行,使之能輕松成為MySQL的代替品。

Linux下如何安裝數據庫管理系統MariaDB

安裝

yum安裝
yum install mariadb-server mariadb -y

查看版本

[root@mysqldb ~]# rpm -q mariadb-server mariadbmariadb-server-5.5.60-1.el7_5.x86_64
mariadb-5.5.60-1.el7_5.x86_64
設置開機自啟動
[root@mysqldb ~]# systemctl enable mariadbCreated symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service.
配置安全腳本

安裝完后,root密碼默認是空,因此需要進行配置安全控制程序。

配置前需要先啟動mariadb

systemctl start mariadb

啟動安全配置程序

[root@mysqldb ~]# mysql_secure_installationNOTE: 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 #是否設置root密碼,這里進行設置
New password:
Re-enter new password:
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] n #允許root遠程登陸數據庫
... skipping.

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] n #不刪除test數據庫,后面測試可以使用
... skipping.

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, your MariaDB
installation should now be secure.

Thanks for using MariaDB!

按照上面的提示進行配置,大致就ok了。

登陸數據庫

上面已經設置了密碼,因此不能只通過mysql就登陸數據庫,后面必須加上用戶和密碼。

[root@mysqldb ~]# mysql -u root -pEnter password: #輸出密碼,不建議放在-p后面明文顯示Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 9
Server version: 5.5.60-MariaDB MariaDB Server

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

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

MariaDB [(none)]>
基本命令

查看數據庫

show databases;

進入數據庫

use mysql;

查看表列表

show tables;

查看表結構

desc user;

查看版本:

MariaDB [mysql]> select version();
+----------------+
| version()      |
+----------------+
| 5.5.60-MariaDB |
+----------------+
1 row in set (0.00 sec)

目錄結構

目錄說明
/var/lib/mysqlmysql數據文件存放路徑,可以自定義
/etc/my.cnfmysql配置文件地址
/usr/lib64/mysqlmysql庫文件路徑
/usr/bin/mysql*mysql二進制可執行文件路徑
/etc/rc.d/init.d/mysqldmysql服務管理腳本地址
/var/log/mysqld.logmysql日志文件地址


以上是“Linux下如何安裝數據庫管理系統MariaDB”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節
推薦閱讀:
  1. mariadb安裝
  2. 安裝Mariadb

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

锡林浩特市| 商南县| 阿拉善左旗| 辽阳市| 博野县| 磴口县| 普兰县| 乐平市| 锦屏县| 江西省| 菏泽市| 尤溪县| 承德市| 偏关县| 安丘市| 闵行区| 肥西县| 岳普湖县| 尼木县| 安龙县| 繁昌县| 鹿泉市| 图木舒克市| 遵化市| 嫩江县| 武川县| 金昌市| 恩平市| 萨嘎县| 博乐市| 汶川县| 丹寨县| 新宁县| 绵竹市| 滨海县| 体育| 蚌埠市| 隆尧县| 虹口区| 合山市| 德江县|