ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/mariadb/files/mysqld.config b/external/subpack/utils/mariadb/files/mysqld.config
new file mode 100644
index 0000000..e33adef
--- /dev/null
+++ b/external/subpack/utils/mariadb/files/mysqld.config
@@ -0,0 +1,13 @@
+
+config mysqld 'general'
+    # Unless enable, MariaDB will not start without this
+	option enabled '0'
+    # User to run MariaDB as
+    option user 'mariadb'
+    # Group to run MariaDB
+    option group 'mariadb'
+    # If there is now database, create an empty one automatically
+    option init '1'
+    # If upgrading old database, run mysql_upgrade during restart
+    option upgrade '1'
+