Check for DoS or DDoS connections
This is just a quick snippet to see what is going on with connection on your server. We are checking port 80 in this example but you can replace 80 with what...
This is just a quick snippet to see what is going on with connection on your server. We are checking port 80 in this example but you can replace 80 with what...
This one used to get new techs because they would see the error message and think the file limit error was pertaining to the kernel and not MySQL. You can ad...
Often time you will see stacked MySQL queries with the listing of “unauthenticated user”. This is a known bug in MySQL right now where it cannot perform a va...
Simple rewrite rule to send all HTTP requests for any URL to a HTTPS connection.
Sometime you may need to change your database to use a different charset. Just issue the following from a MySQL prompt.
This looks worse then it really is in plesk. The password in the PSA DB does not match the one set for the user in mysql.user. Just reset the password in the...