Backup-MySQL

From OpenSimulator

Revision as of 02:05, 8 October 2009 by Aiaustin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Run a console (in Windows make sure you run nit as administrator)

Backup the MySQL data base to a set of SQL cokmmands which can use used to restore the data base. E.g. with

mysqldump -u <username> -p --opt <databasename> > MyOpensimBackup.sql

You will be prompted for your password.

Personal tools
General
About This Wiki