There was an error connecting to MySQL:
install_driver(mysql) failed: Attempt to reload DBD/mysql.pm aborted.
Compilation failed in require at (eval 1296) line 3, <DATA> line 522.
at Bugzilla/DB.pm line 1154
This might have several reasons:
* MySQL is not running.
* MySQL is running, but there is a problem either in the
server configuration or the database access rights. Read the Bugzilla
Guide in the doc directory. The section about database configuration
should help.
* Your password for the 'bugs' user, specified in $db_pass, is
incorrect, in './localconfig'.
* There is a subtle problem with Perl, DBI, or MySQL. Make
sure all settings in './localconfig' are correct. If all else fails,
set
'$db_check' to 0.
I've followed the installation instructions for Bugzilla. I can log
into MySQL with the username and password I've set in localconfig, and
I've set up the bugs user as defined in the Bugzilla installation
instructions (i.e. permissions as described here,
http://www.bugzilla.org/docs/3.0/html/configuration.html#database-engine).
Has anyone seen this error and know what it means and how to resolve
it? I have installed mysql-5.5.15-osx10.6-x86_64.
Thanks,
Jason Mazzotta