Answers for "recover root user mysql"

SQL
3

alter user root mysql

ALTER USER 'root'@'localhost' IDENTIFIED BY 'newPassword';
Posted by: Guest on October-22-2020
-1

remove root password mysql

mysqladmin -u root -pType_in_your_current_password_here password ''
Posted by: Guest on March-03-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language