An multiplatform open source web server software stack, generally consisting of PHP/Perl, Apache and MySQL.
1
vote
1answer
440 views
Why can't I run mysql?
I'm trying to import a database from Wamp to Xampp. I run Lampp first, then go to /opt/lampp/bin and run:
mysql (or mysqladmin ?) -u root -h localhost
but I get:
mysql: command line not found
...
3
votes
2answers
2k views
How do I fix the error 403 I am getting with XAMPP while I am using mod_userdir?
I am running Arch Linux and I decided to use XAMPP so I can create and test web pages. Anyway, I followed the instructions given in the site and extracted it to /opt/lampp and I also uncommented the ...
1
vote
0answers
140 views
How to specify command line options for XAMPP for Mac?
Per the answer to this question:
Can I have conditional statements, based on server, in .htaccess file?
I want to specify a command-line option when starting up Apache on my Mac. But my Apache is ...
1
vote
1answer
853 views
Why don't I see the XAMPP page on Linux Mint?
I am trying to install PHP MySQL on Mint 12. I downloaded and installed XAMPP. According to the tutorial, when I go to localhost in a browser I should see this:
Instead, I see:
It works!
This is ...