phpMyAdmin - The MySQL Extension is Missing

后端 未结 10 1834
旧巷少年郎
旧巷少年郎 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 17:07

    I just add

    apt-get install php5-mysqlnd
    

    This will ask to overwrite mysql.so from "php5-mysql".

    This work for me.

提交回复
热议问题