Mysql Backup with php script

Discussion in 'PHP' started by technoguy, Dec 11, 2006.

Thread Status:
Not open for further replies.
  1. #1
    Is it possible to take backup of mysql database in sql format without using cpanel?

    How?
     
    technoguy, Dec 11, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can do this with phpmyadmin.
     
    mad4, Dec 11, 2006 IP
  3. adsblog

    adsblog Active Member

    Messages:
    659
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    70
    #3
    i think you need it .
    [ phpmybackuppor ]
    http://www.phpmybackuppro.net/

     
    adsblog, Dec 11, 2006 IP
  4. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #4
    i have written a tool for backing up cpanel with windows, check http://krakjoe.info ( myCpanelBackup )
     
    krakjoe, Dec 11, 2006 IP
  5. CodyRo

    CodyRo Peon

    Messages:
    365
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
  6. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #6
    to use that php code you'd need to loop over an array of the table names for success, but nice snippet though
     
    krakjoe, Dec 11, 2006 IP
  7. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #7
    Right. I have written this code in one of my project. If you still want a way to backup the database with php code. Let me know.
     
    Nick_Mayhem, Dec 11, 2006 IP
  8. sarahk

    sarahk iTamer Staff

    Messages:
    28,830
    Likes Received:
    4,541
    Best Answers:
    123
    Trophy Points:
    665
    #8
    FYI: neither work with safe_mode
     
    sarahk, Dec 11, 2006 IP
  9. sukantab

    sukantab Well-Known Member

    Messages:
    2,075
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    110
    #9
    sukantab, Dec 13, 2006 IP
  10. syntax_error

    syntax_error Peon

    Messages:
    58
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Go to tufat.com/s_mybackup_web_database_exporter.htm is what i use as it has the facility to automatically mail backups hourly/daily/what time you set, you can also store backups on server through ftp also .
     
    syntax_error, Dec 13, 2006 IP
Thread Status:
Not open for further replies.