A simple mysql container config to develop locally. To run, use just runner:
just start
Note: You cannot use Sequel Pro (even nightly builds) to connect. Use DBeaver or Jetbrains DB tools instead.
- make sure to use
[email protected]
if you connect to it from CLI / nvim as we use native password - use
mysql://root:[email protected]:5100/
as DSN for local development