mysql export query result

1 . export by shell 

a.sql

use dbname; SELECT id,iab_num  FROM iab_list ;

 

mysql   -h host -uusername -P3306 -ppassword   dbname     < a.sql  > iab.out

 

refer :

https://stackoverflow.com/questions/356578/how-to-output-mysql-query-results-in-csv-format

https://stackoverflow.com/questions/935556/mysql-dump-by-query

http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/

 

 

tips2: Mac  use mysql with ui ;

if install  Goland/idea   ,click right  database and  add conneciton ; 

then you will not install sequel-pro

 

posted on 2017-08-12 15:43  iokde.com  阅读(238)  评论(0编辑  收藏  举报

导航