+ Reply to Thread
Results 1 to 3 of 3
-
Members
- Join Date
- Sep 2004
- Posts
- 4
Hello,
I know that the SSH command line for database restore is:
mysql -u user -p dB < data.sql
....and my question is:
What is the SSH command line for database backup?
What I want to do is backup my phpBB2 forum database. The phpBB2 forum has a feature in the admin pannel to do a complete database backup but whenever I use it, it seems to just hang and does not complete the procedure. It works before when the database is not so big, but now that the database is getting over 120 MB, it seems to not work so well. That is why I want another method of backing up my phpBB2 database using SSH command.
-
Have you tried using the 'Backup' option within cPanel, from this option you can download a recent backup of your phpbb sql database and restore a database, or you can use the export feature within phpMyAdmin
Dave Bateman
-
Adnan Guest
mysqldump -h localhost DATABASE > DATABASE.sql
Similar Threads
-
Backup cycle change
By Matt in forum Important AnnouncementsReplies: 1Last Post: 10-15-2004, 05:50 AM


LinkBack URL
About LinkBacks



Reply With Quote


