mysql -u root -p password
USE mysql; UPDATE user SET password=PASSWORD('toto') WHERE user='herve'; FLUSH PRIVILEGES;