<?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>UTF8 &#8211; IT Tips &amp; Tricks</title>
	<atom:link href="https://archive.tipit.info/tag/utf8/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>CONVERT DRUPAL 6  MYSQL 5 DATABASE to UTF8</title>
		<link>https://archive.tipit.info/web-design/2009/10/convert-drupal-6-mysql-5-database-to-utf8.html</link>
				<pubDate>Sat, 17 Oct 2009 02:21:31 +0000</pubDate>
		<dc:creator><![CDATA[Ovidiu]]></dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[UTF8]]></category>
		<category><![CDATA[utf8_unicode_ci]]></category>

		<guid isPermaLink="false">http://archive.tipit.info/?p=224</guid>
				<description><![CDATA[ALTER TABLE `access` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `actions` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `actions_aid` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `authmap` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `batch` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `blocks` CONVERT TO ... <a title="CONVERT DRUPAL 6  MYSQL 5 DATABASE to UTF8" class="read-more" href="https://archive.tipit.info/web-design/2009/10/convert-drupal-6-mysql-5-database-to-utf8.html">Citește mai mult<span class="screen-reader-text">CONVERT DRUPAL 6  MYSQL 5 DATABASE to UTF8</span></a>]]></description>
								<content:encoded><![CDATA[<p><code>ALTER TABLE	`access`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`actions`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`actions_aid`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`authmap`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`batch`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`blocks`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`blocks_roles`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`boxes`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`cache`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`cache_block`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`cache_filter`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`cache_form`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`cache_menu`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`cache_page`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`cache_update`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`comments`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`files`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`filter_formats`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`filters`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`flood`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`history`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`menu_custom`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`menu_links`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`menu_router`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`node`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`node_access`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`node_comment_statistics`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`node_counter`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`node_revisions`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`node_type`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`permission`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`role`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`sessions`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`system`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`term_data`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`term_hierarchy`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`term_node`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`term_relation`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`term_synonym`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`url_alias`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`users`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`users_roles`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`variable`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`vocabulary` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`vocabulary_node_types`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;<br />
ALTER TABLE	`watchdog`	 CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;</code></p>
]]></content:encoded>
										</item>
		<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>
