Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The php on the server is compiled without mysql module so I cannot run mysql_connect in php. I do not have root access. Is there a way for me to solve this problem, perhaps parsing in some files during runtime?

share|improve this question
2  
If you are in a shared hosting environment then ask your provider to enable MySQL... unless you are on a super cheap host they should enable it. – Mitch Dempsey Jul 29 '10 at 22:08

1 Answer

For security reasons, php does not allow non-root users to include modules. As already stated, your hosting provider should include it. Mysql is most likely not installed either. If they won't give you mysql I'm sure you can find a better host for less than $5 a month.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.