8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5dbbd7 commit c639ea4Copy full SHA for c639ea4
doctrine.rst
@@ -46,6 +46,9 @@ The database connection information is stored as an environment variable called
46
# customize this line!
47
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
48
49
+ # to use mariadb:
50
+ DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=mariadb-10.5.8"
51
+
52
# to use sqlite:
53
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"
54
0 commit comments