Archive for January, 2009
Linux Apache PHP Mysql LAMP – A little introduction
Linux Apache PHP Mysql LAMP View more presentations from hussulinux. (tags: apache linux)
Find ports of an application — Check on which port program is listening
In my previous post I was discussing how busy port created an issue while i was trying to start apache web server. Later i learned how to know which program or application is using which port. 1. Windows Machine: Run following command on command line: C:\> netstat -anb -a Show all -b Show application -n [...]
Unable to start apache server – port already in use
I faced this problem few months back and again few days back heard from some other person when i told him the resolution. This is not a very generic problem and not a generic solution but it is a situation. Few months back, I was trying to setup my machine for testing and was installing [...]
Few Design Tips for MySQL Data Architects
Top 20 Design Tips for MySQL Data Architects View more presentations or upload your own. (tags: 42sql architect")
Database indexes – Few basic points
I used MS Sql Server, Oracle in my past projects and currently using MySql. Here i am trying to list down few points regarding indexes. These can be quite basic and elementary but practically really very effective, Trying to list what i learned over time: 1. Create index on columns which are frequently used for [...]
