PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, February 14, 2022

[FIXED] Where command for MYSQLnd install must be used?

 February 14, 2022     mamp, mysql, mysqli, mysqlnd, php     No comments   

Issue

I must use this command to install MySQLnd on OS X. But I can't understand where exactly must I use it?

./configure --with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
[other options]

Solution

Those are flags for the configure step when compiling and installing PHP from source. You cannot do this after the fact, you need to entirely reinstall PHP from scratch for this. Depending on how exactly you installed PHP in the first place, there may be simpler options than doing this; for example by installing an extra package using the package manager you used to install PHP before.



Answered By - deceze
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing