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 [...]

Wildcard hosting with Apache and Bind

Monday, August 8th, 2011 125 views

If you have control over your DNS you can setup ‘wildcard hosting’, which means you can have a webserver accept connections for any given subdomain. This can be enormously useful for community websites, or other hosting purposes. One popular site which uses this technique is Livejournal, another less obvious one is Slashdot.org. The end goal [...]

Install LAMP Apps (Apache, MySQL and PHP in Linux) on CentOS

Tuesday, July 5th, 2011 128 views

After install your Operating System (could be CentOS), the first thing you may think about install Apache, PHP and MySQL on the server. This tutorial will let you know how to Install LAMP (Apache, MySQL and PHP in Linux) on CentOS. We will use YUM program to install LAMP in CentOS. Below are the steps: [...]

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 [...]