From: Adam Hardy Date: December 3 2003 12:06pm Subject: adding first users in user table List-Archive: http://lists.mysql.com/mysql/154931 Message-Id: <3FCDD1CA.8020505@cyberspaceroad.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Listers, I have just installed mysql following the instructions for the binary distro under linux and I added my root user and password using mysqladmin as mentioned in scripts/mysql_install_db. In the mysql.user table I see my root@localhost and root@stripped but I also see two entries with blank user names. | host | user +-------------------------+------ | localhost | root | localhost | | harda1.myserver.com | root | harda1.myserver.com | +-------------------------+------ 4 rows in set (0.00 sec) Have I made a mistake that inserted these 2 blank users? Or are they there for a good reason? Thanks Adam