Undefined function mysql_connect()

后端 未结 14 940
庸人自扰
庸人自扰 2020-11-22 10:56

I have ran aptitude install php5-mysql (and restarted MySQL/Apache 2), but I am still getting this error:

Fatal error: Call to undefined

14条回答
  •  不要未来只要你来
    2020-11-22 11:29

    If someone came here with the problem of docker php official images, type below command inside the docker container.

    $ docker-php-ext-install mysql mysqli pdo pdo_mysql
    

    For more information, please refer to the link above How to install more PHP extensions section(But it's a bit difficult for me...).

    Or this doc may help you.

    https://docs.docker.com/samples/library/php/

提交回复
热议问题