Wednesday, January 26, 2011

setting up LAMP

Install LAMP using instructions at http://www.if-not-true-then-false.com/2010/lamp-linux-apache-mysql-php-on-fedora-centos-red-hat-rhel/
Install Zend using instructions at http://www.if-not-true-then-false.com/2010/install-zend-framework-on-fedora-centos-red-hat-rhel/



Starting mysql -> /etc/init.d/mysqld start
Starting HTTP Server - /etc/init.d/httpd start
Configuration files - 
HTTP Server -  /etc/httpd/conf/httpd.conf
PHP Config  -  /etc/php.ini


After installing mysql and configuring user
  • To access using MySQL Workbench from remote windows machine open port 3306 
  •  To find ip address of your SQL Server host use ifconfig  - check ipaddress for eth0 or wlan0 (based on wired or wireless network)


No comments:

Post a Comment