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