MySQL keeps adding additional user without rights from specific IP
        Posted  
        
            by 
                Niels B.
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Niels B.
        
        
        
        Published on 2013-11-12T20:33:59Z
        Indexed on 
            2013/11/12
            21:56 UTC
        
        
        Read the original article
        Hit count: 406
        
I'm running MySQL Server 5.5.29 on Ubuntu Server 13.04
I have a created a user with a wildcard host access % and given him various privileges.
However, whenever this user connects from 194.182.245.61, a new user account is created for that specific IP address with no rights and he is unable to exercise his privileges.
When he connects from other internet connections, such as his home IP, it works just as it should.
Why does this happen and how can I stop it from happening?
© Server Fault or respective owner