Answers for "how to access to mysql without root"

SQL
0

how to access to mysql without root

mysql > ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';
mysql > FLUSH PRIVILEGES;
Posted by: Guest on May-25-2021

Code answers related to "how to access to mysql without root"

Code answers related to "SQL"

Browse Popular Code Answers by Language