Install phpMysql with IIS

A

Anonymous

Guest
your error message says it all....

Please check the config.php

Make the changes as below....

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

It should ask normal cookie kind of user, password... authentication...
Enter normal username and password...
For windows..
the standard root password is ""
:eek:
 
Back
Top