Posted on 03-13-2017 11:04 AM
I'm in the process of install a fresh new JSS Server, and have ran into a snag.
I have installed the following leaving all defaults for settings.
Mac OS X 10.11.6
Java 1.8
MySQL 5.6.x
Apache Tomcat 8.5
Java JCE
Now running the JSS Install (9.97.148xx)
it stops at the Server name, Server port screen and says (Error: Please verify server, port, username, and password.
Server Name: localhost
Server Port: 3306
DB Name: jamfsoftware
Username: jamfsoftware
Password: jamfsw03
I can't seem to find any answers on how to see if this info is correct on my machine.
Solved! Go to Solution.
Posted on 03-13-2017 11:12 AM
Did you create the jamfsoftware database in MySQL? You have to do that via Terminal and calling the mysql binary (see the JSS Install docs for the steps)
Posted on 03-13-2017 11:12 AM
Did you create the jamfsoftware database in MySQL? You have to do that via Terminal and calling the mysql binary (see the JSS Install docs for the steps)
Posted on 03-13-2017 11:14 AM
Apologies for the duplicate, I got a proxy error on the post, but it appears the it did go through.
Posted on 03-13-2017 12:44 PM
Thanks StoneMagnet, somehow I skipped that page. It worked.