Advertisement
Guest User

Untitled

a guest
Apr 8th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. mysqldump --complete-insert --host=localhost --user=root --password=root --no-create-info database | sed -e "s/([0-9]*,/(NULL,/gi" > database.sql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement