Remove MYSQL_USER="root" and use one of the following to control the root user password: - MYSQL_ROOT_PASSWORD - MYSQL_ALLOW_EMPTY_PASSWORD - MYSQL_RANDOM_ROOT_PASSWORD code example
Example: how-to-remove-mysql-root-password
mysqladmin -u root -pType_in_your_current_password_here password ''