mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.48k stars 296 forks source link

Can't connect to user #1006

Closed its-mrarsikk closed 1 year ago

its-mrarsikk commented 1 year ago

Describe the bug A clear and concise description of what the bug is. I can't log in a user created by phpMyAdmin.

To Reproduce Steps to reproduce the behavior:

  1. Create user with password and all priveleges using phpMyAdmin on server hosted by MAMP
  2. Create a connection using SQLTools GUI
  3. The connection should be like so: image
  4. TEST CONNECTION or SAVE CONNECTION > Connect

Expected behavior A clear and concise description of what you expected to happen. I expected that i could log in without any errors

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

gjsjohnmurray commented 1 year ago

Are you certain that MAMP's MySQL is listening on port 3306? The doc at https://documentation.mamp.info/en/MAMP-Windows/First-Steps/index.html implies it is on 8889.