A better coding environment for code starting w sql?

Instead of getting through a few hours of education, I’ve been trying to connect workbench and my sql. I just uninstalled everything and super frustrated that I couldn’t figure it out.

Is there a better way than the way Mosh tells us to do it? I don’t know anything about these softwares but I’m planning on taking some courses beyond python and SQL.

I’m starting over so would love advice

Hi,
MySQL is providing nice tools to work with it.
We have no tool I know of on Microsoft side to do the same.
SSMS do extra things but designing a DB is unlikely as nice as in MySQL workbench.
What is the problem you are facing clearly?
What error message do you meet?

There are other DB tools you could try such as DBeaver CE for instance. But you lost the visual design MySQL workbench provides. You have to go full SQL which is actually an asset when you learn.
I tried a few other nice software but I did not remember them well.
You could also use MySQL Shell I think.

You can try to find another alternative here.

Good Luck.

Thank you. I think I finally got it