Hi,
William G. Brownlow wrote:
> I'm having a problem after installing Eventum 1.6.1 successfully. I use the
> database user and password to install the database and the tables are
> created within mysql. However, when I go to use the system, I get the
> following errors. I've double (and triple) checked the config.inc.php file
> for any connection errors with my configuration. The part that bugs me is
> that it sets up correctly and then doesn't work. This is when going to
> index.php: [Paths and names have been changed to protect the stupid, that
> is, me.]
Not sure what is going on. The only reason I can see that installation
works and actually using Eventum doesn't is because they access the
database in slightly different ways.
I don't have anything exactly to tell you, but I would open up
include/pear/DB/mysql.php, line 120 and print out the values of $dbhost,
$user and $pw. I would then try to connect to mysql from the command
line using that exact information. This also might be related to the
anonymouse account MySQL sets up by default:
http://dev.mysql.com/doc/refman/4.1/en/adding-users.html
/bryan