Recent versions of mysql/mariadb changed the way local connections work so that @localhost is no longer allowed in the connection string, and @127.0.0.1 is required instead. We updated core to try both options before refusing a connection.
Now my site works as expected, but bee now fails with the following error:
PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] No such file or directory in /backdrop/core/includes/database/database.inc:325
See related core issue backdrop/backdrop-issues#2520
Recent versions of mysql/mariadb changed the way local connections work so that
@localhostis no longer allowed in the connection string, and@127.0.0.1is required instead. We updated core to try both options before refusing a connection.Now my site works as expected, but bee now fails with the following error:
See related core issue backdrop/backdrop-issues#2520