What authentication method are you using? Have you read through the phpMyAdmin install documentation? With the detail you have given any answer will be pretty much guess work. Perhaps you could detail the steps you took to get where you are?
----------------
Dominic Ryan
Microsoft IIS MVP
IIS Aid IIS and Open Source
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = 'paso';
/* Advanced phpMyAdmin features */
But from http (auth mode) able to login but logout form cookie auth mode not able to login
6 Posts
phpmyadmin problem
Nov 14, 2008 02:12 PM|Manijuneja|LINK
I have installed phpmyadmin -3.0.1.1 on windows server 2008
But i have problem that m not able to login with this and from third party software i m able to sucessfully login
Can u tell me whats the reason behind this
Thanx
862 Posts
MVP
Re: phpmyadmin problem
Nov 14, 2008 04:52 PM|ma_khan|LINK
what error do you get???
6 Posts
Re: phpmyadmin problem
Nov 14, 2008 10:42 PM|Manijuneja|LINK
login page come again
Not displaying any error
387 Posts
Re: phpmyadmin problem
Nov 15, 2008 12:29 AM|brashquido|LINK
What authentication method are you using? Have you read through the phpMyAdmin install documentation? With the detail you have given any answer will be pretty much guess work. Perhaps you could detail the steps you took to get where you are?
Dominic Ryan
Microsoft IIS MVP
IIS Aid
IIS and Open Source
6 Posts
Re: phpmyadmin problem
Nov 18, 2008 03:40 AM|Manijuneja|LINK
m using
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = 'paso';
/* Advanced phpMyAdmin features */
But from http (auth mode) able to login but logout form cookie auth mode not able to login
862 Posts
MVP
Re: phpmyadmin problem
Nov 19, 2008 12:54 PM|ma_khan|LINK
I feel this is more on a phpMyAdmin config issue rather than something related to iis...
What Auth type are you using in IIS ??