ISSUE- [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root
Solution- Start mysql using below command.
/usr/sbin/mysqld --user=root --daemonize --pid-file=/var/run/mysqld/mysqld.pid
Solution- Start mysql using below command.
/usr/sbin/mysqld --user=root --daemonize --pid-file=/var/run/mysqld/mysqld.pid