Database and Login Setup

As did the Worldwide Commissions Application (WCA) presented in Chapters 8, 9, and 10, this application will maintain its own security tables. The login and password the user enters will be compared against application tables to set the user interface correctly for the given user. The application login and password will be

Login: kbi_user

Password: dengissa

Also like WCA, the MySQL server on the server machine needs to know which machines on the network will be logging in via the application login (kbi_user). In the following,“einstein” is the server machine, and for an example,“delfin” will be one of the desktop machines. Launch mysql as administrator, and from the mysql> prompt, send the following command:

 mysql> ...

Get MySQL Building User Interfaces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.