DoctrineFixturesBundle
DoctrineFixturesBundle copied to clipboard
Mysql on a Docker Container timed outs
I have mysql container that when i run
php bin/console doctrine:fixtures:load
it timed outs.
I know that my connection is true because i have tested GET and POST through post man and although it takes a while the first time to connect, it finally connects and the next query is faster.
Can you provide an environment/example where it is possible to reproduce this timeout?
@chris2kus31 is this still a problem for you?