How to Protect and Secure PHPMyAdmin in Production Server?

1. Disable Root Login Disabling root login is a good security practice as it reduces the risk of unauthorized access to your system. Here are general steps…

How to change MySQL password in Ubuntu ?

In this tutorial we’re going to share how to change MySQL Password in Ubuntu in very easy way. Just go to lampp and puto below code Then…

Failed to start mysql.service: Unit mysql.service not found.

Error :- mysqlshow: Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) Solution Just go to below path Put below code in my.conf file then restart…

How To Set Your phpMyAdmin Username and Password ?

In this tutorial i’m going to set username and password in ubuntu. There are many reasons you may need to change phpMyAdmin password. Perhaps, as a part…

Using of Mod-security2 for Protection Against Web Application Attacks ?

What is Mod-security2 ? ModSecurity2 is an open-source web application firewall (WAF) for Apache. It helps to protect web applications from a variety of attacks, including SQL injection,…

List of Performance Checklist for Apache

What is Apache ? Apache, in the context of web hosting and server software, usually refers to the Apache HTTP Server. Apache is designed to run on…

Define Security Checklist for LAMPP Server with example ?

In this tutorial we’re going to learn top security checklist for Lampp server. In this tutorial we have to learn lots of security checklist for lampp server,…

Top 21 security checklist for PHP

In this tutorial i’m going to learn how to secure your PHP project. 1 Update PHP Regularly One of the cardinal rules of PHP security is to…