Mahmut Can ÇİFÇİ
Mahmut Can ÇİFÇİ
When I check I get this error because it redirects to 403 response. This is not json response.. I think the error here occurs because the file is not returned...
> Think this is due to MYSQL update? > > Edited: ./bin/mysql8/Dockerfile > > Comment the following: > > ``` > FROM mysql:8 > RUN echo "[mysqld]" >> /etc/mysql/my.cnf >...
> Can't open and lock privilege tables: Table 'mysql.user' doesn't exist I solved this problem by cleaning the "data" folder. Then I rebuilt with `docker-compose -d --build`, it opened no...