]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Tweak note about using MySQL native driver for PHP
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 8 Feb 2015 15:21:07 +0000 (16:21 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 8 Feb 2015 15:21:07 +0000 (16:21 +0100)
gui/baculum/INSTALL

index 3fe1de8088b58d3736548fb212e6f88c5858ef11..01f68e30c1bccbe51903757976696ba357825f04 100644 (file)
@@ -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.