How to create a user on localhost.
Syntax:
create user [user name]@[<localhost>|<IP address>|<any host('%')>] identified by ["password"];
Example:
create user ramaswamy@localhost identified by "mypassword";
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Syntax:
create user [user name]@[<localhost>|<IP address>|<any host('%')>] identified by ["password"];Example: