summaryrefslogtreecommitdiff
path: root/db/mysql/setup
diff options
context:
space:
mode:
Diffstat (limited to 'db/mysql/setup')
-rw-r--r--db/mysql/setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/mysql/setup b/db/mysql/setup
index 90044b0..3c4fb0a 100644
--- a/db/mysql/setup
+++ b/db/mysql/setup
@@ -4,6 +4,9 @@ bind-address = 0.0.0.0
You may also need to open the 3306 port in the firewall
(system-control-firewall on Fedora).
+From root login:
+
+mysql -p
CREATE USER odb_test@'%';
CREATE USER odb_test@'localhost';