MySQL Set Root PasswordMarch 23, 2016December 18, 2022Before MySQL 5.7 For the first time to reset root password before MySQL 5.7, you set the new password by mysqladmin: On Windows.C:\Users\ed>mysqladmin -u'root' password… Read More »MySQL Set Root Password
3 Steps to Allow Remote Root to Access MySQL DatabaseAugust 7, 2013November 27, 2022MySQL does not allow remote root to access database by default. It is because MySQL considers username and host as a whole for authentication and… Read More »3 Steps to Allow Remote Root to Access MySQL Database