Error on mysql
Hello,
I am observing some error on this.
Does it mean I need to increase the limit of open files to prevent this error?
Thank you.
/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/var/lib/mysql/server1.test.biz.err --open-files-limit=10000 --pid-file=/var/lib/mysql/server1.test.biz.pid
-
Hello, I guess its just the normal way used by MySQL to report its functioning. It depicts the location of binaries/logs/pid and the parameters which are being passed to it. It shouldnt be treated as an error. 0 -
Hello :) Right, as mentioned in the previous post, that's just how the MySQL process is reported as running. There's no actual error in the output you provided. Thank you. 0
Please sign in to leave a comment.
Comments
2 comments