Skip to content

fix: handle empty MySQL passwords and add local-MySQL support#268

Merged
IsmailMehdi merged 2 commits intoGoogleCloudPlatform:mainfrom
aseering:fix-mysql-password-handling
Mar 17, 2026
Merged

fix: handle empty MySQL passwords and add local-MySQL support#268
IsmailMehdi merged 2 commits intoGoogleCloudPlatform:mainfrom
aseering:fix-mysql-password-handling

Conversation

@aseering
Copy link
Copy Markdown
Contributor

  • Detect if the user is connecting to Cloud SQL or to a local MySQL database. Continue to use the Cloud SQL proxy for the latter, but connect directly with the regular MySQL Client for the former.
  • Correctly handle the case where no password is provided for the MySQL connection. (This comes up when using other auth methods, such as domain-socket auth, that the MySQL driver handles automatically.)

@aseering aseering force-pushed the fix-mysql-password-handling branch from 8ba7946 to 6dd6864 Compare March 16, 2026 23:53
@aseering aseering force-pushed the fix-mysql-password-handling branch from 6dd6864 to 964b097 Compare March 17, 2026 00:45
@IsmailMehdi
Copy link
Copy Markdown
Collaborator

/gcbrun

@IsmailMehdi IsmailMehdi merged commit beef7ec into GoogleCloudPlatform:main Mar 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants