thedevdojo/larasail

access mysql remotely on Windows

VitaTamry opened this issue · 5 comments

This is a great time-saving package,
I just cannot access to MySQL on windows .. I followed your video tutorial but I don't have sequel Pro and I tried with workbench but it didn't work.

You could install PHPmyAdmin.

@amirakbulut I end up with doing that, Thanks

Use https://www.heidisql.com it's much faster.

I also run into this on windows. Phpstorm does not connect.

I think that the best way to connect to MySQL from your local Windows machine would be to use any MySQL client which supports SSH tunneling.

That way you will connect to your MySQL service via SSH directly from your MySQL desktop client without the need of making any changes to the server itself.

Here is a really great tutorial on how to do that:

https://www.digitalocean.com/community/tutorials/how-to-connect-to-a-mysql-server-remotely-with-mysql-workbench