Shell操作MySQL方法

來源:互聯網
上載者:User

標籤:資料庫   mysql   

方式一:

# mysql   -u  root  -h 127.0.0.1  -p

      -u username 

      -h  host_ip     

      -p“new_pass”

      -D db_name                          //指定直接進入的資料庫

      -e  “sql_language”                 //直接在互動中直接執行SQL語句

 例如: mysql  -uroot  -hlocalhost  -pmypass  -D  mysql  -e  “SELECT user,host,password  from  user;”

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />


方式二:批處理模式

# mysql   -uroot .......<   mysql.sql


例如:

mysql.sql:    

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

#mysql  -uroot -hlocalhost  -proot  <  mysql.sql

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

方式三:

mysql >   source  /path/to/mysql.sql



本文出自 “Lu2Yu” 部落格,請務必保留此出處http://lu2yu.blog.51cto.com/10009517/1622288

Shell操作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.