Merge pull request #256 from sminnee/deprecate-pdo

NEW: Change .env.example to default to MySQL native driver
This commit is contained in:
Robbie Averill 2019-06-13 11:15:18 +12:00 committed by GitHub
commit d4af206393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>"