PDO and MySQLI extension?

Mujkanovic

Well-known member
Collaborate
Registered
Joined
Apr 24, 2016
Messages
424
Points
18
Can I check if PDO and MySQLI extension is enabled on my Plesk hosting? my forum script is requiring MySQLI and PDO but I don't know where to check if they are enabled. If not, how can I activate these features?
 

Daniel204

Active member
Registered
Joined
Jun 19, 2018
Messages
67
Points
8
I would like to answer the question in a simple way is here First and the most important difference is mysqli supports MySQL only while PDO, PHP Data Object, is a common class for certain databases including MySQL and Postgres.

You should note that PDO is maintained by PHP community, unlike connectors except for MySQL. Also, mysqli is going to be deprecated in future versions of PHP. And if you are using database any other than MySQL then you don't have any option apart from PDO, considering native PHP modules.
 
Similar Threads
Replies
5
Views
2,708
Replies
1
Views
2,261

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top