Page 263 - IT-802_class_12
P. 263
The MySQL Server should now appear under the Database node in the Services tab in the NetBeans IDE. Though,
it is shown disconnected.
4 To connect the MySQL Server to NetBeans, under the Databases node, right click the MySQL Server at
localhost:3306 [root] (disconnected) and select Connect option.
Notes
The MySQL Server should be downloaded and running before you connect to it with the NetBeans
IDE. If it is not running, start the MySQL Server by running the mysqld command from the bin folder
of the MySQL installation directory. Then, follow Step 4
Fundamentals of Java Programming 261

