Deepin下安裝Mysql

來源:互聯網
上載者:User

標籤:TE   路徑   SQ   預設   系統   star   start   密碼   add   

一.開啟終端(Alt+Ctrl+T):

sudo apt-get install mysql-server mysql-client

安裝過程中會需要輸入root帳號的密碼,輸入密碼後,等待安裝完成即可

 

二.設定MySql:

1.將mysql加入到系統服務

chkconfig --add mysql

2.將mysql設定開機啟動

chkconfig mysql on

3.注意:在這裡可能chkconfig沒有安裝,如果是的話 ,則需要安裝chkconfig命令:

sudo apt-get install chkconfig

 

三.登陸MySql

1.查看資料庫當前編碼:

SHOW VARIABLES LIKE ‘character%‘;

2.修改預設編碼為utf-8:

修改/etc/mysql/my.cnf (預設安裝路徑下) (標籤下沒有的添加,有的修改)

 [mysqld]

 character_set_server=utf8

 [mysql]

 default-character-set= utf8

3.查詢的一些命令

       停止MySQL資料庫服務:

sudo systemctl stop mysql.service

  啟動MySQL資料庫服務:

sudo systemctl start mysql.service

  重啟MySQL資料庫服務:

sudo systemctl restart mysql.service

  查看MySQL運行狀態:

sudo systemctl status mysql.service


 

Deepin下安裝Mysql

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.