MYSQL UPGRADATION
General Rule
Mysql recommend that when upgrading from one release series to another, you should go to the next series rather than skipping a series. For example, if you currently are running MySQL 3.23 and wish to upgrade to a newer series, upgrade to MySQL 4.0 rather than to 4.1 or 5.0.
(more…)
LAMP (Linux Apache Mysql Php)
The acronym LAMP refers to a solution stack of software programs, commonly open-source programs, used together to run dynamic Web sites or servers. The original expansion is as follows:
(more…)
How to set up streaming server
To setup a streaming server first you need ffmpeg installed in the server . Not only that you need associated software’s installed to and you need to custom compile to make the server a complete streaming server . you need ffpeg-php also .
ffmpeg-php is a PHP extension that adds functions for accessing and retrieving information from movies and audio files. ffmpeg-php provides access to the many audio and video formats supported by ffmpeg First we can try the easy way . using yum . You can download the repository of rpmforge from http://dag.wieers.com/rpm/ . then
yum install ffmpeg
(more…)