Home > Article > Backend Development > There is already a mysqli extension in phpinfo, but it still cannot be used and reports mysqli not found. How to solve it?
phpinfo has displayed the relevant expansion information of mysqli
But when executing php xxx.php from the command line, it still reports mysqli not found
video_order.php code:
video_order.php is a script file, so I want to test it on the command line. How to solve it? Waiting online