Copy your current folder which contains your server files. Then in that new folder go into configs and you will need to change two files.
world.conf:
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "password" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "password" Name = "character" Port = "3306" Type = "1">
Change these to the new db stuff, everything will most likely by the same except "name"
and
Code:
<Listen Host = "0.0.0.0"
WorldServerPort = "8129"
change port 8129 to 8130
then save it.
open realms.conf:
Code:
<Realm1 Name = "Realm Name"
Address = "127.0.0.1:8130"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
Change to name to whatever you want and chage 127.0.0.1 to the servers ip or dns
Good luck