Skip to content

Commit 2576ef3

Browse files
committed
Update READMEs to reflect that MYSQL_UNIX_PORT does not need to be added, but can be tweaked.
1 parent 06ac64d commit 2576ef3

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

examples/databases/mariadb/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@ Use `devbox services start|stop [service]` to interact with services
2222

2323
To show this information, run `devbox info mariadb`
2424

25-
Note that the `.sock` filepath can only be maximum 100 characters long. You can point to a different path by setting the `MYSQL_UNIX_PORT` env variable in your `devbox.json` as follows:
26-
27-
```
28-
"env": {
29-
"MYSQL_UNIX_PORT": "/<some-other-path>/mysql.sock"
30-
}
31-
```
25+
Note that the `.sock` filepath can only be maximum 100 characters long. You can point to a different path by setting the `MYSQL_UNIX_PORT` env variable in your `devbox.json`.

examples/databases/mysql/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@ Use `devbox services start|stop [service]` to interact with services
2222

2323
To show this information, run `devbox info mysql`
2424

25-
Note that the `.sock` filepath can only be maximum 100 characters long. You can point to a different path by setting the `MYSQL_UNIX_PORT` env variable in your `devbox.json` as follows:
26-
27-
```json
28-
"env": {
29-
"MYSQL_UNIX_PORT": "/<some-other-path>/mysql.sock"
30-
}
31-
```
25+
Note that the `.sock` filepath can only be maximum 100 characters long. You can point to a different path by setting the `MYSQL_UNIX_PORT` env variable in your `devbox.json`.

0 commit comments

Comments
 (0)