0

I would like to create a MySQL Server on my Windows 10 minicomputer. I've installed the latest MySQL Server Community, as Server Only. All works fine, I can access my new database with localhost.

But what I want now is being able to access it with another computer. I've tried to connect to it with my public IPv4 address, but it doesn't work. Actually, I can't even ping my mini PC's IPv4 address. (I've disabled Windows Defender/Firewall) I've tried to use Putty but I can't make it work.

I'm totally lost about what is my actual problem and what to do to get what I want.

(PS: My Desktop PC is connected by Ethernet, and my mini PC is connected with WiFi but on the same internet connection)

Any ideas?

Blackwood
  • 3,184
SCH
  • 1

1 Answers1

0

You will have to: 1) check your router and enable portforwarding for the desired port 2) Set up a dynamic dns on your router to access it at all times if you dont have a static ip

Thomas
  • 101