Reputation: 2824
I want to know the different between MySQL Native Driver and MySQL Client Library and when to use both of them
Upvotes: 13
Views: 24727
Reputation: 5575
mysql:
mysqlnd:
mysqlnd via plugins:
incompatibilities between mysql and mysqlnd:
Based on this and other docs: http://php.net/manual/en/mysqlinfo.library.choosing.php
Upvotes: 7
Reputation: 249
There is no big difference in the PHP language level.
http://php.net/manual/en/mysqlinfo.library.choosing.php
Upvotes: 17