Vikas Kapadiya

Results 90 comments of Vikas Kapadiya

Do following: 1. `docker-compose stop` 2. Edit .env and change the PHP version that you required. 3. `docker-compose up`

Which package are you using that requires this? can you use 8.1 if possible?

@nselden I checked and I switch to PHP 8.0 and I got PHP 8.0.19 version. ![image](https://user-images.githubusercontent.com/7912297/189493172-5be3e055-9d41-47e4-b367-ba4656e90be1.png)

show me your `docker-compose.yml `

Looks like your `docker-compose.yml` is outdated. I suggest you check if you are on the latest version of the devil box or not. Once you update the devil box, you...

@wcaaan I am confused here. If your Host Mysql is running on port `3307`, why are you using port `3306` in Laravel `.env.`

@wcaaan did you set `HOST_PORT_MYSQL` or `DB_PORT` port to `3307`?

@wcaaan Remove `HOST_PORT_MYSQL` from the Devilbox `.env`. make sure that Devilbox's MySQL container is stopped. Now set your host's MySQL to some random port like `15001` and double check that...

@wcaaan, you can do one thing. In the host's Mysql, Instead of `127.0.0.1`, use the local IP (it should be like `192.168.X.X`) and Make sure the host's MySQL is bind...

@wcaaan check this to slow the `not allowed to connect to this server` https://stackoverflow.com/questions/11223235/mysql-root-access-from-all-hosts