aboutsummaryrefslogtreecommitdiff
path: root/backend/database/dev/export-full-dump.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backend/database/dev/export-full-dump.sh')
-rwxr-xr-xbackend/database/dev/export-full-dump.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/database/dev/export-full-dump.sh b/backend/database/dev/export-full-dump.sh
index 782e4be..1a534b2 100755
--- a/backend/database/dev/export-full-dump.sh
+++ b/backend/database/dev/export-full-dump.sh
@@ -9,8 +9,8 @@ export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"
DB_HOST="127.0.0.1"
DB_PORT="3306"
-DB_USER="beepzone_user"
-DB_PASS="BeepZONE77"
+DB_USER="beepzone"
+DB_PASS="beepzone"
DB_NAME="beepzone"
echo "Exporting full database dump (schema + data + triggers)..."