ChangingToMySqli¶
To more protect Nephthys from SQL-injection, the MySQL support switched from ordinary MySQL interface to MySQLi. See php.net for more.
All you need to upgrade is
sudo pear install MDB2 pear/MDB2#mysqli
what will install the necessary Pear-DB drivers.
Also available in:
HTML
TXT