From: Marcin Haba Date: Sun, 8 Feb 2015 15:21:07 +0000 (+0100) Subject: baculum: Tweak note about using MySQL native driver for PHP X-Git-Tag: Release-7.2.0~80 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e6fec18bc56d47cc615a89106ffc020d3caf4470;p=bacula%2Fbacula baculum: Tweak note about using MySQL native driver for PHP --- diff --git a/gui/baculum/INSTALL b/gui/baculum/INSTALL index 3fe1de8088..01f68e30c1 100644 --- a/gui/baculum/INSTALL +++ b/gui/baculum/INSTALL @@ -44,6 +44,8 @@ tested on Apache HTTP Server. PHP should have installed next modules: * PDO PHP support - depending on your catalog database: PDO PostgreSQL, PDO MySQL or PDO SQLite. + Note, in case using MySQL database required is using MySQL native driver. + It is php-mysqlnd for PHP, not php-mysql. * BCMath PHP module. * cURL PHP module. * MB String PHP module.