Have you tried CREATE DATABASE USING NETBEANS;
Just kidding.
Netbeans is an IDE for software developers. Before you get this working you will need to look at creating a database. This can be done at the MySQL prompt or PHPMyAdmin. Afterwards you will need to have your application connect to your database server and your selected database. Checkout my.cnf.