• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] How to - Backup the database

Status
Not open for further replies.

lillecarl

Respected Member
1. Download cygwin and install mysql client package
2. Start cygwin
3. mysqldump -h ipadddress -u username -p password databasename >> sqlfilename
4. Profit
 

Tommy

Founder
1. Download cygwin and install mysql client package
2. Start cygwin
3. mysqldump -h ipadddress -u username -p password databasename >> sqlfilename
4. Profit

He asked how to do it from HeidiSql, not a completely different program.
 
Status
Not open for further replies.
Top