My website URL is: http://staspsb.epizy.com/
What I’m seeing is: Warning : mysqli_connect(): (HY000/1045): Access denied for user ‘epiz_24606994’@‘192.168.2.187’ (using password: YES) in /home/vol1_1/epizy.com/epiz_24606994/htdocs/includes/database.php on line 8
I’m using this software:
Additional information:
I checked previous topic and post but unable to get it to work. Also using the same password for the hosting account and the FTP (Which I can access) with this connection details:
$dbuser=“epiz_24606994”;
Hidden by MOD
$dbserver=“sql300.epizy.com”;
$dbname=“epiz_24606994_libnews”;
$newcon=mysqli_connect($dbserver,$dbuser,$dbpwd,$dbname) or die (mysqli_connect_errno());
Oh and I also were unable to connect to my phpmyadmin via control panel due to too many redirect error