From a9c21204563aaa8027af092f82287bef594cd41d Mon Sep 17 00:00:00 2001 From: Torven Date: Thu, 26 Jun 2014 03:29:32 -0700 Subject: [PATCH] Updated Public EQEmulator Server Setup Guide (Windows 32 bit, No Webserver) (markdown) --- ...ulator-Server-Setup-Guide-(Windows-32-bit,-No-Webserver).md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Public-EQEmulator-Server-Setup-Guide-(Windows-32-bit,-No-Webserver).md b/Public-EQEmulator-Server-Setup-Guide-(Windows-32-bit,-No-Webserver).md index 8b49839..3edf51c 100644 --- a/Public-EQEmulator-Server-Setup-Guide-(Windows-32-bit,-No-Webserver).md +++ b/Public-EQEmulator-Server-Setup-Guide-(Windows-32-bit,-No-Webserver).md @@ -336,7 +336,8 @@ Once you have your database updated fully, BACK IT UP !!! That is easily done without even logging in to your mysql. Create a folder on your C-Drive (or wherever), called backup Then in a command window, simply type the following (which will ask you for your root password): -mysqldump -uroot -p peq > c:\EQ\peq_backup.sql + +`mysqldump -uroot -p peq > c:\EQ\peq_backup.sql` Then if you ever have to re-install everything, you can easily source your whole database