I somehow found myself taking over a private server that was closing. The owner provided me with a back up of the server, but I am at a loss on how to restore it.
I can create and run a server just fine, internally, externally has been another issue. Can someone please point me in the right direction? Thank you in advance!
I also get this error when trying to connect when I set it up for public. Yes I changed maps in DB, but no one can connect.
Restoring back up
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Restoring back up
Did you follow the wiki setup guide first and foremost?
Second, when restoring the backup, you should just be able to redirect the backup file as input into mysql.exe i.e.
I would recommend setting up at least accounts and permissions as per the guide before you do this though.
Second, when restoring the backup, you should just be able to redirect the backup file as input into mysql.exe i.e.
Code: Select all
mysql dbname -u user -ppassword < backup.sql
Re: Restoring back up
Back up restored! But previous server had account registration via website now when we try to create new characters we get the error
ERROR::Account could not be created!
ERROR::The username is already taken
Is there any way to fix this? Thank you in advance!
ERROR::Account could not be created!
ERROR::The username is already taken
Is there any way to fix this? Thank you in advance!
Re: Restoring back up
You're on your own, we don't have an account registration website system...Gratis wrote:Back up restored! But previous server had account registration via website now when we try to create new characters we get the error
ERROR::Account could not be created!
ERROR::The username is already taken
Is there any way to fix this? Thank you in advance!
-- Whasf
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Restoring back up
Sorry, if its not in the trunk we can't provide support for it.
Re: Restoring back up
Could you point me in the right direction? Would it be in one of the tables or would it be a conf file?
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Restoring back up
It *should* be in the the accounts and/or chars tables but again, we know nothing about the account system you are using or if it patches the code in any way to modify the expected behavior.