mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Add verification check for MySQL version
Must now be >= 5.5.4
This commit is contained in:
parent
b0de88f75d
commit
fc79f1ffa8
3 changed files with 20 additions and 4 deletions
|
@ -19,8 +19,8 @@ parameters:
|
|||
database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
|
||||
database_table_prefix: wallabag_
|
||||
database_socket: null
|
||||
# with MySQL, use "utf8mb4" if got problem with content with emojis
|
||||
database_charset: utf8mb4
|
||||
# with MySQL, use "utf8mb4" if you got problem with content with emojis
|
||||
database_charset: utf8
|
||||
|
||||
mailer_transport: smtp
|
||||
mailer_host: 127.0.0.1
|
||||
|
|
|
@ -6,4 +6,4 @@ parameters:
|
|||
test_database_user: ~
|
||||
test_database_password: ~
|
||||
test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
|
||||
test_database_charset: utf8mb4
|
||||
test_database_charset: utf8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue