hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Programming Discussion : phpBB2 Database backup help ?
Reply

Programming Discussion Discussions related to web programming languages and other related issues. Topics may include configuration, optimization, practical usage and database connectivity.
Forum Jump

phpBB2 Database backup help ?

Reply Post New Thread In Programming Discussion Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 09-07-2002, 06:39 PM
Ivan23 Ivan23 is offline
Web Hosting Master
 
Join Date: Apr 2002
Location: Las Vegas
Posts: 797

phpBB2 Database backup help ?


I'm loading a new phpBB2 and now doing a backup of database.

the file is so big that i had to brake it down per / file then the hole thing at once ...

the following files in phpmyadmin is still to big:
phpbb_privmsgs Browse
phpbb_privmsgs_text
phpbb_ranks
phpbb_search_results
phpbb_search_wordlist
phpbb_search_wordmatch

I can't upload them to the new database >? So what i do know ?

Reply With Quote


Sponsored Links
  #2  
Old 09-07-2002, 07:12 PM
deadserious deadserious is offline
Aspiring Evangelist
 
Join Date: May 2002
Posts: 441
If you have telnet/ssh access that would probabally be your best bet. But if you don't ask your host they'll probablly do it for you.

Reply With Quote
  #3  
Old 09-08-2002, 02:25 AM
dreamrae.com dreamrae.com is offline
Web Hosting Master
 
Join Date: Aug 2002
Location: Baltimore, Maryland
Posts: 580
over ssh on a *inx box do the following:

cd /your_sites_pwd/; mkdir mysql_backup; mysqldump --password=your_pass_here your_forum_database_name> mysql_backup/file_name_to_save_as.sql; tar -zczf mysql-`date '+%d-%B-%Y'`.tar.gz --directory mysql_backup/ file_name_to_save_as.sql; rm mysql_backup/*; rmdir mysql_backup;


example: mysite.net
mysql user name: mysite
mysql password: 123456
database name: mysite_phpbb

commands:

cd /home/mysite/; mkdir mysql_backup; mysqldump --password=123456 mysite_phpbb> mysql_backup/backup_mysite_phpbb.sql; tar -zczf mysql-`date '+%d-%B-%Y'`.tar.gz --directory mysql_backup/ backup_mysite_phpbb.sql; rm mysql_backup/*; rmdir mysql_backup;

Reply With Quote
Sponsored Links
Reply

Related posts from TheWhir.com
Title Type Date Posted
j2Global Acquires Dutch Cloud Provider Backup Connect Web Hosting News 2013-04-18 12:32:02
DEMO VIDEO: Idera Continuous Data Protection (Part 2) Whir Tv 2012-09-25 11:52:56
VMware vFabric Data Director 2.0 Adds Support for Oracle Databases Web Hosting News 2012-07-10 16:30:32
New BackupAgent Version Simplifies Channel Delivery of Cloud Backup Solution Web Hosting News 2012-06-26 16:57:11
NovaStor Cloud Backup Service Version 12.5 Adds Features, Speed Web Hosting News 2011-12-08 18:06:10


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?