From 333d80ec069321118f5fac8b5f4418ef302167dc Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Mon, 13 Jul 2009 13:07:10 +0000 Subject: [PATCH] * Fixed wrong database name --- smradiusd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smradiusd.conf b/smradiusd.conf index 183110c3..dc862cce 100644 --- a/smradiusd.conf +++ b/smradiusd.conf @@ -71,8 +71,8 @@ [database] -#DSN=DBI:SQLite:dbname=sitemanager.sqlite -DSN=DBI:mysql:database=sitemanager;host=localhost +#DSN=DBI:SQLite:dbname=smradius.sqlite +DSN=DBI:mysql:database=smradius;host=localhost Username=root Password= -- GitLab