MySQL installed with a blank password for the root user. If you want to set a root password, execute below command. [root@host]# mysqladmin -u root password “NEWPASSWORD”; After execute above…
MySQL installed with a blank password for the root user. If you want to set a root password, execute below command. [root@host]# mysqladmin -u root password “NEWPASSWORD”; After execute above…