輸入yum install mysql-server
#按y繼續
##安裝完成,設定開機啟動mysql,輸入chkconfig --levels 235 mysqld on
service mysqld start
入set password for 'root'@'localhost' = password('12345678') ;來設定密碼
create database 資料庫名稱; 來建立資料庫,
grant all privileges on 資料庫名稱.* to root@localhost identified by ' 密碼'; 給剛建立的資料庫分配用戶
以上是在CentOS VPS上怎麼透過SSH安裝MySQL的詳細內容。更多資訊請關注PHP中文網其他相關文章!