|
|
|
| |
Advertisment
|
| |
Wikipedia
XAMPP is a free, cross-platform standalone server, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages. XAMPP's name is an acronym for X (any of four different op... http://en.wikipedia.org/wiki/XAMPP
|
| |
Links
|
|
|
| |
Blogs
http://taufanlubis.wordpress.com/2008/07/17/content-management-system-cms-in-linux-%E2%80%93-mambo/Content Management System (CMS) in Linux – Mambo (by: taufanlubis) Click the link to save the file to your ‘download directory’. Step 3. Create Mambo directory at XAMPP web server. Before we extract the Mambo file we have to prepare the directory for it. Since we use XAMPP in this sample, ...
http://www.databasemanagementconsulting.com/2008/07/xampp-preconfigured-http-server-review/XAMPP - (preconfigured) HTTP Server Review (by: unknown) Application: XAMPP and XAMPP Lite Platform: Windows/Linux/Mac OS/Solaris Homepage: apachefriends.org Download: ditto If you are a web developer then you would want setup local web server for productive development. ...
http://smruti-bay.blogspot.com/2008/07/xampp-server.htmlXAMPP SERVER (by: SMRUTI RANJAN) Installing XAMPP in Linux Download XAMPP Latest version from the following link http://sourceforge.net/project/showfiles.php?group_idu003d61776u0026package_idu003d60248. At the time of writing this article XAMPP version is 1.5.3a ...
|
| |
Videos
|
|
|
| |
Downloads
|
| |
Definition
No definitions found for xampp for linux download.
|
| |
Questions & Answers
How can I install lampp and create Mysql database in Linux(Centos 5.0 ver.) ?Help me...? I installed linux(Centos 5.0 ver)...then i downloaded xampp for linux..That is tar file...after that i opened terminal and went to root and typed command for unzipped of xampp file.It runs successfully and shows Apache server running.....
MySql server running........but one problem is that i can'nt create my database in MySql....
http://www.apachefriends.org/en/faq-xampp-linux.html
Creating a database is simple!
http://dev.mysql.com/tech-resources/articles/mysql_intro.html
$ mysql -u root -p
> create database mydatabase
http://dev.mysql.com/doc/refman/5.0/en/create-database.html
|
|