php bin/console doctrine:migrations:migrate SQLSTATE[HY000] [2002] Connection refused

533 Views Asked by At

Hello When i use php bin/console doctrine:migrations:migrate i have this error:

In ExceptionConverter.php line 103:

  An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused  

In Exception.php line 30:

  SQLSTATE[HY000] [2002] Connection refused  

In Driver.php line 28:

  SQLSTATE[HY000] [2002] Connection refused  

DATABASE_URL="mysql://root:@127.0.0.1:3306/db_docker?serverVersion=10.4.22-MariaDB"

What does this error mean? How can I fix it?

1

There are 1 best solutions below

0
balrcoding On

Try this

DATABASE_URL="mysql://root:[email protected]:55000/dbanem?serverVersion=mariadb-10.4.11&charset=utf8mb4"

Change 55000 to your port.