Revert "Create the database by default..."
[freeradius.git] / raddb / mods-config / sql / main / mysql / setup.sql
index 5b8c48a..aff0505 100755 (executable)
@@ -9,11 +9,6 @@
 ##     $Id$
 
 #
-#  Create a database for RADIUS related things
-#
-CREATE DATABASE radius;
-
-#
 #  Create default administrator for RADIUS
 #
 CREATE USER 'radius'@'localhost';