summaryrefslogtreecommitdiff
path: root/db/mysql/setup
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-27 12:26:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-27 12:26:29 +0200
commite78193d6848f9c61b8c8eabffef08c58a3bf64cb (patch)
tree2a521c47e1f0d588201be28b0eea22cc51f3818a /db/mysql/setup
parent08d65d4442d63a6b68c4e86fc97e19feb2be1b02 (diff)
Update database setup instructions
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';