Symfony can't connect to azure-sql-edge Db on mac

33 views Asked by At

I've been trying to create a database with php bin/console doctrine:database:create all day despite many attempts, I am asking for help in determining the correctly working connect string

this is what my connectString looks like: DATABASE_URL="mysql://sa:[email protected]:1433/Db?serverVersion=5.7.40"

1433 - is a port that is the Azure sql port after command to create db i got

Unfortunately, after entering the database creation command again, I do not get the message at all :enter image description here

0

There are 0 answers