Another basic question.
The SQL documentation shows how to create databases and grant privileges to users, and the app “Build A Test App” documentation shows how to link in and use the system.
-
How do you create a user for the system? Is it as simple as creating a certificate for a username and using that?
-
The demo app assumes the use of an insecure cluster. Of course, no-one is actually going to run an insecure cluster, right? How do you use the client connections (for example, PHP) to connect to a secure cluster, since there does not appear to be a way to assign a password to a user?