Menu

#6 SQL Backup

open
nobody
None
5
2004-01-29
2004-01-29
No

A MyHelpdesk tables backup. Like the feature in
phpBB2; a button for an admin to export all MyHelpdesk
tables into a SQL file.

Discussion

  • Luis Bernardo

    Luis Bernardo - 2004-01-30

    Logged In: YES
    user_id=137011

    ok. meanwhile you can just do the following on the command
    line:
    c:\mysql\bin> mysqldump --opt myhelpdesk > c:\backup-
    myhelpdesk.sql
    and to load:
    c:\mysql\bin\mysql myhelpdesk < c:\backup-myhelpdesk.sql

     
  • just ask via email

    Logged In: YES
    user_id=885212

    I have started using phpMyBackup to perform myhelpdesk
    backups. It uses a php interface to backup MySQL
    databases. It will also time/date stamp and gzip each sql file
    after creation. Works well, perhaps some of the technology
    used in it can be useful in adding the feature to MyHelpdesk.
    Check out their sourceforge project @
    http://sourceforge.net/projects/pmbackup/

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.