[Phpmyadmin] Temporary disable phpmyadmin how to?

December 19, 2016

Phpmyadmin is an easy tools to have visualize interface to access database. If it is not in use, better to disable it to protect your site from hack or SQLInjection, You do not want to remove it, because in future it might be needed again, so just disable it in a simple way and enable […]

Ubuntu phpmyadmin connect to mysql error: #2002 cannot log in to the mysql server

August 22, 2014

If phpmyadmin cannot connect to mysql error: #2002 cannot log in to the mysql server Run: sudo nano /etc/mysql/my.cnf Update bind-address = 192.168.0.2 To bind-address = localhost This fixed the problem. Enjoy. ref: here

Ubuntu 10.04.4 upgrade php 5.3.2 to 5.3.6

August 22, 2014

For anyone who wants to upgrade Ubuntu 10.04 LTS to PHP 5.3.10, this is how I have done it. Note sudo apt-add-repository ppa:brianmercer/php5 doesn’t work anymore. Suspect has been taken down. sudo apt-add-repository ppa:brianmercer/php5 will not work anymore However the steps below do work!! sudo add-apt-repository ppa:bjori/php5 sudo apt-get update sudo aptitude show php5 Package: […]

phpMyadmin can’t set default value to Null

May 20, 2014

Newer version of phpmyadmin, some user might experience to get error when trying to set a field to NULL. To make this work, make sure that the option Null for the column be checked. Scroll to the right to find Null column.