Error Solution 5 MySql


MySql Error Solution:

This error was raised after the password was changed at the database level.



Solution:


Go to Xampp Control Panel and click on teh config of the MySql to open my.ini file.
This file is also located inside c:\xampp\mysql\bin\my.ini


Add the lines skip-grant-tables on the mysqld Section

Restart the mysql database services using the xampp control panel and this will solve the problems.

========================================================================

No comments:

Post a Comment