file and now it all works as it should.
Shena Delian O'Brien wrote:
Hi -
On my dev machine I have WinXP Pro, IIS, PHP4, mysql. I am using it to
test development before I upload it to the linux box (production server).
Everything seemed to be working great, all my pages serve just fine,
etc.
Hi -
On my dev machine I have WinXP Pro, IIS, PHP4, mysql. I am using it to
test development before I upload it to the linux box (production server).
Everything seemed to be working great, all my pages serve just fine,
etc. Then I decide to add a new directory called "directory-dev" and
copy a
What's your:
$cfg['PmaAbsoluteUri']
$cfg['Servers'][$i]['host']
? Should be something like :
$cfg['Servers'][$i]['host'] = 'http://localhost/phpMyAdmin';
$cfg['Servers'][$i]['host'] = 'localhost';
Post other config entries that you've changed...? What authentication
method are you using, etc? So