From c107aafa5fd62e5afcc2b4cd8695142eea2ca9b2 Mon Sep 17 00:00:00 2001 From: nilsding Date: Sun, 7 Dec 2014 12:55:04 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b1e04c..d03e32d5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - Bundler - PostgreSQL or MySQL -## Installation +## Installation (production) ### Database @@ -24,6 +24,8 @@ Try connecting to the database: #### MySQL +**Note:** We do not test for MySQL. Caveat emptor. + $ mysql -u root -p # change 'hack me' in the command below to a real password mysql> CREATE USER 'justask'@'localhost' IDENTIFIED BY 'hack me';