For this case, we will import SQL files for single server. 1 Login-Server, 1 Char-Server, and 1 Map-Server
NOTE: Remember the database name! It will be used in conf/inter_athena.conf.
UPDATE `login` SET `userid` = 'myserver', `user_pass` = MD5('myserver') WEHERE `account_id` = 1;
NOTE: Remember the username and password! Those will be used in conf/char_athena.conf, and conf/map_athena.conf.
NOTE: If you are adding new entry, make sure that the `sex` is S.
NOTE: Remember the database name! It will be used in conf/inter_athena.conf.