samedi 10 mars 2018

How to install mysql native driver

I'm trying to get mysqli_result::fetch_all() to work but I'm out of my depth and butting my head against a wall. This is all being done on remote server and I'm using PuTTY to connect. The internet is telling me to install MySQL Native Driver using the following lines of code:

  php ./configure --with-mysql=mysqlnd \
  --with-mysqli=mysqlnd \
  --with-pdo-mysql=mysqlnd

What I'm getting back is "Could not open input file: ./configure". What do I do now?

Aucun commentaire:

Enregistrer un commentaire