hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Software and Control Panels : Backup large mysql database program ?
Reply

Hosting Software and Control Panels Software used in the web hosting industry. Topics include control panels, add-on software, setup scripts, etc.
Forum Jump

Backup large mysql database program ?

Reply Post New Thread In Hosting Software and Control Panels Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 08-23-2011, 10:47 AM
vietkool vietkool is offline
WHT Addict
 
Join Date: Jan 2004
Location: Bay Area
Posts: 133

Backup large mysql database program ?


Hi all,

My database now is more than 1gb, I used Cpanel and phpmyadmin to backup but it time out all the time it can only back up around 145Mb. Is there is any php back up program out there to do the back up either save to the host or ftp back to local pc . please help me out

thanks

__________________
It's just the same like last time!!!

Reply With Quote


Sponsored Links
  #2  
Old 08-23-2011, 11:11 AM
aroel aroel is offline
Junior Guru Wannabe
 
Join Date: Mar 2010
Posts: 81
Ever heard mysqlhotcopy?

__________________
sn!.sg!


Reply With Quote
  #3  
Old 08-23-2011, 11:13 AM
vietkool vietkool is offline
WHT Addict
 
Join Date: Jan 2004
Location: Bay Area
Posts: 133
do you know the site where I can download the program ?

__________________
It's just the same like last time!!!

Reply With Quote
Sponsored Links
  #4  
Old 08-23-2011, 11:44 AM
gordonrp gordonrp is offline
Head Geek
 
Join Date: Aug 2004
Location: Austin, TX
Posts: 2,562
Quote:
Originally Posted by vietkool View Post
do you know the site where I can download the program ?
http://dev.mysql.com/doc/refman/5.0/...qlhotcopy.html

__________________
Incero's Enterprise Servers - Incero on Facebook, Like?
Gordon: sales(at)incero(dot)com • US: 512.394.8803 • Skype: InceroLLC
Incero: High Spec, Affordable, SATA/SAS/SSD Servers with full IPMI/KVM remote control
Datacenter Locations: Dallas, TX (SSAE 16, SAS 70, Redundant Power & Network)


Reply With Quote
  #5  
Old 08-23-2011, 12:49 PM
WholesaleBackup WholesaleBackup is offline
Junior Guru Wannabe
 
Join Date: Jun 2011
Posts: 59
If you have access to the command line, it would be simple to create a backup script to backup the db then scp it to somewhere else. You can google for scp and mysqldump to get you pointed in the right direction.

__________________
WholesaleBackup.com
Online Backup Reseller
Your Brand, Our Technology: Total Success.
+1.800-624-9561

Reply With Quote
  #6  
Old 08-23-2011, 12:57 PM
eva2000 eva2000 is offline
Premium Member
 
Join Date: Apr 2000
Location: Brisbane, Australia
Posts: 1,073
Quote:
Originally Posted by vietkool View Post
Hi all,

My database now is more than 1gb, I used Cpanel and phpmyadmin to backup but it time out all the time it can only back up around 145Mb. Is there is any php back up program out there to do the back up either save to the host or ftp back to local pc . please help me out

thanks
google search for "mysqldumper" or "mydumper 0.5.1"

mydumper is 3x to 10x times faster than mysqldump

__________________
:: vB benchmarks = Litespeed Cache 721x times faster than Apache
:: MySQL benchmarks (MariaDB 5.2 Intel Opt >MariaDB 5.2 >Percona 5.5 >MySQL 5.5)
:: MySQL backup/restore = mydumper > mysqldump
:: CentminMod.com = Nginx Menu Installer (ngx_pagespeed + SPDY supported)


Reply With Quote
  #7  
Old 08-23-2011, 05:30 PM
ajonate ajonate is offline
Web Hosting Master
 
Join Date: Apr 2011
Location: Las Vegas, NV
Posts: 1,385
Pull it into a different box with rsync. Synchronize as often as you like with a cron job.

Reply With Quote
  #8  
Old 08-23-2011, 08:09 PM
activelobby4u activelobby4u is offline
Your support partner
 
Join Date: Apr 2005
Location: Queen of Arabian Sea
Posts: 2,213
If you are interested in using a shell script, i can provide you with one.

__________________
Sandy
Supportlobby.com - Redefining Hosting Support
Spiralbean.com - Lightning Speed Lightning Ideas

Reply With Quote
  #9  
Old 08-24-2011, 09:57 AM
vietkool vietkool is offline
WHT Addict
 
Join Date: Jan 2004
Location: Bay Area
Posts: 133
Quote:
Originally Posted by eva2000 View Post
google search for "mysqldumper" or "mydumper 0.5.1"

mydumper is 3x to 10x times faster than mysqldump
I did download the program but really don't know what to do with this program
I am noob in Linux !!!

__________________
It's just the same like last time!!!

Reply With Quote
  #10  
Old 08-24-2011, 11:51 AM
eva2000 eva2000 is offline
Premium Member
 
Join Date: Apr 2000
Location: Brisbane, Australia
Posts: 1,073
online manual outlines usage with examples http://devdocs.mydumper.org/

__________________
:: vB benchmarks = Litespeed Cache 721x times faster than Apache
:: MySQL benchmarks (MariaDB 5.2 Intel Opt >MariaDB 5.2 >Percona 5.5 >MySQL 5.5)
:: MySQL backup/restore = mydumper > mysqldump
:: CentminMod.com = Nginx Menu Installer (ngx_pagespeed + SPDY supported)


Reply With Quote
  #11  
Old 08-24-2011, 12:58 PM
infoman66 infoman66 is offline
Junior Guru Wannabe
 
Join Date: Sep 2010
Location: OZ
Posts: 83
I always do backups manually. table by table. Never mind that last longer. Somehow I feel safer when I have the backup of the database on my computers.

__________________
Palm Beach limo and Fort Lauderdale limo , services clients needing prestige access to limos in: Palm Beach International Airport, Fort Lauderdale Airport, Boca Raton Airport and Miami International Airport...

Reply With Quote
  #12  
Old 08-25-2011, 02:23 AM
alons alons is offline
Web Hosting Master
 
Join Date: May 2009
Posts: 1,342
You must use MySQL replication.
The best even if you have a DB size of more than 10GB.
I have a database with 40 GB and its the best to replicate.

__________________
Softaculous - Auto Installer for cPanel, Direct Admin, InterWorx, Plesk, H-Sphere
The only Auto Installer that installs 260+ scripts. Install in just ONE STEP!
Virtualizor - VPS Control Panel supporting OpenVZ, Xen, KVM and has 60+ OS Templates
Webuzo - Softaculous for the Cloud i.e. Softaculous Standalone

Reply With Quote
  #13  
Old 08-26-2011, 09:44 AM
vietkool vietkool is offline
WHT Addict
 
Join Date: Jan 2004
Location: Bay Area
Posts: 133
Quote:
Originally Posted by infoman66 View Post
I always do backups manually. table by table. Never mind that last longer. Somehow I feel safer when I have the backup of the database on my computers.
manual? my forum total 192tables, and there are 2 or 3 tables contain threads, posts up to 300mb or 400mb for each table . How do you backup that table? the cpanel and phpmyadmin time out when doing back up around 145mb.
That's the reason why I need some third party can do the backup a large database without asking the hosting to do backup.

__________________
It's just the same like last time!!!

Reply With Quote
  #14  
Old 08-26-2011, 10:10 AM
lynxus lynxus is online now
Lord of live chats
 
Join Date: Jul 2009
Location: UK
Posts: 1,223
BACKUP:
mysqldump -u root -h localhost -pYOURPASSWORD database_name > mydatabase.sql

RESTORE:
mysql -uroot -pYOURPASSWORD < mydatabase.sql

Done.

__________________
Live support chat software -> IMsupporting.com
█ Talk to your visitors in real time, Increase sales.

Reply With Quote
  #15  
Old 08-26-2011, 02:58 PM
vietkool vietkool is offline
WHT Addict
 
Join Date: Jan 2004
Location: Bay Area
Posts: 133
I dont have root access , there is no way for me to do the command line like you show.
What I need is a program that upload to my host then config that program to run the backup the database.

__________________
It's just the same like last time!!!

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
How take backup of large database? [Axelsson] Hosting Software and Control Panels 11 07-19-2010 12:32 PM
phpmyadmin large database backup question Gazza-t Hosting Security and Technology 1 02-05-2007 09:34 AM
Manage large mysql database juanmanuel Programming Discussion 20 12-28-2004 02:23 PM
how to import a large mysql file into the database? lobaloba9 Programming Discussion 2 08-02-2004 03:12 PM
how to migrate very large mysql database? swijaya0101 Programming Discussion 14 06-25-2004 01:53 PM

Related posts from TheWhir.com
Title Type Date Posted
BackupAgent Integrates Cloud Backup Platform with Citrix CloudPortal Web Hosting News 2012-09-18 16:14:43
WHD 2012 - Data Backup Firm R1Soft to Launch Japanese, Spanish Support Web Hosting News 2012-03-22 10:30:09
Web Host Rackspace Launches Private Beta for MySQL Cloud Database Web Hosting News 2011-12-01 21:09:51
Web Host DiscountASP.NET Lets Customers Keep Testing Web Matrix V2 Beta for Free Web Hosting News 2011-11-15 16:48:12
Web Host FireHost Partners with Cloud Security Firm Gazzang for Data Encryption Web Hosting News 2011-08-16 20:33:43


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?