diff options
Diffstat (limited to 'db/mysql')
-rw-r--r-- | db/mysql/setup | 1 |
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; |