WedgeAntilles250
Guest
|
 |
Database Backup.
« on: January 07, 2002, 05:25:24 AM » |
|
Are there any plans to make a database backup routine for YaBBSE?
You know, a backup routine to backup the MySQL database into a text file for backup purposes.
|
|
|
Logged
|
|
|
|
Tore
Guest
|
 |
Re:Database Backup.
« Reply #1 on: January 07, 2002, 08:31:25 AM » |
|
This can be easly done with phpmyadmin
|
|
|
Logged
|
|
|
|
|
|
|
WedgeAntilles250
Guest
|
 |
Re:Database Backup.
« Reply #5 on: January 07, 2002, 07:59:36 PM » |
|
Well, I have found out how to do a MySQL DB dump at the command line.
To Backup /usr/local/mysql/bin/mysqldump <DATABASE> -u <USERNAME> -p<PASSWORD> > /YaBBDB.dump
To Restore /usr/local/mysql/bin/mysql <DATABASE> -u <USERNAME> -p<PASSWORD> < /YaBBDB.dump
But to see it in a GUI form in the board itself would be very nice.
|
|
« Last Edit: January 07, 2002, 09:05:17 PM by WedgeAntilles250 »
|
Logged
|
|
|
|
|
WedgeAntilles250
Guest
|
 |
Re:Database Backup.
« Reply #7 on: January 07, 2002, 09:04:22 PM » |
|
No, because it uses MySQL.
|
|
|
Logged
|
|
|
|
|
|
WedgeAntilles250
Guest
|
 |
Re:Database Backup.
« Reply #10 on: January 09, 2002, 03:37:57 AM » |
|
Ok, so you got me there, but I don't have that level of server access. I am hosted remotely you know.
|
|
|
Logged
|
|
|
|
|
|
|
|