I am a beginner to using Laradock. I have started up my MySQL container, and I am trying to figure out the Server, Username, and Password to use when i go to localhost:8080.
I looked in the laradock env file:
MYSQL_VERSION=latest
MYSQL_DATABASE=default
MYSQL_USER=default
MYSQL_PASSWORD=secret
MYSQL_PORT=3306
MYSQL_ROOT_PASSWORD=root
However when I use these as username and passwords, it does not do the trick.
Could someone help me with this? I am not sure exactly what I am supposed to be looking for.
