From 4e7fea346814b0850e66a3e107d2b6fa977d6386 Mon Sep 17 00:00:00 2001 From: geo-chen Date: Tue, 30 Aug 2022 20:40:49 +0800 Subject: [PATCH] correcting default mysql port from 3309 to 3306 installation breaks using default config and manual edits to correct the port is currently required --- .env.dusk.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dusk.local b/.env.dusk.local index f9162d0769..33343ffc51 100644 --- a/.env.dusk.local +++ b/.env.dusk.local @@ -21,7 +21,7 @@ PUBLIC_FILESYSTEM_DISK=local_public # -------------------------------------------- DB_CONNECTION=mysql DB_HOST=localhost -DB_PORT=3309 +DB_PORT=3306 DB_DATABASE=snipeit-local DB_USERNAME=snipeit-local DB_PASSWORD=snipeit-local