forked from wallabag/wallabag
(definitely) fixed utf8mb4 and check if user already exists in database before installing first user
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
@define ('STORAGE_DB', 'poche');
|
||||
@define ('STORAGE_USER', 'poche');
|
||||
@define ('STORAGE_PASSWORD', 'poche');
|
||||
@define ('MYSQL_USE_UTF8MB4', FALSE); // This should be false unless you know what it is
|
||||
|
||||
#################################################################################
|
||||
# Do not trespass unless you know what you are doing
|
||||
|
||||
Reference in New Issue
Block a user