Skip to content

Instantly share code, notes, and snippets.

View Agatha-L's full-sized avatar

AgathaL Agatha-L

  • DAR ES SALAAM TANZANIA
View GitHub Profile
@susanBuck
susanBuck / instructions.md
Last active October 20, 2025 06:38
How to reset `root` password in XAMPP MySQL

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"