Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 14 of 14

This is a discussion on MySQL Database Backup in the VPS & Dedicated forum
Hello there, For the MySQL Database Backup, if I download those files (from the links under Cpanel > Backup > Download a MySQL Database Backup) ...

  1. #1
    JPC Addict
    Join Date
    May 2006
    Posts
    100

    MySQL Database Backup

    Hello there,

    For the MySQL Database Backup, if I download those files (from the links under Cpanel > Backup > Download a MySQL Database Backup) I can have something go wrong and lose the tables / everything, and I can get my website back up? (I have the files in the folders on my computer anyway - just not mysql databases) By restoring?

    When I download my mysql backup the file downloads instantly (never happens for me) and was less than a kB, but it seemed to have everything in it (I hope), but for my forum's mysql backup, it only downloaded a few lines of code (after viewing in notepad) - when there is over 10 000 posts that should be there... or does IPB save to files?

    Thanks for your help in advance.

  2. #2
    all about nothing! Frank Broughton's Avatar
    Join Date
    Jan 2006
    Posts
    2,158
    There is a setting for the size of the file I believe. Set it for a bigger size.

    Under data: Maximal length of created query

  3. #3
    JPC Addict
    Join Date
    May 2006
    Posts
    100
    Quote Originally Posted by Frank Broughton View Post
    There is a setting for the size of the file I believe. Set it for a bigger size.

    Under data: Maximal length of created query
    Where would this be found?

  4. #4
    all about nothing! Frank Broughton's Avatar
    Join Date
    Jan 2006
    Posts
    2,158
    in PHPMyAdmin -> Export page -> lower right corner....

  5. #5
    JPC Addict
    Join Date
    May 2006
    Posts
    100
    It is currently set at "50000" and the file is less than one kB that I download. I am still uncertain if the posts from my Invision Power Board forum is stored in the mysql database or in actual files / HTTP?

    Thanks.

  6. #6
    JPC Member
    Join Date
    Sep 2006
    Posts
    25
    Its in database. Something is wrong.
    Did you select all the tables in the export page?

  7. #7
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    I don't mean to be a wise-guy... but why don't you just bypass the kiddie version of phpMyAdmin in cPanel -- and install phpMyAdmin in your own web space? That way, you won't have these limitations...

    I can install phpMyAdmin on JagPC, from scratch, in about 5 minutes -- so, it might take you an hour (the first time). It's really no big deal, then you can use it to backup your MySQL dbs!
    Last edited by Vin DSL; 02-12-2007 at 05:26 PM.
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  8. #8
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Quote Originally Posted by BernardBlack View Post
    It is currently set at "50000" and the file is less than one kB that I download. I am still uncertain if the posts from my Invision Power Board forum is stored in the mysql database or in actual files / HTTP?
    I haven't used IPB in a while, but I cannot imagine them storing any data outside of the sql db...

    Most of these PHP bulletin boards use the same code. They just rearrange things differently, you know?

    It's not like they can invent some proprietary PHP function, or whatever.
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  9. #9
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Heh!

    Just upgraded from phpMyAdmin 2.9.2 to phpMyAdmin 2.10.0-rc1

    http://lenon.com/phpMyAdmin

    Took me 9 minutes -- mostly uploading it to the server, and deleting old files...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  10. #10
    Rob
    Rob is offline
    I am the one and only Rob's Avatar
    Join Date
    Nov 2005
    Location
    It varies
    Posts
    425
    IPB stores all post and thread data in a SQL Database field called Ibf_posts and Ibf_topics. You can download a database backup from your ACP if your running version 2.1 and up

  11. #11
    Saint
    Guest
    Quote Originally Posted by Rob View Post
    IPB stores all post and thread data in a SQL Database field called Ibf_posts and Ibf_topics. You can download a database backup from your ACP if your running version 2.1 and up
    Rob beat me to the answer, but yeah what he says is correct. I believe there is a way to do it on lower versions as well if needed.

  12. #12
    Rob
    Rob is offline
    I am the one and only Rob's Avatar
    Join Date
    Nov 2005
    Location
    It varies
    Posts
    425
    i wasn't sure if there was a database backup tool for versions below 2.1... so i said 2.1 and above

    I think there is a backup tool for 2.0 as well

  13. #13
    JPC Member loki1023's Avatar
    Join Date
    Aug 2006
    Posts
    15
    You could also check out mysqldumper mate I use it to create twice daily backups of all our databases and ftp them off server to a server I have setup on my home network ,but if you don't have an offsite ftp server to use you can also have them emailed or just stored on the server.

    Anyway if your intrested in mysqldumper there is a nice thread on the jpc forums to walk you through the installation Setting up mySQLdumper of a JaguarPC Server
    Host and Admin for Jupiter Content Manager

  14. #14
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    phpMyAdmin FTW!!!
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

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
  •