How to Reset MySQL Server Root Password
In this blog, I will show you how to reset the root password for MySQL Server. On the Linux server, I have added a user name for myself and I allowed myself to be able to sudo. To add myself as a new user, type: useradd chuong passwd chuong usermod -aG sudo,adm chuong First, open… Read more How to Reset MySQL Server Root Password