Export MySQL Database
#1

Is there a way to export my server's MySQL database with a bit of code in my server's gamemode? I'd like to have a sort of auto-backup system.
Reply
#2

I dont know if that is possible. but there are 3rd party programs that allow you to run auto backups of your database.
Reply
#3

Quote:
Originally Posted by Blademaster680
Посмотреть сообщение
I dont know if that is possible. but there are 3rd party programs that allow you to run auto backups of your database.
Not having a definite answer or suggesting other possibilities but not giving answers isn't helpful to anyone.

OT: There are ways to do it via a query, consider taking a look at: http://www.tutorialspoint.com/mysql/...ase-export.htm if you have phpMyAdmin you can regularly export the tables using that. But if you want automated and are on a Linux server you can set up a cron job to run the mysqldump client, documentation for that is here: http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)