Skip to content

Commit

Permalink
Merge pull request #256 from sminnee/deprecate-pdo
Browse files Browse the repository at this point in the history
NEW: Change .env.example to default to MySQL native driver
  • Loading branch information
robbieaverill authored Jun 12, 2019
2 parents 09a2f6e + a968e7a commit d4af206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down

0 comments on commit d4af206

Please # to comment.