Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
MySQL Dump All Database in Separate Files
easternnl
Jan 15th, 2016
524
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
mysql
-uroot
-e
'show databases'
|
while
read
dbname;
do
mysqldump
-uroot
--complete-insert
--some-other-options
"
$dbname
"
>
"
$dbname
"
.sql;
done
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ get any gift card for FREE⭐ O4
JavaScript | 3 sec ago | 0.18 KB
⭐ Binance Account hack JX
JavaScript | 3 sec ago | 0.18 KB
⭐ get any gift card for FREE⭐ 90
JavaScript | 4 sec ago | 0.18 KB
⭐️ EARN $500 INSTANTLY LR
JavaScript | 8 sec ago | 0.18 KB
⭐ FREE giftcards method 3R
JavaScript | 9 sec ago | 0.18 KB
⭐ get any gift card for L5
JavaScript | 11 sec ago | 0.18 KB
⭐️ EARN $500 INSTANTLY QN
JavaScript | 12 sec ago | 0.18 KB
⭐ FREE giftcards method⭐ Q8
JavaScript | 14 sec ago | 0.18 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!