<?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>Шпаргалки админа &#187; mysql</title>
	<atom:link href="http://www.odmin4eg.ru/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.odmin4eg.ru</link>
	<description>Настройка и администрирование Linux</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:13:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>mysq скопировать БД на другой сервер</title>
		<link>http://www.odmin4eg.ru/2011/mysq-skopirovat-bd-na-drugoj-server/</link>
		<comments>http://www.odmin4eg.ru/2011/mysq-skopirovat-bd-na-drugoj-server/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 12:05:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.odmin4eg.ru/?p=498</guid>
		<description><![CDATA[<a href="http://www.odmin4eg.ru/2011/mysq-skopirovat-bd-na-drugoj-server/" title="mysq скопировать БД на другой сервер"></a>Есть у меня очень большая БД, которую нельзя экспортировать через phpmyadmin сильно длительная операция все возможные таймауты вылетают. тут понадобилось для теста развернуть эту БД на другом сервере. без промежуточного вывода в файл. делаем это вот так &#160;mysqldump -uroot -pPASS &#8230;<p class="read-more"><a href="http://www.odmin4eg.ru/2011/mysq-skopirovat-bd-na-drugoj-server/">Читать далее &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.odmin4eg.ru/2011/mysq-skopirovat-bd-na-drugoj-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;USING BTREE</title>
		<link>http://www.odmin4eg.ru/2010/you-have-an-error-in-your-sql-syntax-check-the-manual-that-corresponds-to-your-mysql-server-version-for-the-right-syntax-to-use-near-using-btree/</link>
		<comments>http://www.odmin4eg.ru/2010/you-have-an-error-in-your-sql-syntax-check-the-manual-that-corresponds-to-your-mysql-server-version-for-the-right-syntax-to-use-near-using-btree/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 16:00:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Новости]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.odmin4eg.ru/?p=358</guid>
		<description><![CDATA[<a href="http://www.odmin4eg.ru/2010/you-have-an-error-in-your-sql-syntax-check-the-manual-that-corresponds-to-your-mysql-server-version-for-the-right-syntax-to-use-near-using-btree/" title="You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;USING BTREE"></a>Когда мне mysql заругался на дамп сайта вот такой строкой You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE Я показал ему &#8230;<p class="read-more"><a href="http://www.odmin4eg.ru/2010/you-have-an-error-in-your-sql-syntax-check-the-manual-that-corresponds-to-your-mysql-server-version-for-the-right-syntax-to-use-near-using-btree/">Читать далее &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.odmin4eg.ru/2010/you-have-an-error-in-your-sql-syntax-check-the-manual-that-corresponds-to-your-mysql-server-version-for-the-right-syntax-to-use-near-using-btree/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Сброс root пароля Mysql</title>
		<link>http://www.odmin4eg.ru/2010/sbros-root-parolya-mysql/</link>
		<comments>http://www.odmin4eg.ru/2010/sbros-root-parolya-mysql/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 11:06:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[man]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.odmin4eg.ru/?p=239</guid>
		<description><![CDATA[<a href="http://www.odmin4eg.ru/2010/sbros-root-parolya-mysql/" title="Сброс root пароля Mysql"></a>И так, для начала останавливаем демона. sudo /etc/init.d/mysql stop Запускаем его в безопасном режиме без проверки привилегий sudo mysqld_safe --skip-grant-tables &#38; Теперь используем базу mysql, в которой хранятся данные о пользователях: mysql -u root mysql Дальше редактируем таблицу: mysql&#62; update &#8230;<p class="read-more"><a href="http://www.odmin4eg.ru/2010/sbros-root-parolya-mysql/">Читать далее &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.odmin4eg.ru/2010/sbros-root-parolya-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql задать номер auto_increment</title>
		<link>http://www.odmin4eg.ru/2009/mysql-zadat-nomer-auto_increment/</link>
		<comments>http://www.odmin4eg.ru/2009/mysql-zadat-nomer-auto_increment/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 07:06:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.odmin4eg.ru/?p=96</guid>
		<description><![CDATA[<a href="http://www.odmin4eg.ru/2009/mysql-zadat-nomer-auto_increment/" title="mysql задать номер auto_increment"></a>И так. хотим чтоб поля в таблице с auto_increment в Mysql начинался например со 100 Всё просто ALTER TABLE tbl_name AUTO_INCREMENT = 100]]></description>
		<wfw:commentRss>http://www.odmin4eg.ru/2009/mysql-zadat-nomer-auto_increment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

