how to backup a forum |
Author: |
Message: |
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: how to backup a forum
quote: Originally posted by DJKAL
how though
to the forum ?
or my PC?
the forum. it's a php script. you upload it, and use it to administer your mysql databases.
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
02-16-2006 03:55 AM |
|
|
Underlord
Veteran Member
Posts: 1037 Reputation: 40
36 / /
Joined: Jul 2003
|
RE: how to backup a forum
How about you ask the person who is hosting you how you should backup your mysql database? (=
|
|
02-16-2006 04:58 AM |
|
|
DJKAL
Senior Member
Posts: 800 Reputation: 14
34 / / –
Joined: Oct 2005
|
O.P. RE: how to backup a forum
quote: Originally posted by ShawnZ
the forum. it's a php script. you upload it, and use it to administer your mysql databases.
i added the folder to the server but i cant see any other settings, do i have to run some kind of file ?
"You don't sleep, you defragment!"
|
|
02-16-2006 07:49 AM |
|
|
Daniel
Full Member
Posts: 355 Reputation: 12
36 / /
Joined: Jul 2003
|
RE: how to backup a forum
if you have access to shell on your server, type this at the prompt:
mysqldump -u [username] -p [databasename] > [backupfile.sql]
and to restore:
mysql -u [username] -p [database_to_restore] < [backupfile]
|
|
02-16-2006 09:02 AM |
|
|
Wabz
Elite Member
Its Groovy Baby!
Posts: 3459 Reputation: 29
39 / /
Joined: Jan 2003
|
RE: how to backup a forum
quote: Originally posted by DJKAL
quote: Originally posted by ShawnZ
the forum. it's a php script. you upload it, and use it to administer your mysql databases.
i added the folder to the server but i cant see any other settings, do i have to run some kind of file ?
Do you have an administration page on your website? Like Cpanel or if you type /admin does it bring up site management?
How did you create your SQL database in the first placE?
Mess.be Forum Moderator
Messenger Plus ex-IRC Network Admin
Gimme a Rep!
|
|
02-16-2006 01:02 PM |
|
|
absorbation
Elite Member
Posts: 3636 Reputation: 81
– / /
Joined: Feb 2005
|
RE: how to backup a forum
Who is your host? Most servers have it installed already.
|
|
02-16-2006 01:04 PM |
|
|
DJKAL
Senior Member
Posts: 800 Reputation: 14
34 / / –
Joined: Oct 2005
|
O.P. RE: how to backup a forum
yes i have Cpanel..im using MyBB
my host is www.teaspoondiner.net - fromn LORDY16
"You don't sleep, you defragment!"
|
|
02-16-2006 04:56 PM |
|
|
ipab
Veteran Member
Design Evolved
Posts: 1017 Reputation: 32
35 / /
Joined: May 2004
|
RE: how to backup a forum
if you have cpane, you dont need phpmyadmin again. Just go into mysql and at the bottom of the page there is a link to phpmyadmin. You can then import stuff into the database by going to "SQL" and then importing the file.
56656E692C 20566964692C 2056696369
|
|
02-16-2006 05:21 PM |
|
|
DJKAL
Senior Member
Posts: 800 Reputation: 14
34 / / –
Joined: Oct 2005
|
O.P. RE: how to backup a forum
i cant see Mysql.
i have gone onto my forum, logged into the admin CP
and where do i go from there?
or is it not in there?
"You don't sleep, you defragment!"
|
|
02-16-2006 05:39 PM |
|
|
QtanJ
Junior Member
Posts: 37
34 / / –
Joined: Nov 2005
|
RE: how to backup a forum
Don't login to the forum, you can't backup there. I've got no experience with myBB, but from what I've heard. I know some versions of phpmyadmin though.
Login to cpanel, click on phpmyadmin, click on export, select the forumdatabase, save as file(if you want it on your computer), select compression type if you want and click go.
Maybe you also need to click on export extended inserts or complete insert, but I think you only need that if you want to backup without downloading
Linux > Windows
Opengl > DirectX
|
|
02-16-2006 07:22 PM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|