About 57 results
Open links in new tab
  1. MySQL Forums

    Mar 18, 2026 · The world's most popular open source database MySQL.com Downloads Documentation Developer Zone Forums Bugs Worklog Labs Planet MySQL News and Events Community

  2. PHP/mySQL: how to debug a 'too many connections' error?

    In phpMyAdmin I can see that max connections variable is set to 400. On our local MySQL server in my corporation we have max connections set to 200 and other mates uses in the same time this server. I …

  3. php fpm - How to install php-mysql, php-gd and other libraries on ...

    Jul 2, 2024 · How to install php-mysql, php-gd and other libraries on Oracle Linux Ask Question Asked 3 years, 8 months ago Modified 3 years, 8 months ago

  4. Connecting to MySQL from PHP is extremely slow - Server Fault

    Jul 17, 2012 · Oddly enough both PHPMyAdmin and the MySQL CLI client now gives me "Host '127.0.0.1' is not allowed to connect to this MySQL server". For some reason the PHP script still …

  5. mysql - PHP request sometimes very slow - Server Fault

    Try apache benchmark (ab) It could be poorly constructed MySQL queries causing table locks (depending on your storage engine for each table accessed) or the MySQL connection limit being …

  6. MySQL :: SSL connection error: error:0A000086:SSL routines::certificate ...

    Apr 1, 2025 · MySQL Forums Forum List » Security New Topic SSL connection error: error:0A000086:SSL routines::certificate verify failed Posted by: Boisseau Nicolas Date: April 01, …

  7. php - MySQL Table contains latin1 but is defined as UTF8, character ...

    It now looks like this: MySQL: UTF8 but actually contains latin1. PHP: MySQL-Connection gets manually set to UTF8. HTML: is delivered as ISO-8859-1 aka latin1 This setup worked until a week ago when …

  8. mysql - Wordpress/PHP - Uncaught Error: Call to undefined function ...

    Jun 14, 2019 · You can create a php file with phpinfo() to check this. Don't forget to restart your Apache after enabling the mysqli module in PHP. If it is loaded and you still encounter the error, you can set …

  9. How enable pdo_mysql - Server Fault

    Jan 22, 2013 · I am trying to install SpaceBukkit. I was wondering how I enable pdo_mysql. When trying to setup the MySQL part I get this error: The "pdo_mysql" extension is NOT loaded in your `php.ini`! …

  10. mysql - How to let PHP connect to database by using UNIX socket …

    Mar 8, 2015 · I'd like to have my PHP applications such as Joomla make use of the UNIX socket to connect to the local mysql database. I've already configured the php.ini with: mysqli.default_socket = …