MySQL Forums
Forum List  »  Newbie

Re: Accessiing correct database and new client registration
Posted by: Peter Brawley
Date: April 27, 2016 09:08AM

> Each company will have its own database.

That's usually a good idea only if each company needs a differently structured database.

> Do users need to sign in to their company's database

Your program will be a MySQL user with its own MySQL login credentials (stored in the mysql database) that you will have to create and maintain. You will need to thoroughly review the manual chapters on authentication & security.

Your program will need to define its users and their privileges.

> can the new client create their own database

Depends on how the app is hosted, and how it is written.

Options: ReplyQuote


Subject
Written By
Posted
Re: Accessiing correct database and new client registration
April 27, 2016 09:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.