Warning: mysqli_connect(): (HY000/1045): Access denied for user 'admin'@'localhost' (using password: YES) in /home/dunadu/public_html/panel/includes/database.php on line 49
Error! Server configuration problem!
Cannot connect to mysql database, check settings in configuration file `config.php`.
MySQL error:
Config.php:
<?php
// mysql settings
$mysql_host = 'mysql.host';
$mysql_user = 'admin';
$mysql_pass = 'pass123';
$mysql_database = 'DBS';
$global_directory_slash = DIRECTORY_SEPARATOR;
$global_temporary_directory = 'temp';
database.php:
$this->db_link = mysql_connect($host, $user, $pass, true);
Please can someone help me about this
Error! Server configuration problem!
Cannot connect to mysql database, check settings in configuration file `config.php`.
MySQL error:
Config.php:
<?php
// mysql settings
$mysql_host = 'mysql.host';
$mysql_user = 'admin';
$mysql_pass = 'pass123';
$mysql_database = 'DBS';
$global_directory_slash = DIRECTORY_SEPARATOR;
$global_temporary_directory = 'temp';
database.php:
$this->db_link = mysql_connect($host, $user, $pass, true);
Please can someone help me about this