HostingH
- Total activity 153
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Comments
Recent activity by HostingH-
Hello, To upgrade from 11.38 to 11.40 release tier, mysql 5.1 or higher should be installed on the server. I guess you might be getting such warning in WHM. Please check it out. Thanks,
-
Hello, Yes, your hosting provider can resolve this error by reinstalling DBD::MySQL on the server side. Thanks,
-
Hello, Yes, as per the result: 93941 cwd=/home/userdirectory/public_html/libraries/joomla/github, it means 93941 mails has been sent from the path /home/userdirectory/public_html/libraries/joomla...
-
Hello, Need to check mail headers, there you can see more information about the source. Following commands will help you to find the spammer. #exim -bpr | grep "<*@*>" | awk '{print $4}'|grep -v...
-
Hello, Add following in exim.conf #################### smtp_accept_max = 150 smtp_accept_max_per_connection = 12 smtp_accept_max_per_host = 4 #################### And, in csf.conf enable CONNL...
-
Hello, After upgrading Mysql, please make sure that you have compiled Apache+PHP+Mysql using Easyapache. You can perform it through WHM after Mysql upgradation or manually on shell by running /sc...
-
Hello, It seems that all *.so files (like curl.so, dom.so etc) are not present under path /usr/local/lib/php/extensions/no-debug-non-zts-20090626 So please make sure that all are present under the...
-
Hi, It will not affect on mysql service performance. Just keep eye on it if you are facing server load issue due to mysql. Thanks,
-
Hello, Its not related with Cpanel. First you must change your FTP pass, If you are using any third party application, please upgrade it to latest version. Disable unwanted themes/plugins. Set h...
-
Hi, Try to use Mytop to monitor mysql process on the server. Mytop is a very useful tool to see current running queries on the server as well as which user is executing them.