Tag Archives: PHP

Install phpMyAdmin on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS

phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL with the use of a Web browser. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing … Continue reading

Posted in How To..., Ubuntu | Tagged , , , , , , , , , , , , | 1 Comment

Install PHP 5 on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS

PHP is a general-purpose server-side scripting language originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, … Continue reading

Posted in How To..., Ubuntu | Tagged , , , , , , , , , , | 1 Comment

Install MySQL Server on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS

MySQL is a relational database management system (RDBMS)that runs as a server providing multi-user access to a number of databases. It is named after developer Michael Widenius‘ daughter, My. The SQL phrase stands for Structured Query Language. Free-software-open source projects … Continue reading

Posted in How To..., Ubuntu | Tagged , , , , , , , , , , | 4 Comments

Bitnami Magento App Installation, Configuration and Sample Data

Download Magento VM from: http://bitnami.org/stack/magento http://bitnami.org/files/stacks/magento/1.6.0.0-2/bitnami-magento-1.6.0.0-2-ubuntu-10.10.zip 1.      Open VMX file in VMware Player 2.      Start Vital machine 3.      http://10.2XX.XX.XX/ Click on Access My Application 4.      Login 5.      Create an Account 6.      Admin (http://10.2xx.xx.xx/magento/index.php/admin) 7.      Admin Panel 8.      Catalog -> Manage … Continue reading

Posted in How To..., Private Cloud, VMware | Tagged , , , , , , , , , , , | 2 Comments

Magento(Any) Database Backup by PHPMyAdmin

Enable phpMyAdmin By default, you can only access phpMyAdmin from the same computer. You can enable it by editing the “opt/bitnami/apps/phpmyadmin/conf/phpmyadmin.conf” file: Alias /phpmyadmin “/installdir/apps/phpmyadmin/htdocs” installdir/apps/phpmyadmin/htdocs”> AuthType Basic AuthName phpMyAdmin AuthUserFile “/installdir/apache2/users” Require valid-user Order allow,deny Allow from all  #Change … Continue reading

Posted in Private Cloud | Tagged , , , , , , , | 1 Comment

Install Apache2, Php5, Mysql, PhpMyAdmin (LAMP Stack) on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS

Update the UBUNTU Machine Apache2 Install PHP Install PHP Install MySQL-Server Verify the LAMP Installation

Posted in Private Cloud | Tagged , , , , , , , | 1 Comment