July 2001
Intermediate to advanced
656 pages
14h 22m
English
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> ...