Home >Backend Development >PHP Tutorial >php-mysql - php7中怎样开启mysql?

php-mysql - php7中怎样开启mysql?

WBOY
WBOYOriginal
2016-06-06 20:13:051620browse

php.ini中去掉了前面的分号
ext中加入了php_mysql.dll文件
重启了apache甚至重启了电脑
但还是没有这个扩展,为什么?

回复内容:

php.ini中去掉了前面的分号
ext中加入了php_mysql.dll文件
重启了apache甚至重启了电脑
但还是没有这个扩展,为什么?

PHP7不支持mysql.要用pdo或者mysqli

这个扩展早就不推荐使用了。
用pdo

首先确定你是否有mysql.dll这个拓展,其次php7已经不支持mysql。推荐pdo

php7已经中已经移除了mysql等扩展 如果非要使用的话 安装pecl扩展 目前mysql移到了这里去了 详细请参考我的那篇新特性的文章

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn