Skip to main content

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

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.


Reply