Page 1 of 1

lost password

PostPosted: 21. July 2011 10:22
by roberto_
sorry, I lost the admin password of xampp
phpmyadmin not root, but just to administrator
There is no way to recover it?

Re: lost password

PostPosted: 21. July 2011 13:49
by roberto_
I try to explain with my English translated
I am the administrator because it is installed xampp on my home computer

Re: lost password

PostPosted: 22. July 2011 07:40
by roberto_
someone can tell me the name of one of these software and from where you can download it?

Re: lost password

PostPosted: 25. July 2011 04:08
by Sharley
roberto_ wrote:sorry, I lost the admin password of xampp
phpmyadmin not root, but just to administrator
There is no way to recover it?
The phpMyAdmin password is the same as for root, they share the same password, and is usually set from http://localhost/security as defined in the \xampp\readme_en.txt file.

If you want to remove the current password for root and start again then there is a bat file resetroot.bat in the mysql folder.

You may need to edit this bat file following the instructions here:
viewtopic.php?p=167128#p167128

After editing and saving the bat file...

...make sure that mysql is stopped then run the \xampp\mysql\resetroot.bat file then restart MySQL
Now try and access phpMyAdmin using root user with no password.

If successful then create your password again and retry.

You can set the new root user password for phpMyAdmin/MySQL from the Security menu item in http://localhost/security/ select the link under "To fix the problems for mysql, phpmyadmin and the xampp directory simply use", after running the above bat file to clear any existing passwords.

You should really post in the correct forum XAMPP for Windows in the English section here:
viewforum.php?f=16
It could be a quicker place to get a response. :)

Good luck.