Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
pdo_mysql enable/disable
zar3x
✭
Hi.
I Just read what you need to run the latest vanilla 2,1 and it says that some host disable pdo_mysql module. But I can't find where i can check it if it enable or disable. So I wonder what file can I find it and check it if it are enable or disable.
0
Comments
Create phpinfo file under your root directory with the usual php info code:
<?php phpinfo( ); ?>
locate that directory and find
pdo_mysql
if you can't seemysql pdo
their, Ask your hosting.@achu Aha okey, well that one was okey. thanks for the help