ubuntu 安裝mysql

土豆拍死馬鈴薯發表於2017-10-07

su root


apt-get install mysql-server


apt-get install mysql-client


apt-get install libmysqlclient-dev



use below command to see whether it is successful:


netstat -tap | grep mysql



相關文章