XAMPP: Difference between revisions
Jump to navigation
Jump to search
no edit summary
m (Text replacement - "== references ==" to "== References ==") Tags: Mobile edit Mobile web edit |
No edit summary |
||
| 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 == | ||