用shell script做資料庫操作 - Linux

Ethan avatar
By Ethan
at 2013-06-17T18:11

Table of Contents

最近在學寫shell script
想操作mysql
但有幾個點不知道怎麼寫

第一行寫這樣可以進去資料庫
/Applications/MAMP/Library/bin/mysql
但接下來的指令就無效了

請問要怎樣寫好一串指令在外面操作他呢?
作基本的刪除,加入...等等

其實是想讓它自動跟遠端的主要資料庫隨時維持同步
想法是定期固定從遠端拉過來,然後把現在的資料庫換成新的
有人能提點一下嗎感謝!

--
Tags: Linux

All Comments

Eden avatar
By Eden
at 2013-06-20T08:31
sql的單讀寫一個檔案 然後shell script mysql ... < X.sql
Agnes avatar
By Agnes
at 2013-06-23T14:49
Here document
Madame avatar
By Madame
at 2013-06-26T21:58
那請問我要怎樣把SQL下載下來 成為一堆SQL指令
然後在insert到別的table上面去?
Susan avatar
By Susan
at 2013-06-29T23:05
類似 var = SELECT * FROM table 之類的 然後去處理var
Charlotte avatar
By Charlotte
at 2013-07-02T10:43
噢我好像找到dump的方法了
Agatha avatar
By Agatha
at 2013-07-02T19:12
有沒有考慮用perl或python的API玩 XD?Oreilly的書有範例
Zora avatar
By Zora
at 2013-07-05T17:51
直接做repli不是比較方便嗎
Mary avatar
By Mary
at 2013-07-10T14:41
怎不用master slave db 呢
Steve avatar
By Steve
at 2013-07-11T21:51
master就會push資料到slave db

抓取檔案裡數行連續的文字區塊

Olga avatar
By Olga
at 2013-06-17T15:28
↓放想找的字串 awk and#39;BEGIN{FS=and#34;\nand#34;;RS=and#34;\n\nand#34;} {if(match($1,and#34;and#34;) andamp;andamp; match($2,and#34;and#34;)) print $0}and#39; ...

抓取檔案裡數行連續的文字區塊

Tristan Cohan avatar
By Tristan Cohan
at 2013-06-17T14:14
最近在寫一隻可以抓取檔案內容的SHELL 檔案內容大概是{ 名字: 李大仁 戶籍: 台北 地址: ~!at#$%^andamp;* 電話: ~!at#$%^andamp;* 興趣: ~!at#$%^andamp;* 備註1: 名字: 程又青 戶籍: 台北 地址: ~!at#$%^andamp;* 電話: ...

HackingThursday 固定聚會 (2013-06-20)

Madame avatar
By Madame
at 2013-06-17T12:28
通告網址: [http://www.hackingthursday.org/][1] * * * * 時間: 每週四晚上 19:30 至 22:00 ( 熱食供應至 20:00 ) * 地點: 伯朗咖啡 ( 建國店 ) * 地址: 台北市大安區建國南路一段 166 號 2 樓 * 鄰 ...

HackingThursday 固定聚會 (2013-06-20)

Kelly avatar
By Kelly
at 2013-06-17T12:02
通告網址: [http://www.hackingthursday.org/][1] * * * * 時間: 每週四晚上 19:30 至 22:00 ( 熱食供應至 20:00 ) * 地點: 伯朗咖啡 ( 建國店 ) * 地址: 台北市大安區建國南路一段 166 號 2 樓 * 鄰 ...

Centos BIND 異常

Daph Bay avatar
By Daph Bay
at 2013-06-16T21:58
各位大大,小弟是linux新手 系統是Centos 5.2 + BIND 最近發現網路流量異常,發現是port53 瘋狂上傳 可是port53是DNS,若是開啟防火牆鎖住53,DNS又喪失功能.. 請問我該如何操作? 謝謝 PS:IP使用的是固定IP - ...