
MySQL Forums
Oct 25, 2025 · Forum for ideas and feedback on MySQL Docs and translations.
MySQL :: TLS 1.2 with php/mysqli
Feb 23, 2017 · What configuration is required for the PHP/mysqli connector to create a SSL connection with the TLSv1.2 protocol to a MySQL server? For example, in the following PHP …
MySQL :: PHP - MySQL
May 15, 2006 · To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), …
Where can I get php_mysql.dll for Windows? - Server Fault
Also, search for the line ;extension=php_mysql.dll and uncomment it to enable the extension. Lastly, the file libmysql.dll should be available to the Windows system PATH. The easiest way …
php fpm - How to install php-mysql, php-gd and other libraries on ...
Jul 2, 2024 · I am trying to install following libraries on Oracle Linux 8 but not working. On Debian 11 after installing php8.1-fpm I run following command and it works. sudo apt install php8.1 …
UPDATE not working, no error messages, going crazy... - MySQL
Oct 28, 2007 · When this executes I get no error messages, it just forwards me back to 'member_home.php' like it should, but it's NOT updating the database. I get no error, and no …
MySQL :: MySQL Forums :: PHP
Sep 6, 2021 · Sticky: MySQL 8.0: X DevAPI PHP Extension (1 Posts) Edwin Desouza 04/20/2018 11:29PM Sticky: MySQL Workbench: Plugins for PHP development (1 Posts) Edwin DeSouza …
MySQL :: PHP Connector and PDO can not find driver
Jan 26, 2006 · Just installed the PHP connector... When using the new php_pdo_mysql.dll file, phpinfo () reports that mysql is not a loaded pdo driver. Therefore, PHP reports that it can not …
MySQL :: Re: How to check if insert/update was successful in store ...
Jan 17, 2007 · This is the same as the row count that the mysql client displays and the value from the mysql_affected_rows () C API function. mysql> INSERT INTO t VALUES (1), (2), (3);
Configuring PHP MySql extension - Server Fault
Jun 22, 2015 · The output of phpinfo() points to the same file. In my php.ini file I have changed ;extension=php_mysql.dll to extension=php_mysql.dll For my extension directory in my php.ini …