<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>coolchevy&#039;s blog &#124; Life and experience &#187; mysql</title>
	<atom:link href="http://coolchevy.org.ua/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://coolchevy.org.ua</link>
	<description>мій особистий блог &#124; нотатки</description>
	<lastBuildDate>Mon, 19 Mar 2012 21:37:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Retrieving elements in a specific order in django</title>
		<link>https://coolchevy.org.ua/2011/12/02/retrieving-elements-in-a-specific-order-in-django/</link>
		<comments>https://coolchevy.org.ua/2011/12/02/retrieving-elements-in-a-specific-order-in-django/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 23:45:48 +0000</pubDate>
		<dc:creator>coolchevy</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.coolchevy.org.ua/?p=1018</guid>
		<description><![CDATA[If you have a list of ordered ids and you want to turn them into an ordered result set you can use FIELD() in mysql: SELECT * FROM addons ORDER BY FIELD(id, 3, 5, 9, 1); This is a handy trick if you use an external search engine which gives you an ordered list of [...]]]></description>
		<wfw:commentRss>https://coolchevy.org.ua/2011/12/02/retrieving-elements-in-a-specific-order-in-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL bin файли займають багато дискового простору</title>
		<link>https://coolchevy.org.ua/2009/01/12/mysql-bin-fajli-zajmayut-bagato-diskovogo-prostoru/</link>
		<comments>https://coolchevy.org.ua/2009/01/12/mysql-bin-fajli-zajmayut-bagato-diskovogo-prostoru/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 20:15:42 +0000</pubDate>
		<dc:creator>coolchevy</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[бази даних]]></category>

		<guid isPermaLink="false">http://www.coolchevy.org.ua/2009/01/12/mysql-bin-fajli-zajmayut-bagato-diskovogo-prostoru/</guid>
		<description><![CDATA[Зазвичай /var/mysql/ зберігає бінарні файли журналів. Запити зберігаються у вигляді подій, які описують зміни. Бінарні файли журналу містять також інформацію про те, як довго виконувався кожний запит. Для чого потрібні MySQL-бінарні файли, основні 2-і функції: * Відновлення даних. * Висока доступність/реплікаця : бінарний журнал використовується на серверах реплікації . Майстер-сервер посилає події, що містяться в [...]]]></description>
		<wfw:commentRss>https://coolchevy.org.ua/2009/01/12/mysql-bin-fajli-zajmayut-bagato-diskovogo-prostoru/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP бібліотеки для Mac OS X Leopard 64 bit gd.so, pdo_mysql.so, mcrypt.so та інші</title>
		<link>https://coolchevy.org.ua/2008/11/13/php-biblioteki-dlya-mac-os-x-leopard-64-bit-gdso-pdo_mysqlso-mcryptso-ta-inshi/</link>
		<comments>https://coolchevy.org.ua/2008/11/13/php-biblioteki-dlya-mac-os-x-leopard-64-bit-gdso-pdo_mysqlso-mcryptso-ta-inshi/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 22:17:44 +0000</pubDate>
		<dc:creator>coolchevy</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[gettext]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mcrypt]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.same.te.ua/2008/11/13/php-biblioteki-dlya-mac-os-x-leopard-64-bit-gdso-pdo_mysqlso-mcryptso-ta-inshi/</guid>
		<description><![CDATA[Останній Apple Mac OS X Leopard 10.5.5 має вбудований PHP 5.2.6 і Apache 2.2.8. Таким чином можна спокійно розвивати локальні веб-проекти но своєму macbook &#8220;прямо з коробки&#8221;. Але на жаль, PHP було зібрано без бібліотек GD, PDO_MySQL, MCRYPT та інші. Щоб полегшити життя новачкам, я пропоную використати готові бібліотеки, які зібрані для платформи x86_64 (core [...]]]></description>
		<wfw:commentRss>https://coolchevy.org.ua/2008/11/13/php-biblioteki-dlya-mac-os-x-leopard-64-bit-gdso-pdo_mysqlso-mcryptso-ta-inshi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Відновлення пароля mysql</title>
		<link>https://coolchevy.org.ua/2007/12/22/vidnovlennya-parolya-mysql/</link>
		<comments>https://coolchevy.org.ua/2007/12/22/vidnovlennya-parolya-mysql/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 10:17:01 +0000</pubDate>
		<dc:creator>coolchevy</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[бази даних]]></category>

		<guid isPermaLink="false">http://www.same.te.ua/2007/12/22/vidnovlennya-parolya-mysql/</guid>
		<description><![CDATA[Щоб відновити пароль суперкористувача серверу mysql  не поспішайте заново встановлювати бази данних&#8230; 1. Зупиняємо і перезапускаємо сервер mysqld із опціями &#8211;skip-grant-tables &#8211;user=root (користувачі Windows опускають опцію &#8211;user=root), за умови, що root &#8211; це ваш суперюзер на сервері mysqld. 2. Підключаємось до сервера $mysql -u root 3. Виконуємо наступні апдейти mysql &#62; UPDATE mysql.user SET password=PASSWORD('newpwd') [...]]]></description>
		<wfw:commentRss>https://coolchevy.org.ua/2007/12/22/vidnovlennya-parolya-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

