diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-27 12:26:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-27 12:26:29 +0200 |
commit | e78193d6848f9c61b8c8eabffef08c58a3bf64cb (patch) | |
tree | 2a521c47e1f0d588201be28b0eea22cc51f3818a /db/mysql/setup | |
parent | 08d65d4442d63a6b68c4e86fc97e19feb2be1b02 (diff) |
Update database setup instructions
Diffstat (limited to 'db/mysql/setup')
-rw-r--r-- | db/mysql/setup | 3 |
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'; |