• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error on web

Morpheo007

New Member
Joined
Sep 10, 2015
Messages
8
Reaction score
1
i Have this error, do you kwon how to fix it?

Error occured!
Error ID:
More info: CANNOT CONNECT TO DATABASE: SQLSTATE[HY000] [2002] No se puede establecer una conexion ya que el equipo de destino denego expresamente dicha conexion.

File: C:\Users\DyO\Downloads\UniServerZ\www\classes/database_mysql.php Line: 22
File: C:\Users\DyO\Downloads\UniServerZ\www\classes/database.php Line: 199
File: C:\Users\DyO\Downloads\UniServerZ\www\pages/latestnews.php Line: 17
File: C:\Users\DyO\Downloads\UniServerZ\www\system/load.page.php Line: 7
File: C:\Users\DyO\Downloads\UniServerZ\www/index.php Line: 39

Geisor Acc

# this is important if you want to use ajax check in your create account
$config['site']['sqlHost'] = "myip";
$config['site']['sqlUser'] = "root";
$config['site']['sqlPass'] = "mypassword";
$config['site']['sqlBD'] = "mydb";

bumb!!!
 
Last edited by a moderator:
prueba esto:

$config['site']['sqlHost'] = "localhost";
$config['site']['sqlUser'] = "root";
$config['site']['sqlPass'] = "mypassword";
$config['site']['sqlBD'] = "mydb";
 
Back
Top