When I look at the mysql database in MySQL and SELECT the user, host and password from the user table i get:
user | host          | password             |
-----+-----------+--------------------+
root | localhost     | 6bbcd667dd97db3a  |
root | %              | 6bbcd667dd97db3a |
-----+-----------+-----------------------+
Why do I have 2 root users? Do i need both? Should I delete one? If so, which one?
thanks.....IAN