ssfred
- Total activity 124
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 59
Comments
Recent activity by ssfred-
Hello :) Please check the current MySQL activity during the time of the issue by executing the following command From Shell: #mysqladmin proc stat From MySQL Shell mysql> show processlist; ...
-
Hello :-) The DB connection error message indicates that the DB connection parameters specified in the configuration file (wp_config.php) are incorrect. You need to either change the db password ...
-
Hello :) Are you able to log in as the root user for this MySQL server? If so, you can enable the privilege by executing the following command from MySQL shell. mysql> GRANT SUPER ON dbname.* TO...
-
Hello :) This can happen if the password set for the mail account doesn't meet the password complexity policy. Reducing password complexity level or disabling the security policy may help, but is ...
-
Hello :-) Since the attachment or log entries are stripped from the message. Please paste them after removing the original domain/IP/email ids. Any help can be possible only if the log file entrie...
-
Hello :) As it is an IP migration, there is high possibility for DNS cache issue. Do check and make sure that the domain's DNS settings are correct and it resolves to the configured IP through any...
-
Hello :) Glad to know that the issue is resolved. Just as side note, we can directly modify the parameter through WHM - Service Configuration - Mail Server Configuration. Once changed we can conf...
-
Hello The mails span score is 0 and is not treated as spam. Please extract and share the log file entries ( /var/log/exim_mainlog) corresponding to the mail for a better analysis.
-
Hello :) Check whether OOM killer terminates the MySQL server. You can check it using the following command # egrep -i "oom|kill|mysql" /var/log/messages
-
Hello Do check and remove the domains existence from the file /etc/localdomains and add the domain name to /etc/remotedomains file.