phpMyAdmin - The MySQL Extension is Missing

后端 未结 10 1851
旧巷少年郎
旧巷少年郎 2020-12-11 16:13

I installed everything separately (Apache, PHP, MySQL and phpMyAdmin) and do not use a compilation, everything works fine till now except phpMyAdmin.

The problem I

10条回答
  •  醉酒成梦
    2020-12-11 16:55

    Installing bzip2 and zip PHP extensions solved my issue in Ubuntu:

    sudo apt-get install php7.0-bz2
    sudo apt-get install php7.0-zip
    

    Use php(you version)-(extension) to install and enable any missing modules that is required in the phpmyadmin readme.

提交回复
热议问题