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
In a current test, I found that I always got 'database error: file or directory not found'
This was fixed by adding to the dockerfile a command to link the mysql socket to /var/mysql/mysql.sock (from /tmp/mysql.sock)
And can submit a pull request if you like.
The text was updated successfully, but these errors were encountered:
In a current test, I found that I always got 'database error: file or directory not found'
This was fixed by adding to the dockerfile a command to link the mysql socket to /var/mysql/mysql.sock (from /tmp/mysql.sock)
And can submit a pull request if you like.
The text was updated successfully, but these errors were encountered: