Duplicate username.
Posted by: Jason Long
Date: November 02, 2019 03:32AM

Hello,
Why in my DB I have duplicated users?
mysql> select host,user from mysql.user;
+----------------+-----------+
| host | user |
+----------------+-----------+
| % | user1 |
| 127.0.0.1 | root |
| IP | user1 |
| IP | user1 |
| ::1 | root |
| localhost | livezilla |
| localhost | magento |
| localhost | root |
+----------------+-----------+
8 rows in set (0.00 sec)

Is it normal?

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Duplicate username.
November 02, 2019 03:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.