1. Upload the Logon/char DB on the world database or create a new database called Logon or whateveryouwant and upload in it that.
2. Find this in arcemu-world.
Code:
<CharacterDatabase Hostname = "localhost" Username = "ID" Password = "Pass" Name = "logon" Port = "3306" Type = "1">
And this in Arcemu-logonserver
Code:
<LogonDatabase Hostname = "localhost"
Username = "ID"
Password = "Pass"
Name = "logon"
Port = "3306"
Type = "1">
3. You can remove it and hand-edit it. (I prefferee you install Wamp. (Apatch and MYSQL)