Answers for "change mysql password in xampp shell"

SQL
2

set mysql password xampp

SET PASSWORD FOR 'root'@'localhost' = PASSWORD('pass');
FLUSH PRIVILEGES;
Posted by: Guest on March-05-2021

Code answers related to "change mysql password in xampp shell"

Code answers related to "SQL"

Browse Popular Code Answers by Language