/*1. How to create a user on localhost.*/ /*Syntax : create user [user name]@[||] identified by ["password"];*/ create user ramaswamy@localhost identified by "mypasword";