Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport v19-branch] Update example to v8 #685

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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