USE mysql; UPDATE user SET authentication_string=PASSWORD('SFluorit') WHERE User='root'; FLUSH PRIVILEGES;