Try to access phpmyadmin db and get the error mysqli::real_connect(): (hy000/1045/1698/28000): Access denied for user ‘root’@’localhost’ (using password: yes or no), This means that incorrect database details are configured on the mysql server. The error message you provided is related
Category: MySQL
How to Install LAMP Stack on Amazon Linux 2
Installing and configuring LAMP stack on a cloud Amazon Linux 2 server is very easy, you can install and configure it on your cloud server in just a few minutes, for you just need to connect to your Amazon Linux
How to Install MySQL on Amazon Linux 2
Installing MySQL server on amazon aws Linux 2 server is very easy, there are few commands to use, and you can easily install and configure mysql 8 client on amazon aws linux 2 in just a few minutes. First, connect
How to Install phpmyadmin Amazon ec2 Ubuntu
Install PHP MySQL on ubuntu ec2 instance. Here we will show you step-by-step on how to install PHPMyAdmin on Ubuntu 22.04|20.04|18.04 AWS EC2 Linux 2. Simply open ssh terminal, connect to Amazon aws ec2 instance to access it on ssh,
How to Install Lamp phpMyAdmin on Amazon AWS EC2 Linux 2 Ubuntu
Installing and configuring LAMP stack with phpmyadmin in an Amazon AWS EC2 linux 2 instance is very easy, for this you simply connect to the AWS EC2 Linux 2 instance through an ssh terminal, and then, type some apt or
Read More How to Install Lamp phpMyAdmin on Amazon AWS EC2 Linux 2 Ubuntu
How to Install WordPress on AWS Apache 2 Ubuntu 22.04
To install WordPress on Amazon EC2 Ubuntu 18.04|20.04|22.04, Start ssh terminal and connect aws ec2 instance, And type sudo apt-get install lamp-server command to install lamp stack, and then type wget https://wordpress.org/latest.tar.gz command on ubuntu aws ec2 ssh terminal window
Read More How to Install WordPress on AWS Apache 2 Ubuntu 22.04
How to Change MySQL Port in Xampp
To change default MySQL port number 3306 in Xampp windows 11|10; Open the my.ini file, which is located in C:\xampp\mysql\bin on Windows 11|10, and find port 3306 in this file to change it to your custom port number. There can
The Requested URL /phpmyadmin/ was not Found on this Server Windows Xampp
In xampp windows, The error the requested URL /phpmyadmin was not found on this server occurs when mod_rewrite is not activated in xampp server on windows, To fix this error, you have to open the httpd.conf, and remove the #
Read More The Requested URL /phpmyadmin/ was not Found on this Server Windows Xampp
The Requested URL /phpmyadmin was Not Found on this Server
The error the requested url /phpmyadmin was not found on this server occurs when the path to the phpmyadmin file is missing or an incorrect file path is set in apache2.conf. To fix this error, you have to open the
Read More The Requested URL /phpmyadmin was Not Found on this Server
How to Install XAMPP on Windows 11|10
Xampp Installation Windows 11|10; In this tutorial, we will show you everything about how to install Xampp on Windows 11|10 64 bit step by step with pictures. It is always a best practice to test dynamic web pages on your