Top "Mysqli" questions

The mysqli PHP extension is a PHP database driver.

PHP MySQL over SSL. Peer certificate did not match

I'm trying to use Google Cloud SQL over SSL from GCE(Google Compute Engine) instance. My problem is that I …

mysql mysqli pdo google-compute-engine google-cloud-sql
Moving from mysql connection to mysqli

I have a function I used to use with my scripts. openDBConn() and closeDBConn() These both called the mysql_connect() …

php mysql connection mysqli
Is mysql_real_escape_string() necessary when using prepared statements?

For this query, is necessary to use mysql_real_escape_string? Any improvement or the query is fine ? $consulta = $_REQUEST["…

php mysql mysqli prepared-statement sanitize
PHPSpreadsheet - How do create a extra tab?

I create in my php code a excel file with one tab and give it a name. The code what …

php mysqli phpspreadsheet
Intermittent error connecting to my localhost MySQL instance from PHP: mysqli_connect(): HY000/2013

I have a LAMP website (PHP/MySQL), and I rely heavily on my MySQL database. Recently, the following error started …

php mysql mysqli database-connection mysql-error-2013
mysqlnd: Cannot connect to MySQL 5.5.24, old_passwords is Off

I have two enviroments: Dev: Windows 7, PHP 5.3.24, Apache 2.2.24 Production: Linux, PHP 5.4.10, Apache Both connects to a remote MySQL 5.5.24 Server. Remote …

php mysql mysqli mysqlnd