You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if SS_DATABASE_SERVER is set to "localhost" then it assumes that using mysql.sock is okay. If the database is running as TCP-only, this causes sspak to fail.
PHP itself will connect using TCP, and so this creates a situation where sspak's semantics differ from SilverStripe's, which is a bug.
Make sspak interpret localhost as a TCP connection when calling mysql.
The text was updated successfully, but these errors were encountered:
Right now, if SS_DATABASE_SERVER is set to "localhost" then it assumes that using mysql.sock is okay. If the database is running as TCP-only, this causes sspak to fail.
PHP itself will connect using TCP, and so this creates a situation where sspak's semantics differ from SilverStripe's, which is a bug.
Make sspak interpret localhost as a TCP connection when calling mysql.
The text was updated successfully, but these errors were encountered: