PhpMyAdmin Priviliges-page acts really weird [resolved]

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

PhpMyAdmin Priviliges-page acts really weird [resolved]

Postby heywood » 11. October 2009 19:33

Hi!

Ok I couldn't find any info about this, so I thought someone here might know what this is about.

Ive got XAMPP 1.7.2a and I want to move over a lot of old databases to XAMPP:s MySQL.
Most of the old apps depend on the root user having password 'root', so I've set all the
root-users' passwords in PhpMyAdmin to 'root'. I also edited the config.inc.php like so:

Code: Select all
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'root';
$cfg['Servers'][$i]['AllowNoPassword'] = false;


Ok this works fine. I can create and drop databases in PhpMyAdmin etc. BUT, when I click
on the "Privileges"-tab I get an error message

#1045 - Access denied for user 'root'@'localhost' (using password: NO)

Oops. Ok, but that's not all. Just under the error-message there's a link that says

Open new phpMyAdmin window

and if I click on it a get a new PMA-window that shows the Privileges-tab, and now it's working!!!!
If I click on some other tab in this new window, and back to Priviliges, I get the error message
again.

Anyone have any idea what this is?

Note: I'm running MySQL with bind-address=127.0.0.1 and I thought that
could be some issue. But removing this doesn't help, anyway.
Last edited by heywood on 11. October 2009 19:39, edited 1 time in total.
heywood
 
Posts: 6
Joined: 11. October 2009 00:57

Re: PhpMyAdmin Priviliges-page acts really weird

Postby heywood » 11. October 2009 19:37

Ok, accessing PhpMyAdmin through http://127.0.0.1/phpmyadmin resolves this issue. But it's still weird?
heywood
 
Posts: 6
Joined: 11. October 2009 00:57

Re: PhpMyAdmin Priviliges-page acts really weird

Postby heywood » 11. October 2009 19:39

Ok, now http://localhost/phpmyadmin works too. I'm guessing this is some kind of browser cache-issue... Sorry for wasting your time! ciao!
heywood
 
Posts: 6
Joined: 11. October 2009 00:57


Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 70 guests