Open C:\xampp\mysql\bin\my.ini (MySQL config file)
Find the line [mysqld] and right below it add skip-grant-tables. Example:
# The MySQL server
[mysqld]
skip-grant-tables
port= 3306
socket = "C:/xampp/mysql/mysql.sock"
Open C:\xampp\mysql\bin\my.ini (MySQL config file)
Find the line [mysqld] and right below it add skip-grant-tables. Example:
# The MySQL server
[mysqld]
skip-grant-tables
port= 3306
socket = "C:/xampp/mysql/mysql.sock"