I'm on Windows and use WSL2 for all my development. I currently have MySQL set up in WSL2, but I'd like to set up MySQL Workbench as well.
I'm unsure if I should install that in Windows and configure Workbench authentication/ports so they communicate (as indicated in this post and a few others) or would it be better practice/easier to install MySQL workbench in WSL2 (and set up support for Linux GUI apps)?
Alternatively, I could uninstall mysql from WSL2 and install it on Windows and run the server there and just connect to it in my scripts/apps that are running in WSL2.
With so many options on how to set this up, I'm unsure what to do.
Let me know if any more info is needed or if this is a bad question.