Hi
I'm installing a script on my Frihost Account and I had some trouble with the databases
I got this error
This is the part of the code what should be wrong
Can anyone explain my problem?
Thanks a lot!
I'm installing a script on my Frihost Account and I had some trouble with the databases
I got this error
| Code: |
| Access denied for user: 'mtorregi_short@localhost' to database 'dd' |
This is the part of the code what should be wrong
| Code: |
| // MySQL Configuration
$sqldatabase = "localhost"; // MySQL HOST $sqlusername = "mtorregi_db"; // MySQL Username $sqlpassword = "mtorex1"; // MySQL Password $sqldb = "db"; // The Database the Information is stored ////////////////////MySQL Connection, DO NOT TOUCH!!/////////////////////////////////////// $conn = mysql_connect($sqldatabase, $sqlusername, $sqlpassword) or die(mysql_error());///// mysql_select_db($sqldb,$conn) or die(mysql_error()); ////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////// ?> |
Can anyone explain my problem?
Thanks a lot!
