DZone Database Zone
Using Docker to Create a MySQL Server
When working on test code on my computer, I usually use the built-in PHP server (php -S), which works nicely. Every so often, I need access to MySQL and I use Docker to temporarily create a MySQL server for me. This is how I do it.
The magic command is:
No comments:
Post a Comment