phpmyadmin error during installation “Empty value for 'port' specified.”

前端 未结 8 2349
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-31 04:36

I have been trying to install phpmyadmin on my digitalocean droplet using ubuntu 14.04 / mysql 5.7.12 . I have a LAMP stack with apache as the web server.

During instal

8条回答
  •  不要未来只要你来
    2021-01-31 05:03

    MySQL behavior has changed here, so you have few options:

    • Use older MySQL version prior this change
    • Use Ubuntu packages which did revert this change (see https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/1563274)
    • Wait for fixing dbconfig-common, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824537

    Update: You can workaround this bug as described in answer from William Ardila.

提交回复
热议问题