You are viewing an old version of this page. Return to the latest version.
No categories assigned
Environment Variables (Windows)
-
- Last edited 7 years ago by WikiSysop
-
For using console commands for PHP ans MySQL in a comfortable way, some settings in the environment variables should be done. This document describes how to do this.
Tips for this Document
- Please, read this manual completely and work through the single installtion steps one after another.
Figure out Paths
Please try to figure out in which paths of your Windows installation the following files are located:
- php.exe
- mysql.exe
This document uses this paths as an example for the description:
- C:\Program Files (x86)\PHP\php-5.6.30\php.exe
- C:\Program Files\MariaDB 10.1\bin\mysql.exe
Enter Enbironmental Variables
- Press the key combination "Windows + R" to start the input request
- Start the program "SystemPropertiesAdvanced.exe"
- Click at "Environment Variables"
center - Öffnen Sie im Bereich "Systemvariablen" die Variable "Path" mit einem Doppelklick
- Bis Windows 2012: Fügen Sie in der Zeile "Wert der Variablen" zusätzlich direkt am Anfang der Zeile die Pfade zu php.exe und mysql.exe, getrennt durch Semikolon, ein.
Am Beispiel der vorgenannt beispielhaft genannten Pfade also "C:\Program Files (x86)\PHP\php-5.6.30\;C:\Program Files\MariaDB 10.1\bin\;" - Ab Windows 2016: Fügen Sie zwei neue Einträge mit dem jeweiligen Pfadnamen hinzu
- Schließen Sie alle Fenster mit Klick auf "OK"
- Starten Sie die Kommandozeile erneut
Nun sollten Sie ohne Probleme die Befehle "php" und "mysql" in der Kommandozeile aufrufen können.