成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

mydumper和myloader參數(shù)使用說(shuō)明-創(chuàng)新互聯(lián)

mydu

成都創(chuàng)新互聯(lián)公司是一家專注于網(wǎng)站建設(shè)、成都做網(wǎng)站與策劃設(shè)計(jì),榆陽(yáng)網(wǎng)站建設(shè)哪家好?成都創(chuàng)新互聯(lián)公司做網(wǎng)站,專注于網(wǎng)站建設(shè)10多年,網(wǎng)設(shè)計(jì)領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:榆陽(yáng)等地區(qū)。榆陽(yáng)做網(wǎng)站價(jià)格咨詢:18980820575mper
Usage:
  mydumper [OPTION...] multi-threaded MySQL dumping
Help Options:
  -?, --help                  Show help options
Application Options:
  -B, --database              需要備份的數(shù)據(jù)庫(kù),一個(gè)數(shù)據(jù)庫(kù)一條命令備份,要不就是備份所有數(shù)據(jù)庫(kù),包括mysql。
  -T, --tables-list           需要備份的表,用逗號(hào)分隔。
  -o, --outputdir             備份文件目錄
  -s, --statement-size        生成插入語(yǔ)句的字節(jié)數(shù),默認(rèn)1000000,這個(gè)參數(shù)不能太小,不然會(huì)報(bào) Row bigger than statement_size for tools.t_serverinfo
  -r, --rows                  試圖用行塊來(lái)分割表,該參數(shù)關(guān)閉--chunk-filesize
  -F, --chunk-filesize        行塊分割表的文件大小,單位是MB
  -c, --compress              壓縮輸出文件
  -e, --build-empty-files     即使表沒(méi)有數(shù)據(jù),也產(chǎn)生一個(gè)空文件
  -x, --regex                 正則表達(dá)式匹配,如'db.table'
  -i, --ignore-engines        忽略的存儲(chǔ)引擎,用逗號(hào)分隔
  -m, --no-schemas            不導(dǎo)出表結(jié)構(gòu)
  -d, --no-data               不導(dǎo)出表數(shù)據(jù)
  -G, --triggers              導(dǎo)出觸發(fā)器
  -E, --events                導(dǎo)出事件
  -R, --routines              導(dǎo)出存儲(chǔ)過(guò)程
  -k, --no-locks              不執(zhí)行共享讀鎖 警告:這將導(dǎo)致不一致的備份
  --less-locking              減到最小的鎖在innodb表上.
  -l, --long-query-guard      設(shè)置長(zhǎng)查詢時(shí)間,默認(rèn)60秒,超過(guò)該時(shí)間則會(huì)報(bào)錯(cuò):There are queries in PROCESSLIST running longer than 60s, aborting dump
  -K, --kill-long-queries kill掉長(zhǎng)時(shí)間執(zhí)行的查詢,備份報(bào)錯(cuò):Lock wait timeout exceeded; try restarting transaction
  -D, --daemon                啟用守護(hù)進(jìn)程模式
  -I, --snapshot-interval     dump快照間隔時(shí)間,默認(rèn)60s,需要在daemon模式下
  -L, --logfile               使用日志文件,默認(rèn)標(biāo)準(zhǔn)輸出到終端
  --tz-utc                    備份的時(shí)候允許備份Timestamp,這樣會(huì)導(dǎo)致不同時(shí)區(qū)的備份還原會(huì)出問(wèn)題,默認(rèn)關(guān)閉,參數(shù):--skip-tz-utc to disable.
  --skip-tz-utc
  --use-savepoints            使用savepoints來(lái)減少采集metadata所造成的鎖時(shí)間,需要SUPER權(quán)限
  --success-on-1146           Not increment error count and Warning instead of Critical in case of table doesn't exist
  --lock-all-tables           鎖全表,代替FLUSH TABLE WITH READ LOCK
  -U, --updated-since         Use Update_time to dump only tables updated in the last U days
  --trx-consistency-only      Transactional consistency only
  -h, --host                  The host to connect to
  -u, --user                  Username with privileges to run the dump
  -p, --password              User password
  -P, --port                  TCP/IP port to connect to
  -S, --socket                UNIX domain socket file to use for connection
  -t, --threads               備份執(zhí)行的線程數(shù),默認(rèn)4個(gè)線程
  -C, --compress-protocol     在mysql連接上使用壓縮協(xié)議
  -V, --version               Show the program version and exit
  -v, --verbose               更多輸出, 0 = silent, 1 = errors, 2 = warnings, 3 = info, default 2
myloader
Usage:
  myloader [OPTION...] multi-threaded MySQL loader
Help Options:
  -?, --help                        Show help options
Application Options:
  -d, --directory                   備份文件所在的目錄
  -q, --queries-per-transaction     每個(gè)事務(wù)的query數(shù)量, 默認(rèn)1000
  -o, --overwrite-tables            如果表存在則先刪除,使用該參數(shù),需要備份時(shí)候要備份表結(jié)構(gòu),不然還原會(huì)找不到表
  -B, --database                    指定需要還原的數(shù)據(jù)庫(kù)
  -s, --source-db                   還原的數(shù)據(jù)庫(kù)
  -e, --enable-binlog               啟用二進(jìn)制日志恢復(fù)數(shù)據(jù)
  -h, --host                        The host to connect to
  -u, --user                        Username with privileges to run the dump
  -p, --password                    User password
  -P, --port                        TCP/IP port to connect to
  -S, --socket                      UNIX domain socket file to use for connection
  -t, --threads                     使用的線程數(shù)量,默認(rèn)4
  -C, --compress-protocol           連接上使用壓縮協(xié)議
  -V, --version                     Show the program version and exit
  -v, --verbose                     更多輸出, 0 = silent, 1 = errors, 2 = warnings, 3 = info, default 2

新聞名稱:mydumper和myloader參數(shù)使用說(shuō)明-創(chuàng)新互聯(lián)
當(dāng)前地址:http://jinyejixie.com/article0/jgeoo.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供ChatGPT、App設(shè)計(jì)企業(yè)建站、軟件開(kāi)發(fā)、建站公司、靜態(tài)網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都網(wǎng)頁(yè)設(shè)計(jì)公司
曲阜市| 玛纳斯县| 福州市| 西乌| 游戏| 遂宁市| 湘潭县| 萝北县| 藁城市| 炉霍县| 汉川市| 乌苏市| 云浮市| 福安市| 名山县| 清水河县| 蛟河市| 新竹县| 兰考县| 汉沽区| 曲阜市| 安顺市| 民丰县| 唐山市| 承德市| 高密市| 高邮市| 泰州市| 东乌珠穆沁旗| 象州县| 临泽县| 乐至县| 扶绥县| 扶沟县| 桦川县| 阳高县| 巴里| 鄂温| 江安县| 长泰县| 金沙县|