https://bugs.contribs.org/show_bug.cgi?id=10148
--- Comment #5 from Jean-Philippe Pialasse <[email protected]> ---
to set password :
authentication_string
set.password:
use mysql;
ALTER TABLE user MODIFY authentication_string TEXT NULL default NULL;
UPDATE user SET authentication_string=password('dfasfads') WHERE user='root';
DELETE FROM user WHERE user='';
FLUSH PRIVILEGES;
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/