update readme
This commit is contained in:
parent
a34972379f
commit
c107aafa5f
|
@ -7,7 +7,7 @@
|
||||||
- Bundler
|
- Bundler
|
||||||
- PostgreSQL or MySQL
|
- PostgreSQL or MySQL
|
||||||
|
|
||||||
## Installation
|
## Installation (production)
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ Try connecting to the database:
|
||||||
|
|
||||||
#### MySQL
|
#### MySQL
|
||||||
|
|
||||||
|
**Note:** We do not test for MySQL. Caveat emptor.
|
||||||
|
|
||||||
$ mysql -u root -p
|
$ mysql -u root -p
|
||||||
# change 'hack me' in the command below to a real password
|
# change 'hack me' in the command below to a real password
|
||||||
mysql> CREATE USER 'justask'@'localhost' IDENTIFIED BY 'hack me';
|
mysql> CREATE USER 'justask'@'localhost' IDENTIFIED BY 'hack me';
|
||||||
|
|
Loading…
Reference in New Issue