. How to create a user for an IP address other than localhost
create user [user name]@[<localhost>|<IP address>|<any host('%')>] identified by ["password"];
Example:
create user ramaswamy@192.168.0.105 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.
create user [user name]@[<localhost>|<IP address>|<any host('%')>] identified by ["password"];Example: