mysql資料庫之間、table增量匯入指令碼
#!/bin/bash
currenttime=$(date "+%Y-%m-%d")
/mysql/mysqlsoft/bin/mysql -uwangya -pwangya -hx.x.x.x -P3306 -Ne "use caihui1;select * from chdquote where ENTRYDATE='$currenttime 00:00:00';" >/tmp/chdquote.txt
#/mysql/mysqlsoft/bin/mysql -uroot -proot --socket=/mysql/tmps/mysql.sock3306 -e "use caihui_test;load data infile '/tmp/chdquote.txt' into table chdquote";
為什麼沒有寫成select * into outfile '/tmp/xxx'的形式呢?
可能是wangya這個賬號是缺少相應的許可權的,因為我用本地root賬號是沒有問題的;
currenttime=$(date "+%Y-%m-%d")
/mysql/mysqlsoft/bin/mysql -uwangya -pwangya -hx.x.x.x -P3306 -Ne "use caihui1;select * from chdquote where ENTRYDATE='$currenttime 00:00:00';" >/tmp/chdquote.txt
#/mysql/mysqlsoft/bin/mysql -uroot -proot --socket=/mysql/tmps/mysql.sock3306 -e "use caihui_test;load data infile '/tmp/chdquote.txt' into table chdquote";
為什麼沒有寫成select * into outfile '/tmp/xxx'的形式呢?
可能是wangya這個賬號是缺少相應的許可權的,因為我用本地root賬號是沒有問題的;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29620572/viewspace-1807474/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL匯出資料庫指令碼MySql資料庫指令碼
- Excel匯入Sqlserver資料庫指令碼ExcelSQLServer資料庫指令碼
- MySQL Shell import_table資料匯入MySqlImport
- SQLServer 異構資料庫之間資料的匯入匯出SQLServer資料庫
- 資料庫 MySQL 資料匯入匯出資料庫MySql
- mysql 資料庫匯入匯出MySql資料庫
- MySQL資料庫匯入匯出MySql資料庫
- Oracle expdp/impdp匯入匯出備份資料庫指令碼Oracle資料庫指令碼
- 【mysql】資料庫匯出和匯入MySql資料庫
- mysqldump匯入匯出mysql資料庫MySql資料庫
- Mysql 資料庫匯入與匯出MySql資料庫
- 資料匯入shell指令碼(下)指令碼
- mysql增量恢復指令碼MySql指令碼
- 不同版本間的資料庫匯入匯出資料庫
- 在SQL Server資料庫中匯入MySQL資料庫Server資料庫MySql
- 從Excel到匯入MYSQL資料庫ExcelMySql資料庫
- mysql資料庫備份匯入命令MySql資料庫
- Elasticsearch批量匯入資料指令碼(python)Elasticsearch指令碼Python
- MySQL資料匯入匯出亂碼問題MySql
- MySQL 資料庫增量資料恢復案例MySql資料庫資料恢復
- MySQL資料匯入匯出之Load data fileMySql
- mysql資料匯入匯出MySql
- mysql資料匯出匯入MySql
- 呼叫中心資料入庫指令碼指令碼
- OracleDatabase——資料庫表空間dmp匯出與匯入OracleDatabase資料庫
- 大資料匯入之MySql設計之空間換時間的設計變更大資料MySql
- mysql匯入匯出指令碼的區別對比MySql指令碼
- 在不同字符集的資料庫之間匯入資料的方法(轉)資料庫
- EBS 10g/11g 資料庫匯出匯入遷移指令碼 - transform資料庫指令碼ORM
- MySQL資料庫結構和資料的匯出和匯入 (轉)MySql資料庫
- 從Oracle資料庫中匯出SQL指令碼Oracle資料庫SQL指令碼
- 通過cmd視窗匯入匯出mysql資料庫MySql資料庫
- 動態更新資料庫指令碼——Mysql資料庫指令碼MySql
- 《mysql資料庫備份小指令碼》MySql資料庫指令碼
- MySQL增量備份的指令碼(innobackupex)MySql指令碼
- TP5.1excel匯入資料庫的程式碼?php excel如何匯入資料庫?Excel資料庫PHP
- sqoop用法之mysql與hive資料匯入匯出OOPMySqlHive
- Oracle增量匯入匯出Oracle