Deleting Anonymous Accounts


MySQL creates some anonymous accounts that require no username to log in. We recommend that you delete these. The reasons behind this are covered in detail in Chapter 15, "Securing Your MySQL Installation," in the section "Deleting Anonymous Accounts." You can get rid of these accounts by typing this:

 
 use mysql; delete from user where User=''; delete from db where User=''; flush privileges; 


MySQL Tutorial
MySQL Tutorial
ISBN: 0672325845
EAN: 2147483647
Year: 2003
Pages: 261

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net