Questions tagged [lampp]

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

Since its creation, the LAMP model has been adapted to other componentry, though typically consisting of free and open-source software. For example, an equivalent installation on the Microsoft Windows family of operating systems is known as .

Use this tag for programming questions related to the LAMP programs.

Source: Wikipedia

292 questions
-1
votes
1 answer

Unable to open localhost?

I have been using Lampp on a test machine. OS is Ubuntu 12.1. It was working fine before and running my scripts. Then it began displaying a pop-up asking me if I would like to open or save the file? I have tried changing the ports and restarted the…
-1
votes
1 answer

Cannot configure Apache to parse PHP files

I have installed xampp in linux. And then I have updated the php.ini file like removed the ; before some libraries. If i type localhost/test.php then that php file is downloading instead of…
Tech MLG
  • 5,777
  • 4
  • 17
  • 7
-2
votes
1 answer

Xampp is not starting on ubuntu 17.10

I have installed xampp on my ubuntu 17.10, it has been successfully installed but when i start the xampp using sudo /opt/lampp/lampp start it throw errors Starting XAMPP for Linux 5.6.32-0... XAMPP: Starting …
Anuj
  • 1
  • 1
  • 4
-2
votes
2 answers

Unable to open phMyAdmin on Ubuntu 16. " Connection for controluser as defined in your configuration failed"

This is the elaborate message being displayed "phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond…
md5
  • 1
  • 5
-2
votes
1 answer

can i access to mysql database remotely from any ip address ???

please be aware that this topic grant remote access of MySQL database from any IP address i cant understand any thing from My scenario is i have a local network that have a centos linux server the server ip address are : 172.20.17.30 and this…
-4
votes
1 answer

What all servers do I need to install to deploy and run my PHP web app, if I don't want to use the XAMPP package?

For web development where I use PHP on the backend, I have always used XAMPP (Windows) or LAMPP (Ubuntu). Now I am running Ubuntu 16.04 and for some reason, I can not use an LAMPP package. So my question is what independent servers do I need to…
Shy
  • 542
  • 8
  • 20
-6
votes
2 answers

What to put in database columns when creating registration/login system? (xampp)

I'm running the following through xampp. (Copying it and placing it in the htdocs) https://github.com/fethica/PHP-Login It says to “Create database "login" and create tables ‘members’ and ‘loginAttempts’” Sounds easy, i created that, but then mysql…
No One
  • 1
  • 1
1 2 3
19
20