roll permissions into database setup sql
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 22 May 2008 11:19:09 +0000 (13:19 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 22 May 2008 11:19:09 +0000 (13:19 +0200)
00-database.sql
07-user-and-permissions.sql [deleted file]

index 514b166..5a8ac67 100644 (file)
@@ -1,3 +1,7 @@
 /* create database */
 
 create database if not exists regulatory;
+
+/* add permissions */
+use regulatory;
+grant all privileges on regulatory.* to admin@localhost identified by '802.11r';
diff --git a/07-user-and-permissions.sql b/07-user-and-permissions.sql
deleted file mode 100644 (file)
index fcf683e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-use regulatory;
-grant all privileges on regulatory.* to admin@localhost identified by '802.11r';