MySQL CALL
From w3cyberlearnings
Contents |
MySQL CREATE USER Function
This function creates a new MySQL user account.
Syntax CREATE USER
CREATE USER user_abc@host IDENTIFIED BY user_password;
Example 1
Example 2
</pre>