MAMP - phpMyAdmin - Error

Asked

Viewed 136 times

1

When I go into phpMyAdmin through Mamp, this error occurs:

phpMyAdmin - Error Error During Session start; Please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.

session_start(): open(SESSION_FILE, O_RDWR)) failed: No such file or directory (2)

Can someone help me ?

  • 1

    You have to give permission in the folder, I believe.

  • Hello Thanks, what folder?

  • Linux or Windows you are using ?

  • Ola no IOS (MAC)

1 answer

0


So try the terminal in Applications.:

sudo chmod -R 0777 /Applications/MAMP/tmp/
  • Please avoid long discussions in the comments; your talk was moved to the chat

  • After 3 months you’ll do it ? @bigown.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.