To create the Jamf Pro database, type the following at the MySQL command prompt followed by pressing the Return key:
CREATE DATABASE jamfsoftware;The database name can be customized by replacing
jamfsoftware in the command above with the desired name as shown in the following example:CREATE DATABASE myDatabaseName;Note:
While this customization may increase security, it is generally not necessary.