GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Based on your request, here is an article.
-
My go-to when I see disk full messages but df is reporting plenty of space is to check inodes df -i
-
cPanel does not rotate user error_logs. It doesn't even try. I cannot offhand think of a way to incorporate logrotate into that mix either. Just spitballing here, but you might be able to use so...
-
If you want to look at my sig you might find something that would help. Trying to avoid self-promotion, but we have a tool just for this among other things.
-
That's using a Wordpress user? That doesn't make sense...
-
Also you didn't set up a remote MySQL server did you?
-
Try connecting as a user on the command line mysql -u user -p -h localhost And see what error you get.
-
I'd also check to make sure MySQL is binding to 0.0.0.0 and not just the public IP.
-
Check you /etc/hosts and make sure localhost is set to resolve to 127.0.0.1. look at the old server file for comparison.
-
I suspect the problem is that you've added the three IP addresses to three different interfaces. Remote the other two interfaces from the vm, reboot the VM and then add the extra IPs using hte WHM...