Tag Archives: mysql server

How to Solve #1045 Error in phpMyAdmin

We Successfully instal WAMP server in localhost for programing, but after installing WAMP server we tryping to access the phpMyAdmin you may encounter the error: #1045 Access Denied for user ‘root’@’localhost’ (using password: YES). This may happen if you provided a wrong password or if your root@localhost database user was not granted the necessary rights… Read More »

Securing MySQL Server

Good Morning to all, The MySQL server is widely used in the open source world, whether it’s for the financial data of SMBs or mission-critical ERP system.. This is due to its great performance and compatibility. However, it is also plagued with security challenges, just like any open source database solutions. The MySQL architecture is… Read More »