unable to connect to the provided mysql server

Luka

New Member
Apr 16, 2020
2
0
Hello,
I followed the introduction video and everything is working with localhost.
I have a domain (in vimexx) and I have troubles when I want to load the hotel on my domain.
I'm getting unable to connect to the provided mysql server.
Any idea what I'm doing wrong.
Kind regards
Luka
 

Luka

New Member
Apr 16, 2020
2
0
I'm using Brian Cms
Mysql is instlalled. I used the default for user and passworde.
These are my database settins and client settings
/* Database Setting */
$db['host'] = 'localhost'; //Mysql's Host
$db['port'] = '3306'; //Mysql's port
$db['user'] = "root"; //Mysql's user
$db['pass'] = ''; //Mysql's password
$db['db'] = "hotel"; //Mysql's database

/* Emu Settings */
$config['hotelEmu'] = 'plusemu'; // plusemu // arcturus

/* Client Setting */
$hotel['emuHost'] = "localhost";//IP of VPS//IP of Proxy
$hotel['emuPort'] = "30000"; //Port of V PS//Port of Proxy
$hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)
$hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client
$hotel['homeRoom'] = '1'; //Set the start room when you get in the hotel
$hotel['external_Variables'] = " ";
 

Users who are viewing this thread

Top