phpMyAdmin Problem

Status
Not open for further replies.

navjotjsingh

Wise Old Owl
I have a CPanel Hosting. I uploaded phpBB forum from my PC and created database and user manually. When I access phpMyAdmin it says no privileges but I have added that user to my database and has full privileges. What to do?
 

alib_i

Cyborg Agent
what authentication method are you using ?
check your "config.inc.php" file

Code:
$cfg['Servers'][$i]['auth_type']     = 'http';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = '';      // MySQL user
$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                    // with 'config' auth_type)

if using the config method .. then u need to specify the username/passw there in the file
if using http method then leave it blank

this page: *internetmaster.com/installtutorial/download_myadmin.htm
has good info about setting up phpmyadmin

-----
alibi
 

Deep

Version 2.0
navjotjsingh said:
I have a CPanel Hosting. I uploaded phpBB forum from my PC and created database and user manually. When I access phpMyAdmin it says no privileges but I have added that user to my database and has full privileges. What to do?

I hope you selected DB from the dropdown menu on the left.
It shows no privileges when you open phpmyadmin, the message is for no privileges to create new database from PHPMyAdmin...

So select DB from the database and things will work :)
Deep
 
Status
Not open for further replies.
Top Bottom