Backup-MySQL

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (typos corrected)
m (Redirecting to Backups#MySQL)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Run a console (in Windows make sure you run it as administrator)
+
#Redirect [[Backups#MySQL]]
 
+
Backup the MySQL data base to a set of SQL commands 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. --opt really is two hyphens.
+

Latest revision as of 03:35, 4 May 2011

  1. Redirect Backups#MySQL
Personal tools
General
About This Wiki