How to enable mysqli on XAMPP?

前端 未结 4 495
不知归路
不知归路 2020-12-06 20:30

By seeing suggestions throughout the Internet I tried to convert all my queries to mysqli.

But mysqli is not working in my XAMPP. I checked my PHP folder and there i

4条回答
  •  执笔经年
    2020-12-06 20:56

    Goto the directory phpMyAdmin, find there is a file with name config.inc.php, open the file and find a line there as:
    $cfg['Servers'][$i]['extension'] = 'mysql';
    just change mysql to mysqli.

提交回复
热议问题