Josh
Josh

Reputation: 1819

Configuartion for Pear DB Library

I am trying to connect to MYSQL database using the Pear DB library. IS there any settings i need to do if i want to work with Pear DB library?

Thanks

Upvotes: 0

Views: 99

Answers (1)

Tony Miller
Tony Miller

Reputation: 9159

You don't need additional settings to use DB with MySQL. Note that DB has been superceded by MDB2, though. Since you're doing MySQL, you should use that. Note that you'll need either the MDB2_Driver_mysql or MDB2_Driver_mysqli

Upvotes: 1

Related Questions