MySQL Forums
Forum List  »  Install & Repo

Re: Need Help: Trouble After Install
Posted by: Michael G. Zinner
Date: October 11, 2004 03:20AM

To the first issue. It seems you are conneting to the server using the anonymous account. The new Config Wizard that comes with >= 4.1.5 will remove this account automatically (if not selected otherwise) because it is a huge security issue and also produces some strange connection issues that are hard to understand).

To get rid of the anonymous account manually, execute:
DELETE FROM mysql.user WHERE user='';

Make sure you execute exactly this command so your other accounts will not be touched.


The second issue you reported is now fixed and will be in the next release.

Options: ReplyQuote


Subject
Written By
Posted
Re: Need Help: Trouble After Install
October 11, 2004 03:20AM


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.