<?php
phpinfo();
登入虛擬主機後台(cpanel):
https://網址/cpanel
建立資料庫、使用者、關聯資料庫與使用者權限
/** Database password */
define( 'DB_PASSWORD', '密碼' );
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '資料庫名稱' );
/** Database username */
define( 'DB_USER', '使用者' );