XAMPP: Difference between revisions
Jump to navigation
Jump to search
no edit summary
m (→installation) |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 31: | 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 38: | 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 82: | Line 94: | ||
== | == References == | ||
<references/> | <references/> | ||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Web server software]] | [[Category:Web server software]] | ||