mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 19:02:00 +00:00
3 lines
188 B
Plaintext
3 lines
188 B
Plaintext
Use following line to generate backup:
|
|
mysqldump --add-drop-database --add-drop-table --complete-insert --create-options --extended-insert --single-transaction -u <username> -p > dump.sql
|