2016年4月23日 星期六

Mac 裝 XAMPP

XAMPP 有MAC的 .dmg 可供安裝

1. 先到 XAMPP 官方網頁 https://www.apachefriends.org/download.html,下載 .dmg (Download .dmg in the official website of XAMPP)











2. 雙點擊安裝 (double click to install)


















3. 裝完,啟動,在瀏覽器鍵入 http://localhost,見下列畫面即成功安裝


(Go to http://localhost/ to test if the installation is ok)












4. php 檔案,放在 /Applications/XAMPP/xamppfiles/htdocs,把新檔案放進,就能在瀏覽器運行
(the working directory is in /Applications/XAMPP/xamppfiles/htdocs)

5. 至於phpMyAdmin, 在瀏覽器鍵入 http://localhost/phpMyAdmin, 見下列畫面即成功進入管理數據庫頁面 (Go to http://localhost/phpMyAdmin to access phpMyAdmin)








6. 之後要啟動Apache server & MySQL 都需要到Terminal 行指令 (Command to start up XAMPP in Terminal)

開XAMPP的指令 (The command for start xampp)
sudo /Applications/XAMPP/xamppfiles/xampp start

開MySQL的指令 (The command for start mySql manually)
sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start

7. phpMyAdmin 現在是沒有密碼的,而MySQL 預設的登入是,username: root, password: (沒有) [phpMyAdmin doesn't need to login by default and MySQL 's username is root and there is no password '']

8. 如需設置密碼,才能登入phpMyAdmin,需修改/Applications/XAMPP/xamppfiles/phpMyAdmin/config.inc.php
(If phpMyAdmin need to set login before access, change the file /Applications/XAMPP/xamppfiles/phpMyAdmin/config.inc.php)


沒有留言:

張貼留言