Closed Thread
Results 1 to 7 of 7

Thread: Downloading MySQL Tables and Data

  1. #1
    Bioshox is offline Programmer
    Join Date
    Oct 2009
    Location
    Manchester, UK
    Posts
    196
    Rep Power
    10

    Downloading MySQL Tables and Data

    Hey

    I want to make a MySQL Backup Script, but I'm not sure how to do it

    I want to download the SQL Data and Tables and save it to a file

    Any idea how to do this!?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Downloading MySQL Tables and Data

    phpMyAdmin has a useful feature for this, but if you want you can do the queries yourself.


    MySQL :: MySQL 5.1 Reference Manual :: 6.2 Database Backup Methods

    Basically lock, download, unlock.. :]

  4. #3
    Bioshox is offline Programmer
    Join Date
    Oct 2009
    Location
    Manchester, UK
    Posts
    196
    Rep Power
    10

    Re: Downloading MySQL Tables and Data

    This doesn't really help me as I'm not that well up with MySQL Query Commands, only UPDATE, INSERT & DELETE, do you have any examples?

  5. #4
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: Downloading MySQL Tables and Data

    Easiest is as Blaine said, with the Export function in phpMyAdmin
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  6. #5
    Bioshox is offline Programmer
    Join Date
    Oct 2009
    Location
    Manchester, UK
    Posts
    196
    Rep Power
    10

    Re: Downloading MySQL Tables and Data

    Yeah, although I'm building a community system, so id like to be able to download the SQL tables from within the system, or at least for the user to, like you can do on PHPBB, SMF, IPB, Wordpress, ect!

    Sorry to be such a pain, iv tried Google, but it failed me!

  7. #6
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: Downloading MySQL Tables and Data

    Hope not to be rude, but I think you should learn a lot more SQL to achieve your goal, this seems like this is a way too big task for your current knowledge, so try to fix things one by one in smaller tasks than a giant project than this...
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  8. #7
    Bioshox is offline Programmer
    Join Date
    Oct 2009
    Location
    Manchester, UK
    Posts
    196
    Rep Power
    10

    Re: Downloading MySQL Tables and Data

    This forum system sucks, everytime I try to post it just redirects me to the homepage, anyway...

    I just can't work out how to download the MySQL tables, like I said in a previous post I'm okay with all other aspects my MySQL, I just can't figure out how to download them, I have the installation script for setting up the system which inserts, tables and data, but it would be a great feature to have a Backup System function within the ACP.

    Although I will look around Google more for information on this,

    Thanks for your help .

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Displaying image and data from different tables
    By kirigwajoe in forum PHP Development
    Replies: 6
    Last Post: 01-27-2011, 04:26 PM
  2. Intermediate Seperating Mysql Results on to tables.
    By bbqroast in forum PHP Tutorials
    Replies: 9
    Last Post: 11-20-2010, 09:06 PM
  3. Please help. Display data in tables
    By boneysin in forum PHP Development
    Replies: 0
    Last Post: 10-24-2010, 11:25 PM
  4. software for downloading data from website
    By mihaela in forum General Programming
    Replies: 1
    Last Post: 09-13-2009, 02:27 PM
  5. How to submit data into two tables in mysql
    By kwesiaryee in forum Java Help
    Replies: 6
    Last Post: 10-10-2008, 09:45 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts