Nishant80

Well-Known Member
May 7, 2012
64
0
56
cPanel Access Level
Root Administrator
Hello,
I am a beginner to system administration. Right now if I login to our server and run htop, I see mySQL reporting a lot of error logs (I think). Here is a screenshot that you can refer to.

Can you please tell me what might be wrong?

Also, in a few other threads where people were talking about my.cnf file, my server's my.cnf is totally different from what they displayed. Here is the content of my my.cnf. Anything wrong there?

Code:
[mysqld]
innodb_file_per_table=1
open_files_limit=47284
 

Attachments

InterServed

Well-Known Member
Jul 10, 2007
275
18
68
cPanel Access Level
DataCenter Provider
Hello,

There's nothing wrong with your config file or the attached screen-shot. Your picture displays the full command line used to start mysql which is normal , also you see that line multiple times as those are *Child processes of mysqld.

*A child process in computing is a process created by another process (the parent process) (reference wikipedia)