-
Notifications
You must be signed in to change notification settings - Fork 445
IDE NetBeans
Robert Spencer edited this page May 10, 2024
·
3 revisions
Getting started with Net Beans: https://youtu.be/LmtOKCXlkBA
- Navigate to the "Services" Node from the "Window" menu
- Right Click "Databases, " and select "New Connection"
- Choose the "MySQL" Connector.
- Enter "192.168.33.10" as the Database Host.
- Enter churchcrm for Database Name, Useranme, and Password. Your connection string should be as follows:
jdbc:mysql://192.168.33.10:3306/churchcrm?zeroDateTimeBehavior=convertToNull
- Click "Test Connection"
- You should now be able to browse the database schema and execute queries from the NetBeans IDE.