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 »
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 [...]
Posted in Apache server, How to, 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 »