Jump to content

webworks

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

webworks's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. guess I arrived too late..... :!: here\'s something for the huge mysql backups that can easily be done using your webbrowser. copy this coding and call it dump.php <?php include (\"YourConfigFile.php\"); $output=system(\"mysqldump -u \".$db_user.\" -p\".$db_pass.\" \".$db_dbname.\" --opt > NameOfFilebackup.sql\"); header(\"Location: NameOfFilebackup.sql\") ?> create a blank file: NameOfFilebackup.sql chmod it to 777 change to your specs: $db_user, $db_pass, $db_dbname call dump.php in your browser and when it is complete you will have your table/data imported into the file NameOfFilebackup.sql
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.