reset mysql password
at 2018-10-07 19:27:00.
if you forgot your mysqlcpassword you can change still change it.
first stop it.
first stop it.
service mysql stopthe create a file called mysql-init containing
UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root'; FLUSH PRIVILEGES;then run this command:
mysqld_safe --init-file=/home/me/mysql-init &