Closed TheDarkun closed 4 months ago
Let's use Docker to set up our MySQL database. Instead of the default port 3306, we'll bind it to 3307 to prevent conflicts on local machines. Also, we'll store persistent data in dump.sql.
dump.sql
For simplicity, we will be using SQLite instead of MySQL.
Create Database
Proposal
Let's use Docker to set up our MySQL database. Instead of the default port 3306, we'll bind it to 3307 to prevent conflicts on local machines. Also, we'll store persistent data in
dump.sql
.