dbi:drivername:. There is no standard for the text
                  following the driver name, consult the details for your DBD (database
                  driver) documentation. You can use any of the special characters described
                  in Section 3.3. Special formatters. Here are some
                  examples.# Connect to MySQL database called radius. Typically defaults to Unix socket DBSource dbi:mysql:database=radius # Or... Use SQLIte file called users.db located in the DbDir directory DBSource dbi:SQLite:%D/users.db # Or... Connect to the Oracle SID called users DBSource dbi:Oracle:users # Or... Connect to PostgreSQL database called radius on localhost, default port DBSource dbi:Pg:dbname=radius;host=127.0.0.1
DBSource dbi:mysql:%{GlobalVar:databasename}
radiusd -config_file xxxxxx.cfg databasename=radius