Tagged Questions
0
votes
0answers
94 views
PHP Loads Different MySQL Server Version
I have installed MySQL 5.6.9 dev on Ubuntu 12.10 32bit, instead of using apt-get to install stable version 5.5.29.
My PHP5, Apache and MySQL are all working, however, I do not see MySQL section using ...
0
votes
1answer
134 views
php.ini not found in location reported by phpinfo()
We use an unmanaged Rackspace cloud server here at work. It's running Ubuntu 11.10. I wanted to install the gearman library and extension so I need to find the currently loaded php.ini file. Running ...