|
Posted by Thomas on 11/24/06 20:28
You need to install pdo_mysql
$ pecl install pdo_mysql
And of course add the .so file to your php.ini, just as you did with pdo.so
That should do the trick.
:o)
Thomas
eholz1 wrote:
> Hello Newsgroup,
>
> I have "installed" pdo using "pecl install pdo" (it intalled version
> 1.0.3),
> I have added the line "extension=pdo.so" to my php.ini file, but when I
> try to use
> the PDO db connect string "$db = new
> PDO('msql:server=dbserver;dbname=menagerie',$dbuser,$dbpass); "
> i get a "driver not found" error.
>
> the pdo.so file is located in
> :/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so
>
> Any ideas on how to fix this???
>
> eholz1
>
Navigation:
[Reply to this message]
|