Skip to content

Commit d3cb3e1

Browse files
authored
Update mysql-on-fly.html.markerb to use at least mysql:8.0.37 (#1917)
as reported also elsewhere (e.g. https://community.fly.io/t/error-deploying-mysql-database/20008/4 ) the mysql:9 image suggested in the exmple fails do work in the end (mysqld keeps erroring out due to missing mysql.component and default auth plugin). This is quickjly fixed by using at least v 8.0.37. haven't checked other versions
1 parent 8d66287 commit d3cb3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-guides/mysql-on-fly.html.markerb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cd my-mysql
2929
# Run `fly launch` to create an app
3030
# Use the --no-deploy option since we'll make changes before first deploy
3131
# Use the --image option to specify a MySQL Docker image
32-
fly launch --no-deploy --image mysql:8
32+
fly launch --no-deploy --image mysql:8.0.37
3333
```
3434

3535
Type `y` when prompted to tweak the default app settings. Then, on the Fly Launch page:

0 commit comments

Comments
 (0)