Answers for "How to Change Your MySQL/phpmyadmin Password in XAMPP"

0

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.
Posted by: Guest on April-17-2022

Code answers related to "How to Change Your MySQL/phpmyadmin Password in XAMPP"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language