MySQL Forums
Forum List  »  General

Difference between "" and localhost in mysql.host
Posted by: Pavel Ondrej
Date: May 21, 2013 02:37AM

Hello,

please can you explain me what is differnce between

select Host,Db from mysql.host;

*************************** 1. row ***************************
Host: localhost
Db: %

and

*************************** 2. row ***************************
Host:
Db: %

When is only localhost in host table, so I have problem with select database (sometimes). In users table are all users with host="".

Thank you

Pavel

Options: ReplyQuote


Subject
Written By
Posted
Difference between "" and localhost in mysql.host
May 21, 2013 02:37AM


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.