How to Change and Secure Default PhpMyAdmin Login URL

In this tutorial, i am going to show you how to secure and change the PHPMyAdmin login access URL in ubuntu apache on aws. You know that, in the ubuntu apache web server, the phpmyadmin login url is located on http://server-ip/phpmyadmin. And security reasons you may want to change it. So in this tutorial, we … Read more

PHPMyAdmin Access Denied for user ‘root’@’localhost’ Ubuntu

This is a very common issue whenever a user installs and configures a new MySQL. Then user has to face the problem, Which is Can’t log into phpMyAdmin: mysqli_real_connect(): (HY000/1698): Access denied for user ‘root’@’localhost’. This error message usually appears for new installations of MySQL when you try to login in PHPmyadmin with the root user. But in … Read more