NEW: Change .env.example to default to MySQL native driver

https://github.com/silverstripe/silverstripe-framework/issues/8598
This commit is contained in:
Sam Minnee 2019-06-11 16:19:50 +12:00
parent 09a2f6e298
commit a968e7ad47

View File

@ -2,7 +2,7 @@
# https://docs.silverstripe.org/en/4/getting_started/environment_management/#core-environment-variables
# DB credentials
SS_DATABASE_CLASS="MySQLPDODatabase"
SS_DATABASE_CLASS="MySQLDatabase"
SS_DATABASE_SERVER="localhost"
SS_DATABASE_USERNAME="<user>"
SS_DATABASE_PASSWORD="<password>"