Skip to content

Commit

Permalink
Merge pull request #682 from humanmade/2024-05-01-update-for-8-and-se…
Browse files Browse the repository at this point in the history
…quel-ace

Update example to v8
  • Loading branch information
mikelittle authored May 2, 2024
2 parents f3b1ab0 + 02409eb commit 0c199fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ User: wordpress
Password: wordpress

Host: 0.0.0.0
Port: 32775
Port: 32809

Version: 5.7.26-1debian9
MySQL link: mysql://wordpress:[email protected]:32775/wordpress
Version: 8.0
MySQL link: mysql://wordpress:[email protected]:32809/wordpress
```

Use `composer server db sequel` to open the database in Sequel Pro. This command can only be run under MacOS and requires [Sequel Pro](https://www.sequelpro.com/) to be installed on your computer.
Use `composer server db sequel` to open the database in Sequel Ace. This command can only be run under MacOS and requires [Sequel Ace](https://sequel-ace.com//) to be installed on your computer.

Use `composer server db exec -- "<command>"` to execute and output the results of an arbitrary SQL command:

Expand Down

0 comments on commit 0c199fc

Please sign in to comment.