The command line php-m did not find the pdo_mysql module. Do you know why?

< H1 > cli mode is not loaded < / H1 >

webphpinfopdo_mysql

clipboard.png

Php
Mar.23,2021

there are multiple versions of php on the machine. The command line and web are not running the same


now there are two ways for php services to provide services:
one is that php-fpm provides FastCGI services, and the other is php-cli command line mode.

* php-fpm is a service that provides forwarding request processing for nginx and apache.
* php-cli has its own independent service.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b4129f-34920.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b4129f-34920.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?