Install MySQL 5.6 and phpMyAdmin on Ubuntu 16.04
To Install MySQL 5.6 and phpMyAdmin on Ubuntu just follow the command one by one bellow. For phpMyAdmin to work, you need PHP to be installed. To install PHP 5.6 😉
Continue readingTo Install MySQL 5.6 and phpMyAdmin on Ubuntu just follow the command one by one bellow. For phpMyAdmin to work, you need PHP to be installed. To install PHP 5.6 😉
Continue readingTo Install PHP 5.6 on Ubuntu just follow the command one by one bellow. apt-get update apt-get install software-properties-common add-apt-repository ppa:ondrej/php apt-key del 4F4EA0AAE5267A6C apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 4F4EA0AAE5267A6C apt-get install apache2 php5.6 php5.6-cgi php5.6-curl php5.6-gd php5.6-intl php5.6-mysql php5.6-json php5.6-bz2 php5.6-mcrypt php5.6-xmlrpc php5.6-xsl php5.6-bcmath php5.6-mbstring php5.6-soap php5.6-xml php5.6-zip service…
Continue readingThis is one of major issue lot of web masters face now. As PHP 5.2 has reached end of life we are forced to seek options to migrate and test PHP applications in PHP 5.2 and 5.3. Raj COO from WebHostRepo.com has posted a nice blog post on how to…
Continue readingFor this installation I choose CentOS 6.3 minimal version. You can download the ISO from the mirrors or direct download it from SYNc yourself. Once the CentOS installation is completed make sure you are connected to Internet to update the latest libraries. Note: These steps are done assuming you…
Continue readingWhen you boot an Amazon Linux EC2 instance it boots with a 8GB EBS volume. If you need more space you need to add additional drives. This article can help with that…
Continue reading