centos中安裝mysql的方法:1、打開centos終端;2、在命令行中輸入“yum install mysql-server”命令安裝mysql即可。
具體操作步驟:
1、在centos系統(tǒng)桌面中使用快捷鍵【Ctrl+Alt+T】打開終端命令行模式。
2、在centos終端命令行中輸入以下命令安裝mysql服務(wù)即可。
yum install mysql-server #安裝mysql數(shù)據(jù)庫,執(zhí)行后需選擇Y繼續(xù)安裝
相關(guān)操作命令:
service mysqld start #啟動mysql服務(wù)
service mysqld stop #關(guān)閉mysql服務(wù)
service mysqld restart #重啟mysql服務(wù)
chkconfig mysqld on #設(shè)置mysql開機(jī)啟動