Skip to content
  • Sivert Sorumgard's avatar
    51db32b0
    Bug #13548252: MYSQL ASSUMES ALL ETHERNET DEVICES ARE NAMED ETHX · 51db32b0
    Sivert Sorumgard authored
    Bug #63055   : mysql assumes all ethernet devices are named ethX
    
    The MySQL server is using the first non-zero hardware address of
    an arbitrary network interface for generating UUIDs. On Linux,
    the MySQL server is only trying interface names "eth{0-5}". The
    patch retrieves the list of known interface names rather than
    assuming names of a certain pattern.
    
    Patch contributed by Honza Horak
    51db32b0
    Bug #13548252: MYSQL ASSUMES ALL ETHERNET DEVICES ARE NAMED ETHX
    Sivert Sorumgard authored
    Bug #63055   : mysql assumes all ethernet devices are named ethX
    
    The MySQL server is using the first non-zero hardware address of
    an arbitrary network interface for generating UUIDs. On Linux,
    the MySQL server is only trying interface names "eth{0-5}". The
    patch retrieves the list of known interface names rather than
    assuming names of a certain pattern.
    
    Patch contributed by Honza Horak
Loading