xampp

How can I uninstall and reinstall XAMPP on Vista?

I just installed XAMPP beta with PHP 5.3 on Vista, but installed it in c:\xampp\xampp instead of c:\xampp. How can I uninstall it and reinstall in the correct directory? ...

phpmyadmin "no data received to import" error, how to fix?

I use xampp on a pc atwork to host a database. I exported a backup ("bintra.sql") using phpmybackuppro. I use xampp on a mac at home, and when I try to import the sql file located on my desktop, I get this error. No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size perm...

iPhone - access XAMPP server (localhost) on my mac in the same network

Hi I want to create an iPhone app which makes calls to a web service. For testing, I want to first create the API calls on my mac (server running XAMPP) and if it works fine there I want to port it to the actual server. If my iPhone and mac are on the same network, can I access the web service using the IP address of my mac? Thanks. ...

XAMPP Mod_Rewrite & dynamic CSS

I'm running Apache on my local computer (mac) with Mod_Rewite enabled and Allowoveride All set in XAMPP's httpd.conf file. These are my rules, snippet of httpd.conf file - RewriteEngine On RewriteRule ^/setup/css/userlayout.css /setup/css/userlayout.php Alias /ms "/Users/web/wwwroot/ms" <Directory "/Users/web/wwwroot/ms"> Option...

mysql: recover database from frm files

At some point my MAMP installation became corrupt and I decided to move to XAMPP instead. However I now can't get my databases across. Other people have said I simply need to copy the DB files to XAMPP but this only partially work. I can see the databases however all the tables have message "in use" and if I try to query a table I get ...

Why am I unable to use a variable in my require or include statement on XAMPP?

While cleaning up some old php scripts I've noticed some weird behavior with require/include statements when I try to use variables. On the live server, the following code works fine.. <?php $test = "http://localhost/elearning/trunk/mypage.php"; require "$test"; ?> ..but on my XAMPP installation ((basic package) version 1.6.7) I rece...

Collaborative Development Overview Diagram

I am going to be implementing a development environment for some young developers and I am looking for a diagram to describe the ideal programming environment. Basically what I am setting up is an environment that consists of the following pieces IDE (Eclipse) Local Development Environment (XAMPP/MAMP) Repository (SVN) Test Environmen...

Bundling PHP MySql with Flex to be given to a client

I made an application using Flex,php,mysql. Now to give it to a client, I am bundling this flex application with xampp. There are few problems with this approach : 1. Whenever the flex application runs, an xampp window also opens up. 2. The Apache port number, which I am giving to the client is fixed. Same for mysql port number. What...

Different types of WAMP's?

"WAMP" is an acronym formed from the initials of the operating system (Windows) and the package's principal components: Apache, MySQL and PHP (or Perl or Python). Personally I use XAMPP Lite, but thats because I haven't tried anything else. I've just been looking as to how to install SQLBuddy on it, and can't find out. I've heard about...

Adobe AIR with PHP/MySql or sqllite

What would be a better choice for making a database driven Adobe AIR(Desktop) application? Using PHP+MySql with AIR OR Using SQLite If I choose SQLite, then I cannot reuse my code for an online application. If I choose 1, I have to block few port numbers on User's machine. Also, I am using XAMPP for providing the user with PHP a...

Question about Visual Studio and MySQL connectivity

Possible Duplicates: Where to begin with Card Reader application in C# How can I connect to MySQL from windows forms? I have installed XAMPP, which includes MySQL version 5. I need to connect to this database from C#, but when I try to add a data source in Visual Studio it doesn't have a provider for MySQL version 5. What do...

Maximum execution time in phpMyadmin

Hello When I try to execute (some) queries in phpMyadmin I get this error Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\phpmyadmin\libraries\dbi\mysql.dbi.lib.php on line 140 because I have a very large table (over 9 millions records) I have edited the file C:\xampp\php\php.ini and changed the valu...

Xampp, Access forbidden for non index files

I've been using xampp for a long time and it's always worked fine. I have a project I am currently working on and it was working fine just a couple of days ago. Now I am getting 403 Access forbidden page for any file that is not named index.php. Anyone have any ideas why this might be happening. I'm on Windows XP and have Xampp Versio...

Cron on XAMPP (windows)

I am developing a site locally using xampp. I would like to configure cron, so the dev environment is the same as the production environment. However, my system is windows vista. Is there any way to do this, or am I forced to accept that my dev and production environments will be forks? ...

having issue with fsockopen while sending mail with swiftmailer

Hello guys I was playing around the new swiftmailer 4.0.4 using my zend studio embbeded apache server where i can send successfully emails through gmail smtp. Now that it's was fine and that i decided to use it in real project and this time along using xampp 1.6.8.any time i run the same function there is this error Warning: fsockop...

Using XAMPP, how do i swap out PHP 5.3 for PHP 5.2?

I'm using XAMPP 1.7.2, but need to swap out PHP 5.3 for PHP 5.2 - how do I do this? ...

Port backend created in XAMPP to AWS server (EC2)

Hi I am using AWS EC2 to create a back end for my website. I already have an AWS account and EC2 subscription. I am familiar with LAMP and so am creating a database and some scripts locally using XAMPP. Now I want to know how I can port these to my AWS server. How do I upload script files to the server and how do I port the MySQL datab...

xampp mysql error

Hi , I get this error: mysql service not started [-1] when i try to open the mysql admin . I had xampp 1.7.2 installed before and it worked fine , now i installed 1.7 instead and it has this problem . how can i fix this ? Thanks ...

XAMPP for Mac cannot see PHP files

Hi, I am unable to see php files after I downloaded XAMPP. I am trying to write a php file, so I download and started XAMPP, but I cannot see PHP files show up. When I open anything as simple as: <?php echo "Hello World"; ?> Just shows up a blank firefox window. Can anyone please help, this is urgent! Thanks ...

security holes in xampp for windows?

i need to install a mysql server on my windows machine to run a local database. does anyone know if this thing poses a vulnerability? ...