Topic: Backing up the PunBB database?

I don't know if it's just mem but i've looked everywhere to backup the DB.

Also, i'm moving my forums to a subdomain. What would be the best way to assure everything stays intact?

Thanks.

2

Re: Backing up the PunBB database?

GlassCasket wrote:

I don't know if it's just mem but i've looked everywhere to backup the DB.

There is a plugin to do this, or you can use phpmyadmin, or your hosts control panel....

GlassCasket wrote:

Also, i'm moving my forums to a subdomain. What would be the best way to assure everything stays intact?

Don't delete anything.

Re: Backing up the PunBB database?

Elzar wrote:
GlassCasket wrote:

I don't know if it's just mem but i've looked everywhere to backup the DB.

There is a plugin to do this, or you can use phpmyadmin, or your hosts control panel....

GlassCasket wrote:

Also, i'm moving my forums to a subdomain. What would be the best way to assure everything stays intact?

Don't delete anything.

Thanks for the quick reply.

Re: Backing up the PunBB database?

I uploaded all the files to the sub-domain but I get this error:

This PHP environment doesn't have Improved MySQL (mysqli) support built in. Improved MySQL support is required if you want to use a MySQL 4.1 (or later) database to run this forum. Consult the PHP documentation for further assistance.

And I still haven't put in the backed up database.

Re: Backing up the PunBB database?

Edit your config.php file. Change the line:

$db_type = 'mysqli';

To:

$db_type = 'mysql';

Re: Backing up the PunBB database?

Thanks Jansson, that did the trick!