skip to Main Content

I restated Xammp server and after restarting, when i try to access phpmyadmin/ , i am still getting Access denied server error in mac os.
enter image description here

2

Answers


  1. All you have to do is stopping and restart the server Xammp

    Login or Signup to reply.
  2. Opsss. change user to ‘admin’, it doesn’t have privilege to add database. so, change back the user to ‘root’. then change the password from the browser.

    Go to:
    

    http://localhost/security/ and then click on the link http://localhost/security/xamppsecurity.php. after that change password for superuser to ‘root’.

    After that open your http://localhost/phpmyadmin/

    Now it works.
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search