在Mac下安裝wordpress。安裝XAMPP;為wordpress安裝資料庫。wordpress自身是不帶資料庫的,需要我們在XAMPP中建立資料庫。在瀏覽器中輸入:
http://localhost/phpmyadmin/
http://localhost/wordpress/
在Mac下安裝wordpress。安裝XAMPP;為wordpress安裝資料庫。wordpress自身是不帶資料庫的,需要我們在XAMPP中建立資料庫。在瀏覽器中輸入:
http://localhost/phpmyadmin/
,進入資料庫管理介面。輸入資料庫名:wordpress(可自定義),資料庫格式選擇:utf8_general_ci,連結校對選擇:utf8_unicode_ci。然後點選建立。下載wordpress,然後解壓 wordpress至:/Applications/XAMPP/xamppfiles/htdocs/ 下。修改配置檔案。複製 /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-config-sample.php 至 /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-config.php,然後用記事本開啟,進行如下三處修改:修改資料庫名稱database_name_here為你的資料庫名,在本例中是wordpress修改資料庫使用者名稱username_here為root修改資料庫密碼為空,就是把password_here刪除在瀏覽器中輸入:http://localhost/wordpress/
,在這個設定頁面設定站點標題,登陸使用者名稱,密碼即可。