[臬榜
& R" J3 C4 Z7 I' o- }mysqldump -u userid -e -p db_Name > xxxxx.sql
3 E5 b/ r( t s: S9 O臬箔table:mysqldump -p -u userid dbname tablename > 52avtv_dzx20.201506242307.sql9 F/ A! e( z/ P0 M! K
臬箸鞈摨: mysqldump -p -u userid --all-databases > all-database.sql
: t1 B/ ]% n2 x$ o1 p$ N* D2 [ 雿,臬啁桃鞈摨怎雿輻刻撣唾撖蝣潭憿,隞仿舀鞈摨怠交,雿輻刻撣唾銋亙臬箸頛摰
4 f2 P$ }" y0 V G2 }2 k. @) K[芸臬箇瑽] : https://iter01.com/206843.html' {2 H7 \8 R. Z
mysqldump--opt-d鞈摨怠-uroot-p>xxx.sql
o$ }' T2 H7 c- S1 ~[芸臬箄]
+ A! h% l+ h Wmysqldump-t鞈摨怠-uroot-p>xxx.sql$ T: k% [' x1 m9 a: k0 ^
: d9 F: ]/ P# }2 _
瘜冽: 嗡誑銝餈唳隞文隞賣蝬脩箇 "502 bad gateway",敶梢踹迸ginx,芾 --single-transaction --quick 撠勗末鈭,憒銝:7 [+ C& h) E% Q% _
mysqldump -u userid -e -p --single-transaction --quick db_Name > xxxxx.sql x/ D y) t! l8 P9 q
憿:mysqldump: Got error: 1017: Can't find file: 'pre_forum_rsscache' (errno: 2) when using LOCK TABLES+ I2 E: _- k2 G+ ]" C
Sol: 芾皂ysqldump銝--lock-tables=false撠勗臭誑閫瘙箏憿
: H0 C' g6 w) f' S1 b亥箇: mysqldump: Couldn't execute 'show create table `pre_forum_rsscache`': Can't find file: 'pre_forum_rsscache' (errno: 2) (1017),隞叼hpmyadmin餃交亦餌pre_forum_rsscache 雿輻其葉ls /var/lib/mysql/52avtv_dz/pre_forum_rsscache* 潛曉芣 pre_forum_rsscache.frm 1瑼獢 ,甇撣豢閰脰3瑼:
' `3 a* z* w' d$ R7 _5 ^8 S8 c) `7 l-rw-rw---- 1 mysql mysql 8852 Jun 3 16:05 pre_forum_rsscache.frm0 q; s. E6 W7 R' T, s
-rw-rw---- 1 mysql mysql 0 Jun 3 16:05 pre_forum_rsscache.MYD: o$ g& `; e; u5 v7 N8 K
-rw-rw---- 1 mysql mysql 1024 Jun 3 16:05 pre_forum_rsscache.MYI
" g. s R& ]* ^0 g" d3 Y" @Sol:
0 l8 ?3 I0 X. ^7 |3 ]. @6 B私hpmyadmin ==SQL 銝隞:
# t3 B( e' Y. O7 _9 f! o l- DROP TABLE IF EXISTS pre_forum_rsscache;
- CREATE TABLE pre_forum_rsscache (
- lastupdate int(10) unsigned NOT NULL DEFAULT '0',
- fid mediumint(8) unsigned NOT NULL DEFAULT '0',
- tid mediumint(8) unsigned NOT NULL DEFAULT '0',
- dateline int(10) unsigned NOT NULL DEFAULT '0',
- forum char(50) NOT NULL DEFAULT '',
- author char(15) NOT NULL DEFAULT '',
- `subject` char(80) NOT NULL DEFAULT '',
- description char(255) NOT NULL DEFAULT '',
- guidetype char(10) NOT NULL DEFAULT '',
- UNIQUE KEY tid (tid),
- KEY fid (fid,dateline)
- ) ENGINE=MYISAM DEFAULT CHARSET=utf8
銴鋆賭誨蝣
8 [) B% ~4 R. l1 P' u( m) C$ z' b隞賢停甇撣訾$ u5 |# ?$ @, k8 |8 J# }
憿: 嗡蝙皂ariadb 5.5.68 隞賣箇頡rror:mysqldump: Couldn't execute 'SHOW TRIGGERS LIKE 'pre\_portal\_topic\_pic'': Can't read dir of './db_name/' (errno: 24) (1018)4 Q) ?( U7 s9 ]/ s
Sol: open_files_limit(default=962) 憭芸,寧4096,望澆撅祆廝ead-only,/etc/my.cnf x7 P( q- X- J7 A f
嗅 service mariadb restart6 e: }( ~& ]) R4 @8 ?
7 y3 d2 u; d! n7 n' S3 I/ b
[璇隞嗅臬榜
" _+ J t8 b' e; O1 ymysqldump -u撣唾 -p撖蝣 -h銝餅 鞈摨 鞈銵 -w "sql璇隞" > 箄撓頝臬瑼獢
; ~$ ]. b- M* w; q7 R( V a! s靘:
$ W. d# s. T9 y' O. P! t& `5 J5 [mysqldump -uroot -p123456 -hlocalhost -e AREA_UTF8 city -w "c_id<10 " > /home/web/a.txt
) j4 r, A# u; `
' p- R, J) s; \--no-create-info嚗-t/ W2 R% n2 \0 v, E
芸箄嚗銝瘛餃 CREATE TABLE 隤伐憒撠箸澆搴QL隤伐芣insert into典
( I$ X3 X j3 g* I# k0 q0 w' a4 v R4 R--no-data嚗-d
5 v/ F( |( m9 W銝撠箔遙雿鞈嚗芸箄摨怎瑽
. f; |0 p# i0 i# J2 C* g--quick嚗-q
$ D: m* g5 h) ]3 T. e; ~1 a& J典箏之鞈敺剁撘瑕嗅 MySQL Server 亥岷敺閮湔亥撓綽銝臬敺閮敺摮刻園銝准
# c: X$ [- {6 J6 r! y1 C D
9 v; T' V) l5 n2 w& Z1 C# g% q+ ?1 O S
[臬包2 o% i. j1 q7 F
mysql -u userid -p [-h localhost] db_Name < xxxxx.sql
k5 Y% [8 G7 d0 S臬交鞈摨: mysql -u userid -p < all-database.sql
1 X; g7 o. T- P( ~9 |臬乩table :5 r/ x3 V' K/ `8 V5 P- }( r, V
mysql -u userid -p -D dbname < cc5278_dzx20.ip2c.201506242307.sql
8 u0 \) f6 a/ P; `2 SP.S憒臬交憭芸之憒7GB,臬交獢銋瑁銝隞:& j' L0 f5 z7 |0 ?3 y
mysql -uroot -p -e "set global net_buffer_length=1000000; set global max_allowed_packet=1000000000;"
$ y$ N# a3 m# ^, {
% h# l& h g6 ^[臬箏蝡喳臬亙啣虫唬蜓璈] D2 k8 ]+ y. `: E
mysqldump -u [SOURCE_userid] -h [SOURCE_IP] -e -q --password=[SOURCE_PASSWORD] SOURCE_db_Name | mysql -u [DISTANCE_userid] --password=[DISTANCE_PASSWORD] -h [DISTANCE_IP] DISTANCE_db_Name 4 q$ s% S6 u; K* }
[閮剖臬乩(批2Mb) by phpmyadmin]5 s! v) W9 s6 d9 A, q( h
http://www.av4u.info/forum.php?m ... e=1&extra=#pid203482 ^+ k* n3 k5 x; J6 Z& J
# [4 j8 A" v1 l9 \+ @. s# D
9 ?" z; i' r$ X# |3 x) v
; R* x; k* }6 \; Y8 X# D% p0 ^! p: f- }; a. X
0 S' E; I M6 W. F* |0 C g
7 P# e, p+ `+ H2 l5 j4 z# h; a8 M* l( h* q2 y; v6 f. Q
* Q/ T# _, j* N+ e+ b( a
" @' b/ s* e& O' C
& K% Y. j4 [% D3 `5 A
- Y# m4 {- l4 c _6 `( T
6 n) y* h6 `8 `4 j9 {4 I+ | v A
; J: G. \% i L! u1 ?2 q. `# |' y1 U/ u* i: {5 ~8 P3 V
|
|