summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-02-06 16:42:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-02-06 16:42:54 +0200
commit4b134558b1418d919680a76062064c55be21a2f8 (patch)
treeccdb4190299f426cca749b2aee7769eefbf9d78f
parent4a5265e5d441c12c3332b3b872fbeb6d3dacae5e (diff)
Update MySQL setup instructions
-rw-r--r--db/mysql/setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/mysql/setup b/db/mysql/setup
index d1706af..90044b0 100644
--- a/db/mysql/setup
+++ b/db/mysql/setup
@@ -6,6 +6,7 @@ You may also need to open the 3306 port in the firewall
CREATE USER odb_test@'%';
+CREATE USER odb_test@'localhost';
CREATE DATABASE odb_test;
GRANT ALL PRIVILEGES ON odb_test.* to odb_test@'%';
FLUSH PRIVILEGES;