最新文章專題視頻專題問(wèn)答1問(wèn)答10問(wèn)答100問(wèn)答1000問(wèn)答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
如何在電腦上下載歌曲到u盤(pán) mysql忘記root密碼了怎么辦 三星的手機(jī)怎樣截屏 mysql命令修改root密碼 下載歌曲到u盤(pán)怎么弄 mysql數(shù)據(jù)庫(kù)安裝教程 安裝mysql教程視頻 mysqlroot原始密碼忘記了怎么辦 改mysql的root密碼忘記了怎么辦 mysql怎么修改root密碼 如何修改mysql數(shù)據(jù)庫(kù)root密碼 微信封號(hào)的原因是什么 mysqlroot密碼忘記了怎么辦 linux安裝rpm命令用法 如何電腦上下載歌曲到u盤(pán) mysql詳細(xì)安裝教程 mysql下載安裝教程 mysql改root密碼忘記了怎么辦 紅帽認(rèn)證rhce多少錢(qián) 怎么修改mysqlroot密碼 mysql密碼root密碼忘記了怎么辦 黑名單打電話會(huì)提示什么 linuxmysql安裝教程 mysql修改root密碼5.7 電腦管理員名字怎么改win10 忘記mysqlroot密碼怎么辦 mysql安裝教程5.5 qq找公眾號(hào)在哪里找 linuxmysql修改root密碼 如何在ps中添加文字 mysql設(shè)置root密碼忘記了怎么辦 微信賬號(hào)風(fēng)險(xiǎn)評(píng)估在哪里看 mysql包安裝教程 mysql5.7修改root密碼 刪除微信零錢(qián)明細(xì)怎么恢復(fù) mysql用root密碼忘記了怎么辦 mysql5.7linux安裝教程 微信封號(hào)違規(guī)是什么原因 修改mysqlroot密碼 手機(jī)充電發(fā)燙是什么原因
問(wèn)答文章1 問(wèn)答文章501 問(wèn)答文章1001 問(wèn)答文章1501 問(wèn)答文章2001 問(wèn)答文章2501 問(wèn)答文章3001 問(wèn)答文章3501 問(wèn)答文章4001 問(wèn)答文章4501 問(wèn)答文章5001 問(wèn)答文章5501 問(wèn)答文章6001 問(wèn)答文章6501 問(wèn)答文章7001 問(wèn)答文章7501 問(wèn)答文章8001 問(wèn)答文章8501 問(wèn)答文章9001 問(wèn)答文章9501
當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

centosmysql安裝教程

來(lái)源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2022-03-22 23:51:17
文檔

centosmysql安裝教程

mysql安裝首先使用yum安裝mysql數(shù)據(jù)庫(kù)的軟件包 ;然后啟動(dòng)數(shù)據(jù)庫(kù)服務(wù)并運(yùn)行mysql_secure_installation去除安全隱患,最后登錄數(shù)據(jù)庫(kù),完成安裝。
推薦度:
導(dǎo)讀mysql安裝首先使用yum安裝mysql數(shù)據(jù)庫(kù)的軟件包 ;然后啟動(dòng)數(shù)據(jù)庫(kù)服務(wù)并運(yùn)行mysql_secure_installation去除安全隱患,最后登錄數(shù)據(jù)庫(kù),完成安裝。

視頻內(nèi)容

產(chǎn)品型號(hào):Thinkpad E15

系統(tǒng)版本:centos7

軟件版本:mysql 5.7

mysql安裝教程

1.使用yum安裝mysql數(shù)據(jù)庫(kù)的軟件包 

[root@xuegod63 ~]# yum -y install mariadb-server mariadb 

注:  

mariadb-server  #MariaDB數(shù)據(jù)庫(kù) 

mariadb      # MariaDB服務(wù)器Linux下客戶端 

注:從centos7系統(tǒng)開(kāi)始,系統(tǒng)中自帶的mysql數(shù)據(jù)庫(kù)變成了mariadb-server,mariadb-server和mysql操作上一樣。mariadb-server是mysql的一個(gè)分支。

2.啟動(dòng)數(shù)據(jù)庫(kù)服務(wù)

[root@xuegod63 ~]# systemctl start  mariadb #啟動(dòng)MariaDB服務(wù)

[root@xuegod63 ~]# systemctl enable  mariadb #設(shè)置開(kāi)啟自動(dòng)啟動(dòng)MariaDB服務(wù)

3. 安裝完mariadb-server后,運(yùn)行mysql_secure_installation去除安全隱患

[root@xuegod63 ~]# mysql_secure_installation #進(jìn)入安全配置導(dǎo)向

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

SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!

In order to log into MySQL to secure it, we'll need the current

password for the root user. If you've just installed MySQL, 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):  #初次運(yùn)行直接回車,因?yàn)閞oot用戶沒(méi)有密碼

