You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add matchesHostPattern function to handle MySQL wildcard patterns like '127.0.0.%'
- Modify GetUser to check both normalized host and original host against patterns
- Use regex matching where % is converted to .* for proper wildcard matching
- Fixes issue where users with wildcard hostnames (e.g., 'user'@'10.0.0.%')
would fail authentication with 'No authentication methods available'
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments