use mysql;
select user, host from user;
alter user '///'@'%' identified with mysql_native_password by '///';
use mysql;
select user, host from user;
alter user '///'@'%' identified with mysql_native_password by '///';
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)