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
When following the instructions in README.md, you reach a point where the example stops working.
Specifically in the "Secure our installation" section:
> mysql_secure_installation
...
Enter current password for root (enter for none): <enter>
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Comments
What's the point of an example that needs mysql-server installed on host?
As a requirement for the host system, In README.md it says:
#### What you need:
...
- MySQL, installed by `sudo apt-get install mysql-server`.
Example builds successfully on arm64 and x86_64
The text was updated successfully, but these errors were encountered:
Example: database/mariadb
When following the instructions in README.md, you reach a point where the example stops working.
Specifically in the "Secure our installation" section:
Comments
As a requirement for the host system, In README.md it says:
arm64
andx86_64
The text was updated successfully, but these errors were encountered: