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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/73798-mysql-pdo/#findComment-372479 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.