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?
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.
|
|
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. |
|||
|
|
