<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>codification Archives - CNERIS</title>
	<atom:link href="https://cneris.com/en/tag/codification/feed/" rel="self" type="application/rss+xml" />
	<link>https://cneris.com/en/tag/codification/</link>
	<description></description>
	<lastBuildDate>Sun, 20 Oct 2024 16:52:26 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>How to change the database character set in WordPress</title>
		<link>https://cneris.com/en/how-to-change-the-database-character-set-in-wordpress/</link>
					<comments>https://cneris.com/en/how-to-change-the-database-character-set-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 20 Oct 2024 16:52:26 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[charaters]]></category>
		<category><![CDATA[codification]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[utf8mb4]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://cneris.com/?p=2519</guid>

					<description><![CDATA[<p>To change the database character set in WordPress, follow these steps: Access the wp-config.php file located in the root directory of your WordPress installation. Look for the following lines: php Copiar código define('DB_CHARSET', 'utf8mb4'); define('DB_COLLATE', ''); If these lines are missing or set to a different value, change DB_CHARSET to utf8mb4, which is the recommended [...]</p>
<p>The post <a href="https://cneris.com/en/how-to-change-the-database-character-set-in-wordpress/">How to change the database character set in WordPress</a> appeared first on <a href="https://cneris.com/en">CNERIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To change the database character set in WordPress, follow these steps:</p>
<ol>
<li><strong>Access the <code>wp-config.php</code> file</strong> located in the root directory of your WordPress installation.</li>
<li>Look for the following lines:
<div class="contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950">
<div class="flex items-center text-token-text-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md h-9 bg-token-sidebar-surface-primary dark:bg-token-main-surface-secondary">php</div>
<div class="sticky top-9 md:top-[5.75rem]">
<div class="absolute bottom-0 right-2 flex h-9 items-center">
<div class="flex items-center rounded bg-token-sidebar-surface-primary px-2 font-sans text-xs text-token-text-secondary dark:bg-token-main-surface-secondary"><span class="" data-state="closed"><button class="flex gap-1 items-center py-1">Copiar código</button></span></div>
</div>
</div>
<div class="overflow-y-auto p-4" dir="ltr"><code class="!whitespace-pre hljs language-php"><span class="hljs-title function_ invoke__">define</span>(<span class="hljs-string">'DB_CHARSET'</span>, <span class="hljs-string">'utf8mb4'</span>);<br />
<span class="hljs-title function_ invoke__">define</span>(<span class="hljs-string">'DB_COLLATE'</span>, <span class="hljs-string">''</span>);<br />
</code></div>
</div>
</li>
<li>If these lines are missing or set to a different value, change <strong><code>DB_CHARSET</code></strong> to <strong><code>utf8mb4</code></strong>, which is the recommended character set for supporting special characters, including Chinese. <strong><code>DB_COLLATE</code></strong> should be left empty or set to <strong><code>utf8mb4_unicode_ci</code></strong> if you want to specify a collation.</li>
<li>Save the changes and upload the file back to the server if you are working locally.</li>
</ol>
<p>With this change, WordPress will be configured to use the UTF-8 character set, ensuring that special characters, such as Chinese, display correctly.</p>
<p>The post <a href="https://cneris.com/en/how-to-change-the-database-character-set-in-wordpress/">How to change the database character set in WordPress</a> appeared first on <a href="https://cneris.com/en">CNERIS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cneris.com/en/how-to-change-the-database-character-set-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
