On cPanel servers, you may come across the process /usr/local/cpanel/bin/mysqluserstore
/usr/local/cpanel/bin/mysqluserstore creates and updates the /var/cpanel/databases/users.db and /var/cpanel/databases/users.db.cache files. It is a Perl script, so if you are familiar with Perl, you can view the file and see what it does.
mysqluserstore is a necessary maintenance task that is run by a cron job, usually every two hours at 30 minutes past the hour. It should not be disabled or modified at all because it is a necessary part of cPanel maintenance.
Most Popular Articles
Changing the timezone
If you're like us, you'll want your server's timezone to match your local time to make log...
Finding the largest files and directories
This nifty command allows you to built up a list of the largest files and...
Installing and using iftop
The installation commands are as follows:yum -y install libpcap libpcap-devel ncurses...
Find where a process is running from
You may see a process running and wonder exactly where it's running from. Fortunately, there's a...
Installing and using Strace
Strace is a Linux command that allows you to follow what a process on your server is doing. Let's...