aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/smoke/files/mariadb.sql
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/devtools/smoke/files/mariadb.sql')
-rw-r--r--docs/development/devtools/smoke/files/mariadb.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/devtools/smoke/files/mariadb.sql b/docs/development/devtools/smoke/files/mariadb.sql
new file mode 100644
index 00000000..95c4c766
--- /dev/null
+++ b/docs/development/devtools/smoke/files/mariadb.sql
@@ -0,0 +1,3 @@
+create database clampacm;
+CREATE USER 'policy'@'%' IDENTIFIED BY 'P01icY';
+GRANT ALL PRIVILEGES ON clampacm.* TO 'policy'@'%';