From f52e212ed7b61bbac32e2e0ee3e6f150e3d9b918 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 20 Sep 2017 20:04:01 +0200 Subject: Simple ETCBC importer (#2 - still needs some work); requires case-sensitive collation --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/database.php') diff --git a/config/database.php b/config/database.php index fd22e8e..427cdbd 100644 --- a/config/database.php +++ b/config/database.php @@ -60,7 +60,7 @@ return [ 'username' => env('DB_USERNAME', 'forge'), 'password' => env('DB_PASSWORD', ''), 'charset' => 'utf8', - 'collation' => 'utf8_unicode_ci', + 'collation' => 'utf8_bin', 'prefix' => '', 'strict' => true, 'engine' => null, -- cgit v1.2.3