Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to Change Your MySQL/phpmyadmin Password in XAMPP

#To get started, launch your XAMPP Control Panel 
#and click on the Shell button on the right-hand side

mysqladmin -u root password

#The shell will prompt you to enter a new password. 
#Press Enter/Return again, and you’ll be asked to confirm the new password.
#Once you’ve done that, you’re finished and can close the shell window.
Source by kinsta.com #
 
PREVIOUS NEXT
Tagged: #How #Change #Your #Password #XAMPP
ADD COMMENT
Topic
Name
8+7 =