MySQL Installation and Server Configurations Step by Step
MySQL Installation and Server Configurations Step by Step
In my case operating system is RED HAT ENTERPRISE LINUX (7) and the version of Installed MySQL is
8.0.27
symbolic-links=0
general_log
log-bin=mybinlog
slow_query_log
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
[client]
port=3306
Restart the service
->systemctl restart mysqld