laradock mysql8.0 connection problem
By default, laradock uses mysql latest image to build mysql service. As a result, mysql 8.0 is used and caching_sha2_password authentication plugin is the default configuration. When phpmyadmin tries to…
By default, laradock uses mysql latest image to build mysql service. As a result, mysql 8.0 is used and caching_sha2_password authentication plugin is the default configuration. When phpmyadmin tries to…
When building Laradock’s nginx image I met a prolbem like: group “www-data” in use . This is because the group www-data is already created in the default base image nginx:alpine….