|

04-21-2012, 02:17 PM
by the way when i created the MySQL database the coordinate copy paste code
was like that
$mysql_host = "mysql3.000webhost.com";
$mysql_database = "aXXXXXXX_*******";
$mysql_user = "aXXXXXXX_*******";
$mysql_password = "*******";
in the mysql.php account ID
in the (infinite responder) package the config.php code i downloaded the code was
$MySQL_server = '';
$MySQL_user = '';
$MySQL_password = '';
$MySQL_database = '';
that is where my problem was
i just copy paste those 4 line in my downloaded config.php without checking the syntax first no wonder i had problem with that one
please be take note that if there any ops of this forum reads that thread to state a notice of warning so people wo set up these MySQL database to be aware of that issue many of the new members would appreciate this a lot
thank's again
Nano
Last edited by nanotech; 04-21-2012 at 02:34 PM.
|