Database error in phpmyadmin & control panel

A Database Error Occurred

Error Number: 1227

Access denied; you need (at least one of) the SHOW DATABASES privilege(s) for this operation

SHOW DATABASES

Filename: core/MY_Controller.php

Line Number: 24

phpMyAdmin seems to be working fine in general for me. What is the name of the database you're having trouble connecting to?

EDIT: I just removed the duplicate topic. Please don't create multiple topics about the same issue, make sure that you post your message to the right category (support questions go to Support Forums, not Other Discussions) and if you feel your message is getting buried beneath other topics, please bump the old topic rather than open a new one.

@Admin I Am Getting error here http://gunwantitextiles.com/?i=1
please have a look

I'm sorry, but is the problem with phpMyAdmin or with your website?

If the problem is with your website, note that your database user is not allowed to SHOW DATABASES. You can access the contents of one of the databases you own, but you cannot list which databases are on the server from your own code.

Also, if the problem is with phpMyAdmin, is the problem with our phpMyAdmin installation or did you install phpMyAdmin on your own website as well?

@Admin It is website error . Website is developed in PHP Codeingnator framework so what should i do can give the access

@Admin It is website error . Website is developed in PHP Codeingnator framework so what should i do can give the access
You should give it a database name to connect to, because for security reasons no PHP software can figure that out on their own.

As for how to do that, I don't know. If you wrote the software, try to solve it yourself. If you got the software from someone else, please ask them.