Strange looking mysql.user table
From: Bruce A. Julseth (bruceaj_at_attglobal.net)
Date: 06/30/04
- Next message: Bruce A. Julseth: "Re: Using MySQL Command Load Data Infile"
- Previous message: Chung Leong: "Re: Where decimal part goes?"
- Next in thread: Geoff Berrow: "Re: Strange looking mysql.user table"
- Reply: Geoff Berrow: "Re: Strange looking mysql.user table"
- Reply: Michael Austin: "Re: Strange looking mysql.user table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jun 2004 22:22:14 -0400
My MySQL.user table (user, host, password) looks like the following:
+---------+-----------+---------------------+
| user | host | password |
+---------+-----------+---------------------+
| root | localhost | |
| root | % | |
| | localhost | 3823a5ee1f831626 |
| | % | |
| jim | % | 426d920b373a5e5b |
+---------+-----------+---------------------+
This looks strange to me.
1) two entries for root
2) two blank entries.
3) is jim's host correct?
This is on a private, standalone system for MySQL/PHP learning purposes.
If this is strange, should I remove any of these entries using SQL "Delete
From"
Thank you...
Bruce
- Next message: Bruce A. Julseth: "Re: Using MySQL Command Load Data Infile"
- Previous message: Chung Leong: "Re: Where decimal part goes?"
- Next in thread: Geoff Berrow: "Re: Strange looking mysql.user table"
- Reply: Geoff Berrow: "Re: Strange looking mysql.user table"
- Reply: Michael Austin: "Re: Strange looking mysql.user table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|