I have imported a sql dump from a server to my local database.
As for now, root can automatically can access my new schema.
How can I create and set a username and password to that particular schema (eg.myDB1), so I can make sure all things are same from the local and server.
Edited: I want to set up e.g., kito as username and 123 as password.
Thanks ahead.
First Create a particular user,
Then grant access to that user to a particular database,
Ref:
http://dev.mysql.com/doc/refman/5.1/en/adding-users.html
http://www.debuntu.org/how-to-create-a-mysql-database-and-set-privileges-to-a-user