I have a Database with several schema and i want to create an user who can log In different scheme of my database.
thx.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the proxy feature to enable a user to connect as another user/schema:
Given schemas
AandBand userUSR, you could:This would allow USR to connect as A or B using his identifiers, as shown in this askTom thread:
This will make
USRable to connect as if he wasA.