Advertisement
Guest User

Untitled

a guest
Dec 17th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. exec("mysqldump --host=onlinehost --user=username --password=password dbname table
  3. | mysql --host=localhost --user=root --password= dblocalname");
  4. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement