Answers for "where can i find the password of mysql xampp"

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 "where can i find the password of mysql xampp"

Code answers related to "SQL"

Browse Popular Code Answers by Language