Heim >Backend-Entwicklung >PHP-Tutorial >mysql - php could not find driver

mysql - php could not find driver

WBOY
WBOYOriginal
2016-06-06 20:14:231101Durchsuche

在阿里云上配置网站的时候打开index.php显示could not find driver。google、百度之后都说是pdo没打开。在php.ini加上extension=pdo_mysql.so之后还是没用。但是能够成功打开文件并显示php信息。感觉还是php配置出问题了。求指点

回复内容:

在阿里云上配置网站的时候打开index.php显示could not find driver。google、百度之后都说是pdo没打开。在php.ini加上extension=pdo_mysql.so之后还是没用。但是能够成功打开文件并显示php信息。感觉还是php配置出问题了。求指点

阿里云的php环境没有编译pdo吧

在phpinfo里面看下有没有pdo

或者 在命令行输入:
php -m | grep pdo

看看有没有输出。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn