Help - Search - Members - Calendar
Full Version: Not Able To Connect To Mysql
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
AsifHussain
tried several times but i am not able to connect to Zymic Mysql DB, always getting following error

Access denied for user '<User_Name>'@'192.168.1.1' (using password: YES)Error connecting to database



The configuration I've done is

$CONFIG['DB_USERNAME'] = "<UserName(10 Chars)>";
$CONFIG['DB_PASSWORD'] = "***PWD***";
$CONFIG['DB_HOST'] = "localhost";
$CONFIG['DB_NAME'] = "<DBName(15 Chars)>";
$CONFIG['DB_TYPE'] = "mysql";


I don't know from where this 192.168.1.1 is coming.... I have never written any IP in the code anywhere.

Asif Hussain
DroNix
make sure you have assign the correct privileges for the user to access the database.
Jacob
192.168.1.1 is a commonly used default IP for routers. Also known as "localhost" in some cases.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.