Cannot use Parameter in Create User query
Posted by: suyecufi suyecufi
Date: August 24, 2018 09:02AM

Hello,

I'm trying to use the parameters for the following query:

CREATE USER 'user'@'host' IDENTIFIED BY 'password';

So I'm using a base query

CREATE USER @user@@domain IDENTIFIED BY @password;

but I'm unsuccessful and I get an error on @user@@domain parameter.

What I can do?

Regards

Options: ReplyQuote


Subject
Written By
Posted
Cannot use Parameter in Create User query
August 24, 2018 09:02AM


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.