GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
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...
-
I'm not too familiar with teh google drive backup option. Not a fan myself. You can use the rsync destination which is effectively the same as fstp, as long as your home drive is accessible via s...
-
On that version, you can just set it to the cPanel defaults and it will only enable 1.2, so you should be good doing it that way.
-
You can select to go directly to 10.3 but because of table modifications the actual process that will run will step your upgrade iteratively through each version so that the proper table updates ar...
-
Either really works. You can verify with phpinfo() call.
-
If you assume that they are attacking your server IP directly, and that is what it sounds like, there really is no way to stop a DDoS attack at the server level. The traffic levels alone are overw...
-
Is there some reason you can't push this fix out in an update so we do not have to manually fix all these servers?