how to install the PDO driver for MySQL ?
Posted by: Ericx_25 (---.217.146.191.coditel.net)
Date: October 19, 2006 08:43PM

how to install the missing PDO driver for MySQL ?

Options: ReplyQuote
Re: how to install the PDO driver for MySQL ?
Posted by: CyberSpatium (71.237.217.---)
Date: October 20, 2006 08:48PM

make sure you enable the pdo extensions in your php.ini file. to enable this extension, start wamp, then use the wamp tray icon menu and to to:
php settings -> php extensions (located at the very bottom of the list) and enalbe php_pdo_mysql and if you want to use pdo with sqlite, then also enable php_pdo_sqlite.

after you change each setting, wamp will automatically restart apache for your new settings to take effect. then open up your phpinfo and pdo should be there.

[www.sitepoint.com]

Options: ReplyQuote
Re: how to install the PDO driver for MySQL ?
Posted by: mostafiz (202.56.4.---)
Date: April 11, 2007 12:42PM


-----
CyberSpatium wrote:

> make sure you enable the pdo extensions in your php.ini file.
> to enable this extension, start wamp, then use the wamp tray
> icon menu and to to:
> php settings -> php extensions (located at the very bottom of
> the list) and enalbe php_pdo_mysql and if you want to use pdo
> with sqlite, then also enable php_pdo_sqlite.
>
> after you change each setting, wamp will automatically restart
> apache for your new settings to take effect. then open up your
> phpinfo and pdo should be there.
>
> [www.sitepoint.com]




----
please help




Ok fine
i do all necessary configuration in my php.ini to enable php_pdo_mysql
but in my phpinfo()

it will show pdo mysql is not present


--->>>>>>>>>>
on phpinfo()

PDO
PDO support enabled
PDO drivers sqlite, sqlite2


--- where in my php.ini

;Windows Extensions
;Note that ODBC support is built in, so no dll is needed for it.
;
extension=php_mbstring.dll
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_curl.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
;extension=php_zip.dll
extension=php_pdo.dll
extension=php_pdo_sqlite.dll
;extension=php_pdo_firebird.dll
;extension=php_pdo_mssql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_oci8.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
extension=php_sqlite.dll
extension=php_pdo_mysql.dll



now how to enable pdo mysql please help me soon



-Mostafiz

Options: ReplyQuote
Re: how to install the PDO driver for MySQL ?
Posted by: CyberSpatium (71.237.217.---)
Date: April 11, 2007 01:15PM

make sure you restart apache after making changes in the php.ini file for the new settings to take effect.


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

Please visit my latest website Clarify Loans:
clarifyloans.com


Like my free support? Help support me by making a donation today!

Options: ReplyQuote
Re: how to install the PDO driver for MySQL ?
Posted by: mostafiz (202.56.4.---)
Date: April 11, 2007 01:27PM

But my operatiing System is windows 2000 so how to do that cause i have done everything.....



-Mostafiz

Options: ReplyQuote


Sorry, only registered users may post in this forum.