Guest User

Untitled

a guest
Oct 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $dump_path = "backups";
  2. $host = "localhost";
  3. $user = "root";
  4. $pass = "";
  5. $command=$dump_path.'mysqldump -h '.$host.' -u '.$user.' dental >
  6. dental_b.sql';
  7. if (system($command)){
  8. echo "YES" ;
  9. }
  10. else
  11. {
  12. echo "Error" ;
  13. }
Add Comment
Please, Sign In to add comment