Answers for "install mysqli php 7.4"

SQL
0

mysqli php 7.4

The problem is that the package that used to connect PHP to MySQL is deprecated (php5-mysql). If you install the new package,

sudo apt-get install php-mysql
this will automatically update Apache and PHP 7.
Posted by: Guest on July-13-2021
0

php mysqli install

Installation / Runtime Configuration
For the MySQLi functions to be available, you must compile PHP with support for the MySQLi extension. The MySQLi extension was introduced with PHP version 5.0. 0. The MySQL Native Driver was included in PHP version 5.3.
Posted by: Guest on June-02-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language