Page 262 - IT-802_class_12
P. 262
1 Click on the Services tab at the left side of the NetBeans window. Right-click the Databases option and select
Register MySQl Server.
2 The MySQL Server Properties dialog box opens up. Type in the Administrator User Name (if not displayed). Also
type in the Administrator Password for your MySQl Server. Check the Remember Password checkbox and click
on OK button.
3 In the same MySQL Server Properties dialog box, click on the Admin Properties tab.
In the Path/URL to admin tool field, type or browse to the location of your MySQL Administration application
mysqladmin (you will find it in the bin folder of your MySQL installation directory).
In the Path to start command, type or browse to the location of the MySQL start command mysqld (you will find it in
the bin folder of your MySQL installation directory).
In the Path to stop command field, type or browse to the location of the MySQL stop command mysqladmin (you will
find it in the bin folder of your MySQL installation directory). In the Arguments field, type -u root stop to grant root
permissions for stopping the server. When finished, the Admin Properties tab should appear similar as shown below.
Click on OK button.
260 Touchpad Information Technology-XII

