Create the database by default...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Feb 2017 20:44:00 +0000 (20:44 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Feb 2017 20:51:16 +0000 (20:51 +0000)
raddb/mods-config/sql/main/mysql/setup.sql

index aff0505..5b8c48a 100755 (executable)
@@ -9,6 +9,11 @@
 ##     $Id$
 
 #
+#  Create a database for RADIUS related things
+#
+CREATE DATABASE radius;
+
+#
 #  Create default administrator for RADIUS
 #
 CREATE USER 'radius'@'localhost';