diff --git a/qrcode/config/environment.php b/qrcode/config/environment.php index 785bf8d..84b6604 100644 --- a/qrcode/config/environment.php +++ b/qrcode/config/environment.php @@ -24,7 +24,7 @@ if(is_string($docker_cid)) { define('DATABASE_PASSWORD', "root"); // This must have a trailing underscore. // Example: qr_ - define('DATABASE_PREFIX', "qr_"); + define('DATABASE_PREFIX', ""); define('DATABASE_CHARSET', "utf8"); } /*