I installed Pear a few years ago but I only used it a few times.
This morning I decided to try the MDB2 package.
I tried the sample code from the Pear website. When I ran the code, I got this error unable to find package 'MDB2_Driver_mysql' file 'MDB2\Driver\mysql.php'
So, I had to update the package. 2 things that I had to do:
1. 'pear upgrade MDB2' to upgrade MDB2 package to the latest version
2. 'pear install MDB2_Driver_mysql' to get the mysql package
No comments:
Post a Comment