Top 5 MySQL settings I usually configure in a Single Instance

My goal on this post is to give newbies in MySQL an idea on the list of some of the most important settings they need to review after completing a MySQL Server installation.
Note: The recommendation here doesn't cover tuning and optimizing a MySQL Replication.
1. innodb_buffer_pool_size
This...