Skip to content

IDE NetBeans

Robert Spencer edited this page May 10, 2024 · 3 revisions

Getting started with Net Beans: https://youtu.be/LmtOKCXlkBA

NetBeans 8.1 PHP Database Connector Setup
  1. Navigate to the "Services" Node from the "Window" menu
  2. Right Click "Databases, " and select "New Connection"
  3. Choose the "MySQL" Connector.
  4. Enter "192.168.33.10" as the Database Host.
  5. 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

  1. Click "Test Connection"
  2. You should now be able to browse the database schema and execute queries from the NetBeans IDE.
Clone this wiki locally