There is three ways to create new user in MySQL
1. Using grant statement
2. By manipulating the MySQL grant tables directly using SQL statement
3. Using create user command
Before creating user we should know below details
1. username
2. hostname i.e. host/ip from which user is going to connect it should be either ‘localhost’ or hostname/ip...
Showing posts with label mysql user. Show all posts
Showing posts with label mysql user. Show all posts