phpmyadmin internal server error

Discussion in 'Installation/Configuration' started by Momin, Mar 26, 2019.

Tags:
  1. Momin

    Momin New Member

    I am running LAMP with ISPConfig 3. When I open phpmyadmin I get this:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    This happened after I changed MPM to Event.

    What can I do to resolve this? does uninstalling and reinstalling phpmyadmin would resolve this problem. Would it mess up my mysql database if I do this?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the apache error.log to find out the reason for your problem. My guess is that the phpmyadmin package of the Linux distribution does not support mpm_event as it uses mod_php which requires mpm_prefork.
     

Share This Page