Can someone tell me what this command means
/usr/sbin/mysqld \
--basedir=/usr \
--datadir=/var/lib/mysql \
--plugin-dir=/usr/lib64/mysql/plugin
- -user=mysql \
--log-error=/var/lib/mysql/srv.myserver.com.err \
--open-files-limit=10000 \
--pid-file=/var/lib/mysql/srv.myserver.com.pid
The image attached was very helpful.
What you see there is not an error. It is simply the details mysql process would pull from the config file(generally stored at /etc/mysql/my.cnf
) to load all the basic configs necessary to start mysql process.