JSS Database Utility: Change MySQL Settings greyed out

Standard

When creating test JSS instances,  I often stumble over this issue where the “Change MySQL Settings…” option is greyed out

This often leads to me having to contact JAMF Support for a refresher. Well hopefully this post will remind me!

What’s the issue?

The issue is that there is no my.cnf file in /etc/.

What’s the solution?

To resolve;

  1. Quit JSS Database Utility.
  2. Run the following commands in Terminal:
sudo cp -r /usr/local/mysql/support-files/my-huge.cnf /private/etc/my.cnf
sudo chown root /etc/my.cnf

3. Restart MySQL.

4. Open JSS Database Utility

5. Click “Utilities” in the menubar & you should now be able to select “Change MySQL Settings…”

6. Once selected you’ll be able to change various MySQL settings, with the most common being “Max Packet Size.”