install from rpms and you upgrade MySQL, you must also rebuild Bacula.
You can do so by rebuilding from the source rpm. To do so, you may need
to modify the bacula.spec file to account for the new MySQL version.
+
+\section{MySQL Configuration Caution}
+\index[general]{MySQL Caution}
+Bacula requires that at least one of the TIMESTAMP fields in the
+database schema to have a valid value of zero. If you turn on the
+{\bf SQL\_MODE} {\bf STRICT\_ALL\_TABLES}, you must be sure that you
+turn off the {\bf NO\_ZERO\_DATA} and the {\bf NO\_ZERO\_IN\_DATE}
+restrictions or Bacula will not function correctly.