Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to pass empty password #41

Open
sulthanalihsan opened this issue Sep 19, 2022 · 2 comments
Open

How to pass empty password #41

sulthanalihsan opened this issue Sep 19, 2022 · 2 comments

Comments

@sulthanalihsan
Copy link

sulthanalihsan commented Sep 19, 2022

await MySQLConnection.createConnection( host: '127.0.0.1', port: 3306, userName: 'root', password: 'root', databaseName: 'coba_dart_mysql', secure: false, );

hi, thank you for making this excellent package,
i just wanna ask, for connection sometime our local mysqldb not require the password,
how to handle this case? thx

@zim32
Copy link
Owner

zim32 commented Sep 19, 2022

This flow is not implemented... I don't think it's hard to implement, but currently I have lack of time, maybe next week I will check it out. You can provide some password as a workaround before it's implemented

@sulthanalihsan
Copy link
Author

okay i see, thankyou for your response, appreciate

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

No branches or pull requests

2 participants