<?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>Wordpress &#8211; IT Tips &amp; Tricks</title>
	<atom:link href="https://archive.tipit.info/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>https://archive.tipit.info</link>
	<description>Informatia de care ai nevoie !</description>
	<lastBuildDate>
	Sun, 17 Mar 2019 15:23:45 +0000	</lastBuildDate>
	<language>ro-RO</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.1.1</generator>
	<item>
		<title>WordPress &#8211; How to convert database to unicode UTF8</title>
		<link>https://archive.tipit.info/web-design/2008/12/wordpress-how-to-convert-database-to-unicode-utf8.html</link>
				<pubDate>Fri, 05 Dec 2008 23:22:49 +0000</pubDate>
		<dc:creator><![CDATA[Ovidiu]]></dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[UTF8]]></category>
		<category><![CDATA[utf8_unicode_ci]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://archive.tipit.info/?p=147</guid>
				<description><![CDATA[Currently in WordPress 2.5 + UTF8 is enabled by default, but usually after installing of WordPress the MYSQL database use another collation. Here is the MYSQL script that will transform your database. ALTER TABLE `wp_comments` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `wp_links` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `wp_options` ... <a title="WordPress &#8211; How to convert database to unicode UTF8" class="read-more" href="https://archive.tipit.info/web-design/2008/12/wordpress-how-to-convert-database-to-unicode-utf8.html">Citește mai mult<span class="screen-reader-text">WordPress &#8211; How to convert database to unicode UTF8</span></a>]]></description>
								<content:encoded><![CDATA[<p>Currently in WordPress 2.5 + UTF8 is enabled by default, but usually after installing of WordPress the MYSQL database use another collation.<br />
Here is the MYSQL script that will transform your database.<br />
<code><br />
ALTER TABLE `wp_comments` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_links` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_options` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_postmeta` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_posts` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_term_relationships` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_term_taxonomy` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_terms` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_usermeta` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE `wp_users` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
</code></p>
]]></content:encoded>
										</item>
	</channel>
</rss>
