

- PHP 5.2 INSTALLED BUT CANNOT ACCESS PHPMYADMIN INSTALL
- PHP 5.2 INSTALLED BUT CANNOT ACCESS PHPMYADMIN MANUAL
- PHP 5.2 INSTALLED BUT CANNOT ACCESS PHPMYADMIN SOFTWARE
Nowhere you should write any username and passwords. Also in auth_user, and auth_password, leave as it is. You’ll have to create new server entry and use the default settings only.

Now, from your browser, goto location and fill out the information. You can run the following commands : cd phpMyAdmin The extracted files and folders should be directly inside /var/Now you’ve to create a config folder inside it with world writable permissions. Let’s talk :įirst download the latest phpMyAdmin from here : Įxtract the contents to a folder inside your webserver folder, say /var/www/phpMyAdmin
PHP 5.2 INSTALLED BUT CANNOT ACCESS PHPMYADMIN MANUAL
Solution : Manual installation and configuration of phpMyAdmin.
PHP 5.2 INSTALLED BUT CANNOT ACCESS PHPMYADMIN INSTALL
PIB 1 : phpMyAdmin got uninstalled during the process of upgrading ! And when trying to install using “sudo apt-get install phpmyadmin”, it failed as it required php-mcrypt module which it seems cannot be installed in PHP 5.3. Lets refer to Post-Installation Bug as “ PIB“. The bugs may vary for you, as it depends on the exact installation specifications, but I’ll tell you about the bugs I faced and if you have something in common, you can use the solution that worked for me. But the game is not over yet 🙂 for the post-installation bugs are still roaming everywhere in your PHP installation. You can check the version number from the output of phpinfo() or in your command prompt type php -v to assure yourself. If its asks about removing phpmyadmin and would you like to use db-common, select NO if you want to preserver your databases. Choose to use the packager’s version of it. It may ask what to do about the new php.ini file. Now open sources.list using the following command :Īdd the following sources and save the file. Now, just run the following commands one by one, If you’re using Apache 2, it can be found in /etc/php5/apache2/php.ini You may need it for reconfiguring your PHP 5.3. Anyways, moving ahead, take a backup copy of your php.ini configuration file. Well, you cannot do anything about it but you’ll have to reinstall them.
PHP 5.2 INSTALLED BUT CANNOT ACCESS PHPMYADMIN SOFTWARE
BUT, before that, you’ve to know that any software you use like phpMyAdmin or ldapPhpAdmin which uses PHP might broke. So don’t forget to go through that page once, at the least the section which tells about the “removed and deprecated” features in PHP 5.3 and use the alternatives as suggested. The PHP developers have written a good page in the PHP Manual which tells in detail about the things to take care of when migrating to 5.3 from 5.2.

And to avoid getting unnecessary warnings or notices, it was better to recheck my codes for compatibility with PHP 5.3. Many new features were added while many were removed or deprecated. Because as the developers have said, PHP 5.3 is a major release with lots of changes. As my usual habit, I like documenting the stuff I do, so here it goes.įirst thing before starting the process is to make sure that none of my existing projects would break. Finally, at Dec 27 12:45 AM I achieved 100% transformation to PHP 5.3. The process was not at all so simple and it took lots of googling and searching the forums, especially for removing the post-installation bugs. So yesterday I decided to do that conversion. I’m not so apt towards change but PHP 5.3 has some cool features which I needed very much for my projects. I’ve been using PHP 5.2 for a long time now.
