Ändern Sie MySQL Paasword in CMD
SET PASSWORD FOR 'user-name-here'@'hostname' = PASSWORD('new-password');
Fair Flatworm
SET PASSWORD FOR 'user-name-here'@'hostname' = PASSWORD('new-password');