> For the complete documentation index, see [llms.txt](https://docs.ugurlu.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ugurlu.de/automatically-script/lampp-apache2-mysql-und-php8.2.md).

# LAMPP (Apache2, MySQL und PHP8.2)

{% hint style="warning" %}
Achtung: Die MySQL-Installation (einschließlich phpMyAdmin) wird ohne Passwortabfrage durchgeführt. Diese Installation ist für eine lokale automatisierte Installation vorgesehen und nicht für Öffentliche Dienste. Die Installation mit einer Passwortabfrage für MySQL (phpMyAdmin) wird die Tage hier erscheinen -> "... Coming soon ..."
{% endhint %}

### Automatische Installation

* Für eine Automatische Installation, so führe diesen Befehl im Terminal aus:

```
sudo wget -O- 'https://raw.githubusercontent.com/ishak2001/Script/main/lampp/lampp-install.sh' | bash
```
