-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #682 from humanmade/2024-05-01-update-for-8-and-se…
…quel-ace Update example to v8
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|