- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
01-07-2019
08:55 PM
- last edited on
03-04-2025
05:49 AM
by
kh-richa_mig
Installing JPS onto an Ubuntu 18.04 VM.
I have found /etc/mysql/mysql.cnf but it only contains two include lines.
I added
innodb_buffer_pool_size=5500M
innodb_file_per_table=1
At the point mysql refused to start. Removing the lines allowed it to start again.
Suggestions?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-08-2019 08:19 AM
@honestpuck The file you want is /etc/mysql/mysql.conf.d/mysqld.cnf on 18.04.
Remove it from what you used initially and add it there.
I commented about this in the following article:
https://www.jamf.com/jamf-nation/articles/542/creating-the-jamf-pro-database
Jamf should update the article or at least note this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-08-2019 05:33 AM
are you sure that's the correct file??
I use RedHat and my file is located at /etc/my.cnf
possibly try searching for my.cnf as opposed to mysql.cnf?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-08-2019 08:19 AM
@honestpuck The file you want is /etc/mysql/mysql.conf.d/mysqld.cnf on 18.04.
Remove it from what you used initially and add it there.
I commented about this in the following article:
https://www.jamf.com/jamf-nation/articles/542/creating-the-jamf-pro-database
Jamf should update the article or at least note this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-08-2019 12:56 PM
@ryan.ball They definitely need to update the article. I might raise it somewhere.
