Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
MySQL Dump All Database in Separate Files
easternnl
Jan 15th, 2016
522
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 4S
JavaScript | 1 sec ago | 0.18 KB
NETFLIX UHD ACCOUNTS
JavaScript | 2 sec ago | 0.09 KB
Binance Accounts Leaked
JavaScript | 3 sec ago | 0.09 KB
⭐ Binance Account hack 7F
JavaScript | 3 sec ago | 0.18 KB
Binance Accounts Leaked
JavaScript | 5 sec ago | 0.09 KB
⭐ Binance Account hack QO
JavaScript | 8 sec ago | 0.18 KB
Brazzers accounts
JavaScript | 8 sec ago | 0.09 KB
⭐ get any gift card for FREE⭐ A4
JavaScript | 10 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!