| View previous topic :: View next topic |
| Author |
Message |
Jesdisciple
Joined: 24 Mar 2008 Posts: 11 Location: Texas
|
Posted: Tue Mar 25, 2008 8:47 am Post subject: MDB2: Missing Drivers + All Updates Installed = ??? |
|
|
I'm telling MDB2 to | Code: | | MDB2::connect('mysql://error-logger@localhost/error-logger'); | And it's telling me | Quote: | | unable to find package 'MDB2_Driver_mysql' file 'MDB2\Driver\mysql.php' | (For that matter, no files exist in MDB2\Driver\.)
Meanwhile, on the command line... | Quote: | C:\wamp\php> pear list-upgrades
Channel pear.php.net: No upgrades available |
Help, please? |
|
| Back to top |
|
 |
mark

Joined: 07 Jan 2007 Posts: 1053
|
Posted: Tue Mar 25, 2008 1:17 pm Post subject: |
|
|
The DBMS drivers are separate packages.
pear install MDB2_Driver_mysql
or
pear install MDB2#mysql |
|
| Back to top |
|
 |
Jesdisciple
Joined: 24 Mar 2008 Posts: 11 Location: Texas
|
Posted: Wed Mar 26, 2008 2:15 am Post subject: |
|
|
| Oh! That's not particularly intuitive, but I now see that it's documented. Thanks! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|