طبق آموزشی که من خودنم wp-config-sample.php
رو تغییر نام دادم به
wp-config.php
و کانفیگ رو انجام دادم اینم کانفیگ
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wp');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL hostname */
define('DB_HOST', 'localhost');
بعد سیو کردم همین اشتباه بوده ؟