Answers for "The metadata storage is not up to date, please run the sync-metadata-storage command symfony"

SQL
0

The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue.

Try changing the DATABASE_URL in .env from

DATABASE_URL=mysql://root:@127.0.0.1:3306/testtest?serverVersion=10.4.11

to

DATABASE_URL=mysql://root:@127.0.0.1:3306/testtest?serverVersion=mariadb-10.4.11
Posted by: Guest on April-14-2021
-1

The metadata storage is not up to date, please run the sync-metadata-storage comman d to fix this issue.

DATABASE_URL=mysql://root:@127.0.0.1:3306/testtest?serverVersion=mariadb-10.4.11
Posted by: Guest on September-14-2020

Code answers related to "The metadata storage is not up to date, please run the sync-metadata-storage command symfony"

Code answers related to "SQL"

Browse Popular Code Answers by Language