How to create users in MySQL

create user 'User1'@'localhost', 'User2'@'Host', 'User3' identified by 'Password';