Mysql 資料備份與恢複,使用者建立,授權,mysql備份與恢複

來源:互聯網
上載者:User

Mysql 資料備份與恢複,使用者建立,授權,mysql備份與恢複

Mysql 資料備份與恢複,使用者建立,授權

1. Mysqldump >outfile.sql

2. Mysql –uxxx –pxxx < backfile.sql

3. Create user ‘username’@’host’ identified by ‘password’

4. Grant all privileges on DBNAME.*to ‘username’@’host’//增加許可權,特別要注意DBNAME後面的*號

5. revoke all privileges on DBNAME.* to .*‘username’@’host’//取消許可權特別要注意DBNAME後面的*號

6. Mysql的儲存引擎類型直接的影響約束的效用(比如說外鍵約束,在MyISM中是沒有用的,在InnoDB中才有用)

著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

相關文章

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.