本篇文章為大家展示了MariaDB數(shù)據(jù)庫怎么在Linux系統(tǒng)中安裝,內(nèi)容簡(jiǎn)明扼要并且容易理解,絕對(duì)能使你眼前一亮,通過這篇文章的詳細(xì)介紹希望你能有所收獲。
創(chuàng)新互聯(lián)公司專注于延平網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供延平營(yíng)銷型網(wǎng)站建設(shè),延平網(wǎng)站制作、延平網(wǎng)頁設(shè)計(jì)、延平網(wǎng)站官網(wǎng)定制、小程序開發(fā)服務(wù),打造延平網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供延平網(wǎng)站排名全網(wǎng)營(yíng)銷落地服務(wù)。1. 下載MariaDB數(shù)據(jù)庫
測(cè)試: 當(dāng)前虛擬機(jī)是否可以正確的鏈接外網(wǎng).
命令:
[root@localhost src]# yum install mariadb-server 安裝mariadb數(shù)據(jù)庫 [root@localhost src]# yum clean all 清空已安裝文件 如果下載失敗之后執(zhí)行的.
2 確認(rèn)下載
3 安裝完成提示
4 數(shù)據(jù)庫啟動(dòng)
命令:
1. 啟動(dòng)命令 [root@localhost src]# systemctl start mariadb
2. 重啟命令 [root@localhost src]# systemctl restart mariadb
3. 關(guān)閉命令 [root@localhost src]# systemctl stop mariadb
5. 數(shù)據(jù)庫初始化操作
命令:
6. 測(cè)試數(shù)據(jù)庫用戶名和密碼是否有效
7.導(dǎo)入數(shù)據(jù)表
說明:如果mysql數(shù)據(jù)庫需要導(dǎo)入數(shù)據(jù)表命令如下:
命令:
source /xxx/xxxx/xxxx/jtdb.sql;
8.Mysql數(shù)據(jù)庫遠(yuǎn)程訪問配置
8.1 關(guān)于鏈接數(shù)據(jù)庫的說明
說明:
1. 如果需要遠(yuǎn)程鏈接數(shù)據(jù)庫必須通過防火墻
2. 如果遠(yuǎn)程鏈接數(shù)據(jù)庫,數(shù)據(jù)庫中必須開啟遠(yuǎn)程訪問權(quán)限才行,否則拒絕鏈接.
8.2 配置數(shù)據(jù)庫權(quán)限配置說明
8.3 配置Linux數(shù)據(jù)庫權(quán)限 8.3.1 切換數(shù)據(jù)庫mysql
切換Mysql數(shù)據(jù)庫
8.3.2 修改數(shù)據(jù)庫表
1).檢查數(shù)據(jù)表
2).查詢user表中的host/root/password
3).將host=“l(fā)ocalhost” 改為 “%”
4).刷新數(shù)據(jù)庫權(quán)限
9. 配置Linux防火墻策略 9.1 檢查防火墻狀態(tài)
命令:
firewall-cmd --state
9.2 防火墻配置
說明:防火墻中有一個(gè)配置文件,表示當(dāng)Linux系統(tǒng)啟動(dòng)時(shí)防火墻應(yīng)該如何操作!!!
需求: 告訴linux系統(tǒng)以后開機(jī)不需要啟動(dòng)防火墻
命令:
systemctl disable firewalld.service systemctl enable firewalld.service
9.3 手動(dòng)關(guān)閉防火墻
說明:通過命令手動(dòng)將防火墻關(guān)閉
命令:
systemctl stop firewalld.service systemctl start firewalld.service
9.4 手動(dòng)開放防火墻端口
1). 檢查防火墻開放的端口
firewall-cmd --list-ports
2).檢查端口是否開放
firewall-cmd --query-port 80/tcp
3). 開啟防火墻
firewall-cmd --zone=public --add-port=80/tcp --permanent
4).移除端口
firewall-cmd --zone=public --remove-port=9090/tcp --permanent
5).關(guān)于防火墻操作的解釋
–zone #作用域
–add-port=80/tcp #添加端口,格式為:端口/通訊協(xié)議
–remove-port=80/tcp #移除端口,格式為:端口/通訊協(xié)議
–permanent #永久生效,沒有此參數(shù)重啟后失效
6).重啟防火墻
firewall-cmd --reload
9.4 數(shù)據(jù)庫遠(yuǎn)程測(cè)試
9.5 導(dǎo)入jtdb.sql
上述內(nèi)容就是MariaDB數(shù)據(jù)庫怎么在Linux系統(tǒng)中安裝,你們學(xué)到知識(shí)或技能了嗎?如果還想學(xué)到更多技能或者豐富自己的知識(shí)儲(chǔ)備,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。
分享標(biāo)題:MariaDB數(shù)據(jù)庫怎么在Linux系統(tǒng)中安裝-創(chuàng)新互聯(lián)
文章路徑:http://vcdvsql.cn/article18/dsojdp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站制作、外貿(mào)建站、服務(wù)器托管、小程序開發(fā)、品牌網(wǎng)站制作、云服務(wù)器
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容