Nuacht

How to change phpMyAdmin password on XAMPP To change the phpMyAdmin password on XAMPP, you first need to launch the XAMPP Control Panel. Once it opens, click on the Admin button for MySQL.
mysql --password=secret --user=username database_name < query.sql This approach has two drawbacks. First, it is not secure. Second, if you have many scripts with embedded passwords you will have to ...