XAMPP: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[http://www.apachefriends.org/en/xampp.html XAMPP](all old version and latest version of XAMPP [http://sourceforge.net/projects/xampp/files/ files]) | [http://www.apachefriends.org/en/xampp.html XAMPP](all old version and latest version of XAMPP [http://sourceforge.net/projects/xampp/files/ files]) | ||
== installation == | |||
{{Software version| software=XAMPP | url=http://www.apachefriends.org/en/xampp.html | version=5.6.3}} | |||
# Download the [https://www.apachefriends.org/index.html XAMPP Installers] and install | |||
# Configure the Windows {{kbd | key=PATH}} if you want to run the PHP script from command line ([[How to setup my system path]]). And(replace the {{kbd | key=X}} to other folder where XAMPP installed)<ref>[http://stackoverflow.com/questions/10753024/how-to-access-the-command-line-for-xampp-on-windows php - how to access the command line for xampp on windows - Stack Overflow]</ref><pre>;X:\xampp\mysql\bin;X:\xampp\php;</pre> | |||
# Restart the command line window to make sure the {{kbd | key=PATH}} updated! | |||
== Roll back to the old version of [http://www.mysql.com/ MySQL] at XAMPP == | == Roll back to the old version of [http://www.mysql.com/ MySQL] at XAMPP == | ||
| Line 25: | Line 31: | ||
Server=C:/mysql_old/bin/mysqld-nt.exe | Server=C:/mysql_old/bin/mysqld-nt.exe | ||
</pre> | </pre> | ||
==== Modify the path of MySQL service ==== | ==== Modify the path of MySQL service ==== | ||
| Line 32: | Line 39: | ||
restart the MySQL service | restart the MySQL service | ||
== PHP path == | |||
* on {{Mac}} {{kbd | key=<nowiki>/Applications/xampp/bin/php</nowiki>}} | |||
<pre> | |||
# How to verify the PHP path | |||
% /Applications/xampp/bin/php --version | |||
PHP 8.1.17 (cli) (built: Apr 6 2023 05:03:43) (NTS) | |||
Copyright (c) The PHP Group | |||
Zend Engine v4.1.17, Copyright (c) Zend Technologies | |||
</pre> | |||
== Troubleshottings == | == Troubleshottings == | ||
| Line 76: | Line 94: | ||
< | == References == | ||
<references/> | |||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Web server software]] | |||