Friday, August 26th, 2011 218 views
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 # [...]
Posted in CentOS 5 | No Comments »
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 [...]
Posted in CentOS 5 | No Comments »
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 [...]
Posted in CentOS 5 | 1 Comment »
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 [...]
Posted in Apache server | No Comments »
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: [...]
Posted in CentOS 5, Linux system | 1 Comment »
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 [...]
Posted in Apache server, How to, Knowledge, Linux system, Virtual server | No Comments »