mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 14:34:53 +00:00

* Made some UI tweaks * Implemented configuration interface thought php file * Implemented database config storage for worknig values * Optimized some sql queries * Added build prune option to remove old builds that are similar to next and previous builds
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
|