Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 725 Bytes

mysql.md

File metadata and controls

24 lines (11 loc) · 725 Bytes

MySQL

You can either install and run MySQL in your host operating system or within a Docker container. Using Docker can simplify your setup.

Installing MySQL without Docker

  1. Install MySQL Community Server

    Windows: If you do not see a 'Next' option on the server installation/configuration, change your Windows text from 125% (medium) to 100% (smaller)

  2. Create a MySQL database account with DBA privileges.

    The user/password for the account must match those found in application.properties.