OK, successfully used password, moving on…

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

root user without the proper authorisation.

Set root password? [Y/n] Y #是否設(shè)置root用戶密碼,輸入Y

New password: 123456  #新密碼123456

Re-enter new password: 123456

Password updated successfully!

。。。

Remove anonymous users? [Y/n] Y  #是否刪除匿名用戶,生產(chǎn)環(huá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 #是否禁止root遠(yuǎn)程登錄,根據(jù)自己的需求選擇Y/n并回車,建議禁止

 ... 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  #是否刪除test數(shù)據(jù)庫(kù),直接回車或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  #是否重新加載權(quán)限表,直接回車

 ... 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!

… Success!

至此數(shù)據(jù)庫(kù)安裝成功。

4. 登錄數(shù)據(jù)庫(kù)

[root@xuegod63 ~]# mysql -u root -p123456 

MariaDB [(none)]> show databases;    #沒(méi)有test數(shù)據(jù)庫(kù) #執(zhí)行時(shí),所有命令以;號(hào)結(jié)尾 

+-------------------------+ 

| Database

+-------------------------+ 

| information_schema

| mysql

| ucenter

+-------------------------+ 

3 rows in set (0.00 sec) 

MariaDB [(none)]> exit #退出命令可以加分號(hào),也可以不加分號(hào)。

總結(jié):

1、使用yum安裝mysql數(shù)據(jù)庫(kù)的軟件包 

2、啟動(dòng)數(shù)據(jù)庫(kù)服務(wù)

3、運(yùn)行mysql_secure_installation去除安全隱患

4、登錄數(shù)據(jù)庫(kù)

聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

centosmysql安裝教程

mysql安裝首先使用yum安裝mysql數(shù)據(jù)庫(kù)的軟件包 ;然后啟動(dòng)數(shù)據(jù)庫(kù)服務(wù)并運(yùn)行mysql_secure_installation去除安全隱患,最后登錄數(shù)據(jù)庫(kù),完成安裝。
推薦度:
標(biāo)簽: 步驟 方法 安裝
  • 熱門(mén)焦點(diǎn)

最新推薦

猜你喜歡

熱門(mén)推薦

專題軟文怎么發(fā)軟文怎么發(fā)專題如何寫(xiě)軟文如何寫(xiě)軟文專題活動(dòng)軟文怎么寫(xiě)活動(dòng)軟文怎么寫(xiě)專題rhca培訓(xùn)多少錢(qián)rhca培訓(xùn)多少錢(qián)專題rhcsa培訓(xùn)多少錢(qián)rhcsa培訓(xùn)多少錢(qián)專題linux分區(qū)方法linux分區(qū)方法專題linux磁盤(pán)分區(qū)方法linux磁盤(pán)分區(qū)方法專題apache安裝方法apache安裝方法專題apache和nginx的區(qū)別apache和nginx的區(qū)別專題docker命令教程docker命令教程專題linux安裝nginx方法linux安裝nginx方法專題nginx反向代理配置nginx反向代理配置專題nginx負(fù)載均衡策略nginx負(fù)載均衡策略專題nginx負(fù)載均衡配置nginx負(fù)載均衡配置專題nginx配置文件詳解nginx配置文件詳解專題nginx是什么nginx是什么專題nginx重啟方法nginx重啟方法專題安裝docker步驟安裝docker步驟專題安裝docker教程安裝docker教程專題docker進(jìn)入容器的命令docker進(jìn)入容器的命令專題docker鏡像制作方法docker鏡像制作方法專題docker刪除鏡像的方法docker刪除鏡像的方法專題docker刪除容器的方法docker刪除容器的方法專題啟動(dòng)docker命令啟動(dòng)docker命令專題重啟docker的方法重啟docker的方法專題怎么使用vlookup函數(shù)匹配怎么使用vlookup函數(shù)匹配專題喜馬拉雅下載的音頻怎么變成mp3喜馬拉雅下載的音頻怎么變成mp3專題微博點(diǎn)贊后取消對(duì)方知道嗎微博點(diǎn)贊后取消對(duì)方知道嗎專題手機(jī)連不上wifi怎么辦手機(jī)連不上wifi怎么辦專題什么叫軟文什么叫軟文專題centos mysql管理工具專題centos mysql使用專題mysql centos 下載專題centos配置mysql專題centos mysql 配置專題centos 下載安裝mysql專題centos查看mysql專題centos mysql狀態(tài)專題centos 訪問(wèn)mysql專題centos按照mysql專題centos搭建mysql專題centos 按照mysql專題centos mysql 升級(jí)專題centos6 mysql專題centos 源碼安裝mysql專題centos 下安裝mysql專題yum mysql 安裝專題mysql 安裝 yum專題mysql centos7 安裝專題centos7.3安裝mysql專題
Top