Bugzilla:FAQ: Difference between revisions

(→‎Troubleshooting: Update this section and add some new answers for common issues.)
Line 209: Line 209:


# Make sure that the <tt>$db_user</tt> and <tt>$db_pass</tt> settings in the <tt>localconfig</tt> file are correct.
# Make sure that the <tt>$db_user</tt> and <tt>$db_pass</tt> settings in the <tt>localconfig</tt> file are correct.
# If you're using MySQL, make sure that DBD::mysql was compiled against the version of MySQL that you're using. For example, a DBD::mysql compiled against MySQL 4.0 won't work with MySQL 5.1. In versions of Bugzilla 3.2 or greater, you can re-install DBD::mysql by doing: <tt>./install-module.pl DBD::mysql</tt> in your Bugzilla directory.
# If you're using MySQL, make sure that DBD::mysql was compiled against the version of MySQL that you're using. For example, a DBD::mysql compiled against MySQL 4.0 won't work with MySQL 5.1. In versions of Bugzilla 3.2 or greater, you can re-install DBD::mysql by doing: <pre>./install-module.pl DBD::mysql</pre> in your Bugzilla directory.


==I tried to move my Bugzilla from one machine to another, and now there's something wrong with the data.==
==I tried to move my Bugzilla from one machine to another, and now there's something wrong with the data.==
canmove, Confirmed users
345

edits