Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cuzmar committed Apr 30, 2019
1 parent c0ad3c9 commit ce9cdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker run -d -v /path/to/project:/var/www/localhost/htdocs/ -e MYSQL_ROOT_PASSW
### Connect to MariaDB
To use this you need to install mysql/mariadb cli client
```
mysql -u root -p -h 127.0.0.1
mysql -uroot -ppassword -h 127.0.0.1
```

### PhpMyAdmin
Expand Down

0 comments on commit ce9cdb3

Please sign in to comment.