mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:15:59 +01:00
update readme
This commit is contained in:
parent
a34972379f
commit
c107aafa5f
1 changed files with 3 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue