Guest User

Untitled

a guest
Feb 13th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. mysqldump --user=user1 --password --add-drop-database --complete-insert --quick --hex-blob --single-transaction --flush-logs --master-data=2 --databases database1 database2 > dump.sql
  2.  
  3. alter table database1.table add column;
Add Comment
Please, Sign In to add comment