Hello JAMFNation,
Apologies for the noobish request:
We are in the process of setting up a DMZ server in our environment. In following the procedure listed here: https://www.jamf.com/jamf-nation/articles/174/installing-a-jss-web-application-in-the-dmz, I just had a quick question as it relates to what the “databaseName” might be in the following example or where I might be able to find it:
On the internal MySQL server, grant the DMZ webapp access to the database.
Example:
GRANT ALL ON databaseName
. TO ‘username’@dmz.server.ip.address IDENTIFIED BY ‘password’;
