--- Anthony Ritter wrote:
> I installed mysql 3.23.55 and wanted to check the user
> table in the mysql db.
> 
> The query was:
> SELECT User FROM user WHERE host='localhost';

This is a PHP list. There are mailing lists for MySQL that
you should check out if you are having trouble
understanding databases.

Your query returns two rows because you have two rows in
the database that match the condition:

host='localhost'

--
Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to