diff --git a/webui/includes/config.php b/webui/includes/config.php
index 2dbc7336fc0d8fdf96648396a35254c9d3d91ceb..2267f7041577864cf9fa4cd5e793d493da9bff89 100644
--- a/webui/includes/config.php
+++ b/webui/includes/config.php
@@ -7,8 +7,9 @@
 # sqlite:////full/unix/path/to/file.db?mode=0666
 #
 #$DB_DSN="sqlite:////tmp/cluebringer.sqlite";
-$DB_DSN="mysql:host=localhost;dbname=cluebringer";
+$DB_DSN="mysql:host=localhost;dbname=smradius";
 $DB_USER="root";
+$DB_PASS="root";
 #$DB_PASS="";
 $DB_TABLE_PREFIX="";