Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache, PHP and MySQL portable?

Tags:

php

mysql

apache

can I run Apache, PHP and MySQL on a External HD? I need this because I work in diferent computers, and sometimes I don't have installed and configured all aplications for use.

like image 479
Cesar Avatar asked Oct 17 '09 18:10

Cesar


People also ask

Is Wampserver portable?

It's a portable server manager that you can go anywhere, anytime, in any computer and run your webapp.

Does MySQL work with Apache?

Remember to start the apache and mysql servers before you run any script to access a table in MySQL using your Apache Web server. In Windows open Computer Management, Services and start each service in turn. In Linux using the KDE desktop open services applet and start both httpd and mysqld services.

What is PHP MySQL and Apache?

LAMP is an open source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. (Sometimes Perl or Python is used instead of PHP.)


2 Answers

Sure thing, XAMPP works well for this. It bundles Apache, MySQL, PHP (and Perl) and can work on Windows, Solaris, Mac OSX or Linux.

There's a version here that is optimized for portability on your USB device of choice.

Portable XAMPP

like image 75
scunliffe Avatar answered Oct 10 '22 07:10

scunliffe


I have been using the Uniform server for some time now. It has a small footprint and works nicely. http://www.uniformserver.com/

like image 37
mr.mstyle Avatar answered Oct 10 '22 09:10

mr.mstyle