Category Archives: Mysql

cPanel – phpMyAdmin asking for Username and Password. Error – Access Denied.

By | January 6, 2020

If you have Upgraded or Downgraded MySQL/MariaDB Version, you may fall into phpMyAdmin Access Denied Error. If you are trying to redirect to phpMyAdmin from cPanel Account and you are prompted for Username and Password and you see                    “mysqli_connect(): (28000/1045): Access denied for user ‘cpses_deiskeisdj4g’@’localhost’ (using… Read More »

How to Upgrade and Downgrade MariaDB Version in WHM/cPanel – Part 8

By | January 5, 2020

There might be a Scenario that you are running your web application from So long which is pointing to your MariaDB (say Version 10.1.43). Now you planning to migrate your application to your dedicated Server in AWS. Whn you are trying to Install the cPanel It Comes Up with Mysql 5.7 Database which is causing… Read More »

How to Migrate WordPress Website to cPanel – Part 4

By | December 30, 2019

There are multiple peoples around the world who are running there own Website.  There must be many peoples who Just wanted to migrate their wordpress website to a shared hosting using cPanel. This blog post is all about the migration of your wordpress site to cPanel. Let’s get started. Step 1 : Take a Backup… Read More »

Basic WHM Configuration and Hosting a Website in cPanel Account – Part 2

By | October 14, 2019

In our Previous blog, We have seen how we can Setup WHM and cPanel Account on RHEL/CentOs Server. As a continuity to previous blog, here in this Article we will See some basic WHM tweaks and hosting a sample WordPress website using a test domain. Prerequisite      Fully Functional cPanel Account.      Your… Read More »

Shell Script to take MySQL Database Dump and Push It to AWS S3

By | October 11, 2019

There will a multiple cases when you will be asked to Automate the backup of mysl dump and store somewhere. there will be a multiple way of doing this but in this article we will see how we can take the msql dump of a database and push it to the AWS S3 bucket. Just… Read More »