How to Create, Grant, Delete Users, and Change Passwords in MySQL
First, a disclaimer: generally, modifying MySQL passwords and granting privileges requires root access within MySQL.
Note: This procedure is performed at the Windows command prompt; phpMyAdmin is also applicable.
User: phplamp User database: phplampDB
1. Create a new user.
//Log in to MYSQL
@>mysql …