MySQL Forums
Forum List  »  PHP

Re: mysqli_real_query("CREATE USER") succeeds but does nothing
Posted by: Peter Brawley
Date: December 05, 2019 01:44PM

You still didn't say what version this is---Create User has gone through a lot of changes since 5.6.

With the code you show, you should be seeing an error message--password values need to be quoted (and of course if the code worked once then subsequent executions will fail).

Options: ReplyQuote


Subject
Written By
Posted
Re: mysqli_real_query("CREATE USER") succeeds but does nothing
December 05, 2019 01:44PM


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.