Skip to content

Commit

Permalink
Use correct version of MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Feb 27, 2017
1 parent 51c8802 commit 1a9433e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ doctrine:
user: "%database_user%"
password: "%database_password%"
charset: utf8mb4
server_version: 5.6
server_version: 5.7

orm:
auto_generate_proxy_classes: "%kernel.debug%"
Expand Down
2 changes: 1 addition & 1 deletion app/config/config_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctrine:
user: "root"
password: ~
charset: utf8mb4
server_version: 5.6
server_version: 5.7

web_profiler:
toolbar: false
Expand Down

0 comments on commit 1a9433e

Please sign in to comment.