Quote:
Originally Posted by HostBidder.com
Backups - Download a MySQL Database Backup - and click to make a backup of the database. However, there is only one DB shown, is it normal for a forum to have only one DB?
|
Yes it is.
Quote:
Is there any way for me to check that I'm doing this correctly?
|
Try to setup a test forum with another database and import the backup - if it's working like expected, everything's ok. But do not import the backup and overwrite the existing and used DB.
Quote:
Is there any way to automate this procedure?
|
Hmm, maybe. You can setup a cronjob and do an automatic backup every 24 hours as example, still you need to manually download the backups.
Quote:
Sorry, just to add, how can I tell which DB's my forum is currently using?
|
Check includes/config.php - it's written there which DB is used.