Page 1 of 1

Creating Database using PhpMyAdmin

PostPosted: 28. January 2010 03:28
by DarkPaladin
How can I create a database in http://localhost/phpmyadmin/ ? I just want to test some php scripts in my pc, but I can't make a database since it says "No Privileges"? I remember before I used PhpMyAdmin before with an older xampp installer (xampp-win32-1.6.1-installer.exe) and I was able to make databases without any problems at all. What should I do? Thanks

Re: Creating Database using PhpMyAdmin

PostPosted: 03. February 2010 16:22
by sili
Try going to the tab SQL and type "create database yourdatabasename".

Re: Creating Database using PhpMyAdmin

PostPosted: 12. April 2010 16:23
by hknohne
I'm having the same problem. The default controluser is pma, and I set up a password, yet phpMyAdmin still tells me I have No Privileges. This is on a fresh installation of XAMPP (os: Mint 8).

Re: Creating Database using PhpMyAdmin

PostPosted: 12. April 2010 21:15
by WilliL
pma@localhost isn't allowed to create databases (SELECT, INSERT, UPDATE, DELETE ).
Login as root and have a look to 'privileges'.