Page 1 of 1

No Privilege Tab [SOLVED]

PostPosted: 06. March 2012 22:25
by mysticaldrops
Hi! I'm new to xampp, and am trying to create a database. When I pull up the admin for mysql I get the phpMyadmin, which will only let me login with the user: admin, and no password. I have tried to set password, but have not been successful. On the phpMyadmin under databases, it say that I have no privileges for creating a new database. I have went through every tab on phpMyadmin and there is no privileges tab. I have even checked to make sure that \xampp\phpMyAdmin\config.inc.php was set to cookie for the auth_type, and it was. I would like to create a password for phpMyAdmin, and find out why I do not have a privileges tab and get that fixed so I can create a database. From what I have researched so far creating a database should be fairly simple. Any help on how I could fix this problem would be greatly appreciated. I am using xampp 1.7.7. Thanks!

Re: No Privilege Tab

PostPosted: 06. March 2012 22:32
by Sharley
You should login to phpMyAdmin using the root user with no password not admin.

Try that and let me know if it helps.

BTW, you set a password for user root using the Security page in the XAMPP Welcome (Admin) page.

Re: No Privilege Tab

PostPosted: 07. March 2012 14:28
by mysticaldrops
Thanks, it did work. I also stopped mysql, restarted my computer, and then restarted mysql. Thanks again for the help!