Posted on 07-18-2014 10:12 PM
I'm trying to install the Jss installer and the mysql on the terminal, login to the mysql console- ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'jamfsoftware', please advise
Posted on 07-20-2014 12:29 PM
From the JSS Manual Install Guide - http://resources.jamfsoftware.com/documents/products/documentation/Manually-Installing-the-JAMF-Software-Server-v8.5-or-Later.pdf
Have you:
1) Created the DB? (Command - CREATE DATABASE jamfsoftware;)
2) Gave the user jamfsoftware access to the DB? (Command - GRANT ALL ON jamfsoftware.* TO jamfsoftware@localhost IDENTIFIED
BY 'jamfsw03';)
These should both be done at the MYSQL command line.