Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. 151105 7:51:09 10398 Connect root@my_host_name.com as anonymous on
  2. 10398 Query SET NAMES 'utf8'
  3. 10398 Query USE `test_db_01`
  4. 10398 Query SELECT count(*) FROM `t2`
  5. 10398 Query USE `test_db_01`
  6. 10398 Query SELECT count(*) FROM `t1`
  7. 10398 Quit
  8. 10399 Connect root@my_host_name.com as anonymous on
  9. 10399 Query SET NAMES 'utf8'
  10. 10399 Query USE `test_db_01`
  11. 10399 Query SELECT count(*) FROM `t2`
  12. 10399 Query USE `test_db_01`
  13. 10400 Connect root@my_host_name.com as anonymous on
  14. 10400 Query SET NAMES 'utf8'
  15. 10400 Query USE `test_db_01`
  16. 10400 Query SELECT count(*) FROM `t1`
  17. 10400 Query USE `test_db_01`
  18. 10400 Prepare SELECT `id`, `intcol1`, `intcol2`, `intcol3`, `intcol4`, `charcol1`, `charcol2`, `charcol3`, `charcol4`, `charcol5`, `charcol6`, `charcol7`, `charcol8`, `charcol9`, `charcol10` FROM `t1` ORDER BY `id`
  19. 10399 Prepare SELECT `id`, `intcol1`, `intcol2`, `intcol3`, `intcol4`, `charcol1`, `charcol2`, `charcol3`, `charcol4`, `charcol5`, `charcol6`, `charcol7`, `charcol8`, `charcol9`, `charcol10` FROM `t2` ORDER BY `id`
  20. 10399 Execute SELECT `id`, `intcol1`, `intcol2`, `intcol3`, `intcol4`, `charcol1`, `charcol2`, `charcol3`, `charcol4`, `charcol5`, `charcol6`, `charcol7`, `charcol8`, `charcol9`, `charcol10` FROM `t2` ORDER BY `id`
  21. 10400 Execute SELECT `id`, `intcol1`, `intcol2`, `intcol3`, `intcol4`, `charcol1`, `charcol2`, `charcol3`, `charcol4`, `charcol5`, `charcol6`, `charcol7`, `charcol8`, `charcol9`, `charcol10` FROM `t1` ORDER BY `id`
  22. 10400 Close stmt
  23. 10399 Close stmt
  24. 10399 Quit
  25. 10400 Quit
  26.  
  27. Mysqldump --databases [db name] --user [user] --password --opt --triggers --routines --events --single-transaction | mysql -u[user] -p -h[host_address]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement