Skip to content

Instantly share code, notes, and snippets.

@fasilminale
Last active January 7, 2020 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fasilminale/f3dd09f481e744c975a185abd0fb376f to your computer and use it in GitHub Desktop.
Save fasilminale/f3dd09f481e744c975a185abd0fb376f to your computer and use it in GitHub Desktop.

How to connect XAMPP MySQL Server with Netbeans jdbc

  1. Go to XAMPP newtwork tab

XAMPP newtwork tab

  1. Add a new port forwarding rule

local port = 3306 remote port = 3306

new port

  1. Connect it with Netbeans >service > database> New Connection

Host: localhost Port: 3306 Database : User name: root password:

New Connection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment