Chris Shiflett" wrote in message:
> Your query returns two rows because you have two rows in
> the database that match the condition:
>
> host='localhost'
>
> --
> Chris
..
Chris,
I was under the impression that the mysql database had as default user when
instal
--- 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 da
Working on:
Win 98 / mysql 3.23.55 / php 4
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';
The output was:
xx
user |
xx
||
||
root
3 matches
Mail list logo