Reset MySQL Root Password in XAMPP
Open the XAMPP Control Panel and stop the MySQL service if it is running.
Clicck the "Config" button next to the MySQL module.
Select "my.ini" from the list — this file resides in the XAMPP\mysql\bin directory.
Locate the [mysqld] section in the configuration file.
Add the line skip-grant-tables under that section.
Save the ...
Posted on Mon, 14 Sep 2026 16:13:16 +0000 by smordue
Resetting the Admin Password in Easysearch Clusters
Easysearch automatically creates an admin user through the user.yml configuration file during initialization. The default configuration appears as follows:
admin:
hash: "$2y$12$mA9DDk7iOBQA3u.Ebc0QSOVKsgwlkm6OJcrEcpyrTrT5M5It86usq"
reserved: true
external_roles:
- "admin"
description: "Default administrator ...
Posted on Wed, 13 May 2026 12:14:58 +0000 by youqing