Run mysql without using a password
Sometimes when running a script as root, you need to execute a mysql command. To get around the problem created by the password – execute the following command one time: mysql_config_editor set –login-path=client –host=localhost –user=root –password Fill in the password … Continue reading →