2

からの私の接続コードwp-config.php

// ** 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', 'wordpress');

/** MySQL database password */
define('DB_PASSWORD', 'MYPASSWORD');

/** MySQL hostname */
define('DB_HOST', 'DBProcessName.db');

/** 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', '');

オンラインでは正常に動作しますが、ローカルでは動作しません。

これがローカルでもサイトへのオンライン アクセスでも機能するようにするには、何を変更する必要がありますか?

4

0 に答える 0