Skip to content

Commit

Permalink
Update README.md for MySQL8 and hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Smith authored and derschatta committed Jun 3, 2021
1 parent bde9346 commit e00cc53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Please check out the [contribute](CONTRIBUTE.md) page for more information on ho

__Example:__
```bash
127.0.0.1 localhost totara54 totara54.debug totara54.behat totara55 totara55.debug totara55.behat totara55 totara55.debug totara56.behat totara70 totara70.debug totara70.behat totara71 totara71.debug totara71.behat totara72 totara72.debug totara72.behat totara73 totara73.debug totara73.behat totara74 totara74.debug totara74.behat totara80 totara80.behat
127.0.0.1 localhost totara54 totara54.debug totara54.behat totara55 totara55.debug totara55.behat totara56 totara56.debug totara56.behat totara70 totara70.debug totara70.behat totara71 totara71.debug totara71.behat totara72 totara72.debug totara72.behat totara73 totara73.debug totara73.behat totara74 totara74.debug totara74.behat totara80 totara80.behat
```

## Upgrade
Expand Down Expand Up @@ -185,8 +185,9 @@ To use the command line clients provided by the containers you can use the follo
# PostgreSQL
tdocker exec pgsql psql -U postgres

# MySQL / MariaDB
# MySQL / MySQL8 / MariaDB
tdocker exec mysql mysql -u root -p"root"
tdocker exec mysql8 mysql -u root -p"root"
tdocker exec mariadb mysql -u root -p"root"

# Microsoft SQL Server
Expand Down

0 comments on commit e00cc53

Please sign in to comment.