- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
protoftw
Geia...exw perasei to acm sto site telos pantwn alla den 3erw ti akrivws na valw sto kouti p leei hostname den 3erw pia ip 8elei...epishs exw dokimasei polles k sunexeia m vgazei cannot connect to database...mia mikrh voh8eia parakalw?
euxaristw ;)
Ti vazw sto hostname?user?password?database?
allazw kai login k game?
h mono login?
pls help...euxaristw
//##########################################################################################
//############################### Login Server Configuration ###############################
//##########################################################################################
CONFIG::g()->ca('login_server', array(
'hostname' => 'localhost', // login host database DB
'user' => 'root', // login user
'password' => '', // login password
'database' => 'l2jdb' // login database name
));
//##########################################################################################
//############################### Game Server Configuration ################################
//##########################################################################################
CONFIG::g()->add_game_server(array(
'id' => 1, // game id
'hostname' => 'localhost', // game host database DB
'user' => 'root', // game user
'password' => '', // game password
'database' => 'l2jdb' // game database name
));
3 answers to this question
Recommended Posts