Back to Changelog
Panel Interface
v4.5.335
Fixed the WordPress MySQL connection example showing an invalid DB_HOST value.
Bug Fix
1- The WordPress connection example under Databases -> MySQL Databases -> Connection embedded the MySQL socket path inside DB_HOST (localhost:/opt/panelica/var/run/mysqld.sock). It now shows plain localhost, with the socket path kept as a comment. localhost already means connect over the Unix socket for MySQL clients, and the panel points PHP mysqli/PDO default socket at that path for every PHP version it ships, including the Docker-isolated legacy ones; the combined form was a PHP-only shorthand that does not carry over to other runtimes. The Laravel, Django, Node.js and PDO snippets were already correct and are unchanged.