PDA

View Full Version : Database Creation error in set up


pkonstan
12-19-2005, 11:38 AM
This is the error I am getting. I thought tyhe setup automatically builds the database and user name.

There was an error connecting to the mySQL database.

The error was reported as:

Access denied for user: 'kdmcons@pass21.dizinc.com' (Using password: NO)

Brian
12-19-2005, 11:45 AM
The error you see is what mySQL is reporting to the calendar script (it's not an actual calendar error).

It's basically means that the mySQL information that is being entered into the Setup Manager is not allowing it to connect to the mySQL server.

This is the verbatim message that mySQL is reporting to the calendar. If the login information is correct, it will prompt you to create the calendar table in the database.

pkonstan
12-19-2005, 11:49 AM
Cool. Do you know how I can fix this?

Brian
12-19-2005, 11:53 AM
This is something to do with the server. You're web host provider would be best at helping you troubleshoot this issue as they know specifically how to create database connections on their server.