> UPDATE mysql.user SET Password = PASSWORD('nowe_hasło') WHERE User = 'user_name' AND Host = 'localhost'; > FLUSH PRIVILEGES;
> UPDATE mysql.user SET Password = PASSWORD('nowe_hasło') WHERE User = 'user_name' AND Host = 'localhost'; > FLUSH PRIVILEGES;