mysql資料庫安裝與配置

來源:互聯網
上載者:User

標籤:自動啟動   mysqld   ble   user   檢查   登入   cte   sql資料庫   host   

1.(訪問帳號許可權控制)dql-查詢(select) dml-(insert update delete) ddl-(create table create view) dcl-(grant)

2.(訪問地址許可權控制)sudo yum -y in 

3.安裝mysql:sudo yum -y install mysql-server,開啟/etc/my.cnf加入:default-character-set = utf8

4.設定mysql隨系統自動啟動:sudo chkconfig mysqld on然後檢查下:sudo chkconfig --list mysqld如果2~5都是on為成功

5.啟動mysql:sudo service mysqld start

Starting mysqld:                                           [  OK  ]

啟動成功

6.使用者登入下:mysql -u root(第一次登入不要求輸入密碼不加-p)

7.查看使用者:select user,host from mysql.user;

8.防火牆開放3306介面,mysql使用;重啟防火牆:sudo service iptables restart

9.初始化mysql資料庫後無法看到mysql.usr表,解決方案:重設密碼

 

******

mysql常用命令: service mysqld restart-重啟

 

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.