Thread: Backup question
View Single Post
  #3  
Old 09-22-2016, 02:58 AM
NostalgiaEQ
Banned
 
Join Date: Sep 2016
Location: us
Posts: 201
Default

Quote:
Originally Posted by ionhsmith View Post
I have a two part question. I moved my server to a different pc and decided to use AKKA's server pack. I had a lot of the zone complete and a few vendors as well as the diablo loot set up on the server. 1. How do I install my backup from my old server with this package server? 2. How do I install the new diablo loot file so I can basically it set up the way it was on my old pc? Any help is greatly appreciated.
If I'm understanding you right you want to remove the database that came with the Akka installer and add yours correct? If this is the case then:
1. open command prompt and type cd /d c:\eqemuserver\backups (or wherever you have your .sql backups from your old database)
2. type: mysql -u root -p eqemu (then hit enter)
3. type: drop database peq; (then hit enter)
4. type: create database peq; (then hit enter)
5. type: use peq; (then hit enter)
4. type: source diablodatabase.sql (or whatever your database save file was called) then hit enter

It should do a bunch of loading and you should see Query OK a lot if it is working right.
Reply With Quote