嗨,我試圖在XAMPP安裝worpress設計和測試我的博客上,但是當我去到localhost/WordPress的它總是告訴我,WordPress的上XAMPP數據庫錯誤
「錯誤建立一個數據庫連接」
請幫助一直嘗試。
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wordpress');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
我運行它Windows
XP
而您的數據庫服務器正在localhost下運行,並設置了無密碼用戶root?你是否創建了數據庫'wordpress'? – FAS
我有phpMyadmin拉起來,我創建了一個數據庫WordPress的一切都設置爲無密碼「據我所知」。 – budsemporium
據你所知?如果你有一個沒有密碼的用戶root,你會在phpMyAdmin首頁上看到一個很大的紅色警告。 – FAS