How To Install PHP 5.x phpMyAdmin 3.4 On CentOS 6

Friday, August 26th, 2011 218 views
How To Install PHP 5.x phpMyAdmin 3.4 On CentOS 6

In my previous post, you knew how to set up your own website with Apache, MySQL and PHP on CentOS 6. Today, I’ll show you how to use phpMyAdmin 3.4 to manage your MySQL server. This software provides a user interface that greatly simplifies your interactions with MySQL. 1. Install phpMyAdmin # cd /var/www/html # [...]

Installing phpmyadmin and PHP 5.2.* on a Centos 5.2 Server (updated)

Friday, August 26th, 2011 145 views

So I spent the better part of last night (12-3:30am) trying to figure out just exactly how to get phpmyadmin installed on my Centos 5.2 Server. Now, I’m no dummy when it comes to linux, package management etc… But this was a task which apparently many other people have had trouble with. I finally gave [...]

How to install LAMP, phpMyAdmin and VsFTP on CentOS 5.3

Friday, August 26th, 2011 284 views

We will now look at the wonderful and exciting way to install LAMP, phpMyAdmin and VsFTP on CentOS 5.3 utilizing Yum! #Update Your Package yum update # Install Mysql Packages yum install mysql-server mysql mysql-devel /etc/init.d/mysqld start # By default mysql has the no passward. To change the password in command shell write the following [...]

Installing LAMP (Linux, Apache, MySQL, PHP) include Zend Optimizer, Ioncube, Curl, etc

Tuesday, August 9th, 2011 153 views

Installing Apache : Open the Terminal (Applications> Accessories> Terminal) Copy / Paste the following line into Terminal and press enter: sudo apt-get install apache2 Terminal will prompt for a password, type it and press enter. Test Apache, to make sure everything is installed correctly Open the browser and then enter the following web address into [...]

Hosting, Cpanel, IIS, Apache, PHP, ASP, .NET, MySQL, MSSQL..

Monday, June 22nd, 2009 654 views

Running php 5.x on windows using tomcat 4.x or 5.x What it solves: Using php 5.x on Tomcat 4.x or 5.x Enabling php only in one web application, instead of globally. The simplest possible configuration is described. The descriptions are terse assuming your intelligence. We will assume php will be installed in c:\ drive. Substitute [...]