mobbik Posted October 18, 2007 Share Posted October 18, 2007 Hi, How can I check if MySQL PDO is installed on my webserver? Linux Fedora Apache/2.2.6 php5 Thanks Link to comment https://forums.phpfreaks.com/topic/73798-mysql-pdo/ Share on other sites More sharing options...
wildteen88 Posted October 18, 2007 Share Posted October 18, 2007 Use the phpinfo() function. When you place this function in a script PHP will display a page full of PHPs operating environment/current configuration. Scroll down the page of information and look for a title called pdo_mysql If you cannot find that title then the mysql pdo extension is not enabled. Link to comment https://forums.phpfreaks.com/topic/73798-mysql-pdo/#findComment-372479 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.