The output from checksetup.pl is:
Checking for DBD-mysql (v2.9003) ok: found v4.005
Had to create DBD::mysql::dr::imp_data_size unexepectedly at C:/Perl/
lib/DBI.pm line 1190.
Use of unitialized value in subroutine entry at C:/Perl/lib/DBI.pm
line 1190.
Had to create DBD::mysql::db::imp_data_size unexpectedly at C:/Perl/
lib/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at C:/Perl/lib/DBI.pm
line 1190.
There was an error connecting to MySQL:
Undefined subroutine &DBD::mysql:db::_login called at C:/Perl/site/lib/
DBD/mysql.pm line 142
I have followed the guide at http://www.bugzilla.org/docs/win32install.html
Thanks
That looks like your DBD::mysql does not match your MySQL
version. Perhaps you need to re-install DBD::mysql or DBI.
Other people have also reported this error, though.
-Max
--
http://www.everythingsolved.com/
Competent, Friendly Bugzilla Services. And Everything Else, too.
I uninstalled v5 of MySQL and installed v4 instead and that has
resolved the problem. Thanks