Hi All -
I'm stumped. I created a MySQL user (bruce) and database (calendar) under localhost.
When I browse to escalInstall.php on my server, I get error messages. I've modified everything in every conceivable way, but keep getting errors.
ERROR message from last attempt:
* There was an error connecting to the database.
Please check the settings in the 'escalDB.php' file and try again.
The error was reported as:
Access denied for user: 'amammoth_bruce@localhost' to database 'amammoth_calendar'
Here is my escalDB.php configuration:
// SET DATABASE CONNECTION IF USING SQL EVENTS
$dbHost = "localhost";
$dbUserLogin = "amammoth_bruce";
$dbPassword = "******";
$dbName = "amammoth_calendar";
ANY HELP is appreciated. I've run out of ideas.
Thanks
warren
PS: possibly I have to create a table for the DB??
|