Database and Login Setup

This application will maintain its own security tables. The table (or tables) will control who can see what and so on. Because of that, only one “application login” is, needed and no new logins are allowed at the operating system level. When this application launches, it (the application, not the individual user) logs in to the MySQL server. 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 the following:

  • Login: com_user

  • Password: syL0U812

That’s syL (case is important), zero, then U812. That is the login the compiled application will use to access the database. From there it will query ...

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.