Page 1 of 1

Unable to run PHPMyAdmin

PostPosted: 10. December 2015 18:38
by Begadoc
Because of intractable problems with a dynamic web site I was building I decided to start totally afresh. I therefore deleted XAMPP (using the uninstall option) and downloaded the latest version of the installer. That gave me problems with access due to password issues and even though I tried the various things suggested I couldn't sort the problem out. I therefore uninstalled it and went back to the original install package I had (1.83) which had a front end I could understand and which I had been able to use in the past without problems! Using this I got SQL & PHP working . I secured the root access by changing the password. However when I try and run localhost phpMyAdmin I cannot connect due to password issues. The password I am using is correct.
Any help would be appreciated.

Re: Unable to run PHPMyAdmin

PostPosted: 10. December 2015 19:14
by Nobbie
Begadoc wrote:I secured the root access by changing the password. However when I try and run localhost phpMyAdmin I cannot connect due to password issues.


Exactly therefore the "suspicous" security feature has been removed in newer releases, as it did not provide any security but many many users destroyed their installation due to password problems. It never had been cleared, what is going wrong there. Nobody could restore the installation.

Re: Unable to run PHPMyAdmin

PostPosted: 10. December 2015 19:20
by Altrea
Begadoc wrote:I therefore uninstalled it and went back to the original install package I had (1.83) which had a front end I could understand and which I had been able to use in the past without problems! Using this I got SQL & PHP working . I secured the root access by changing the password. However when I try and run localhost phpMyAdmin I cannot connect due to password issues. The password I am using is correct.

That is exactly one of the problems why the old XAMPP security functions was removed from current XAMPP versions.
People without any knowledge using this don't know what they are doing and screwing up their installations.

In local development environments there is really no need to set any root password for the database. This user root can only be used from the same host XAMPP is installed on, so no external program or script can use this user. You should be the only person with full control of the scripts running from this host, so the only person you are securing from is yourself.