DB_CHARSET & DB_COLLATE: Required?
-
When starting a new installation, can I omit the DB_CHARSET & DB_COLLATE constants? Reading the docs, it appears as though
utf8is the default value for the charset, and collate should be null.If I remove the
defines from my config (before installing), is that the same as saying:define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');In other words, if WordPress’ assumed default values for these constants suffice, do I need to have those lines set in my config?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘DB_CHARSET & DB_COLLATE: Required?’ is closed to new replies.