Heres the best way to do this. Download the GUI Tools from Mysql
Open up Mysql Administator
Go to User Administration
in the bottom left corner, see if you have two users, on being root, the other being eq, if you only have root do this
At the bottom right, click on Add New User, and fill in the information for user name and password, ingnore the rest. Once this is done click Apply changes
Now click on the eq user in the bottom left window. Then go to Schema Privilages. Click on the peq databse, then click the << buttone in the middle to assign all available privilages.
Once that is done, Open up the mysql command thing, and then type in the command angelox said earlier.
Code:
set password for 'eq'@'localhost = OLD_PASSWORD('newpwd');
putting the password you gave eq in the Mysql Adminstation program a couple steps ago.
This will set up a accoutn name eq that has the same ability as the root account if you followed the guide from the wiki. Personaly, if you have issues using the root account, your still going to have issues with the eq account.