HostNoc
- Total activity 276
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 125
Comments
Recent activity by HostNoc-
Can you please share result of following "systemctl status mariadb.service" and "journalctl -xe"
-
@mohammadreza Please check if there is already a mysql process running with ps -ax | grep mysql then killall -9 mysql Try to restart mysql Regards,
-
Hello @mohammadreza Can you let us know which command you are executing to start MariaDB, try /scripts/restartsrv_mysql or From WHM, restart and check the status You can check the error log ...
-
Hello @dswimr615 The reason of this issue could be that any code of site could be executing the post in multiple attempts, or a contact form is being abused on a site. I would suggest checking ...
-
Hello @Outlier The EasyApache is part of the WHM and since you have a Shared Hosting account, any changes that is made by your host and causes any issues to your site its the hosting provider res...
-
Hello @mamm The reason for your apache/server stalling could be from many reasons. Any one of your sites could be using a lot of RAM/CPU resources through php code or database query. You can che...
-
Please add following in your exim configuration smarthost_dkim: driver = manualroute domains = !"+local_domains +smart_hosts" condition = "${if eq{${lookup{$sender_address_domain}partial-lsearch{/...
-
Can you please share the result of following command service --status-all Also please let us know have made any changes in Kernel
-
Are you taking backup of DataBase through user? if yes can you please check if user has permission. Also please make sure table is not locked.
-
Hi You can install the OS and then you install the cPanel after that you can remove the mysql through yum remove command then install manually mysql version you want. Regards