Disable password less authentication and set a root pass on MySQL 5.7

Loading

Login to the MySQL using below command use the mysql database Change the password policy to LOW Now again show the password policy Your MySQL password policy has been changed. Now you have to set a root password. To show MySQL current password structure:  Change the root password authentication method to native_password Again show the MySQL current…