Topic: FA on Later MySQL versions

If you install FA on a platform running MySQL >= 5.7, chances are that the defaults will conflict with FA and cause errors.

Here are some useful links to sort these issues out:

https://www.tutorialspoint.com/how-to-disable-only-full-group-by-in-mysql
https://stackoverflow.com/questions/23921117/disable-only-full-group-by
https://riptutorial.com/mysql/topic/8245/error-1055--only-full-group-by--something--is-not-in-group-by-clause----

You can also download a free MySQL book (2 MB) too.