<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; Тюнинг MySQL-сервера с помощью my.cmf]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=511</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=511&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Тюнинг MySQL-сервера с помощью my.cmf».]]></description>
		<lastBuildDate>Fri, 03 Aug 2007 11:47:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=3346#p3346</link>
			<description><![CDATA[<p><strong>Спасибище огромнейшее</strong>, работает как надо<strong>!!!!!!!!</strong></p><p>В файле my.cnf ничего не поменял, но на главной поменял в выпадающем меню кодировку на utf8_general_ci и в Переменных и настройках сервера все значения поменялись на такие, какие нужны были. </p><p>Версия phpMyAdmin: 2.10.1<br />MySQL-кодировка: UTF-8 Unicode (utf8)</p>]]></description>
			<author><![CDATA[null@example.com (Petrix)]]></author>
			<pubDate>Fri, 03 Aug 2007 11:47:18 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=3346#p3346</guid>
		</item>
		<item>
			<title><![CDATA[Re: Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=3344#p3344</link>
			<description><![CDATA[<p><strong>Petrix</strong><br />Что изменилось при добавлении директив указанных мной выше?<br />Какая версия phpMyAdmin используется? У вас phpMyAdmin работает в windows-1251?<br />collation connection выбирается на главной из ниспадающего списка.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Fri, 03 Aug 2007 10:28:58 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=3344#p3344</guid>
		</item>
		<item>
			<title><![CDATA[Re: Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=3343#p3343</link>
			<description><![CDATA[<p>Вот у меня что в файле:</p><p>[mysqld] <br />basedir=&quot;D:/Server/mysql&quot; <br />tmpdir=&quot;D:/Server/tmp&quot; <br />datadir=&quot;D:/Server/mysql/data&quot;</p><p>port&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3306 <br />socket&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = mysql </p><p>old-passwords <br />character-set-server = cp1251<br />collation-server = cp1251_general_ci</p><p>skip-locking<br />key_buffer = 16K<br />max_allowed_packet = 1M<br />table_cache = 4<br />sort_buffer_size = 64K<br />read_buffer_size = 256K<br />read_rnd_buffer_size = 256K<br />net_buffer_length = 2K<br />thread_stack = 64K</p><p>skip-bdb</p><p>skip-innodb </p><p>[mysqldump] <br />quick <br />max_allowed_packet=16M </p><p>[mysql] <br />no-auto-rehash </p><p>[isamchk] <br />key_buffer = 8M<br />sort_buffer_size = 8M</p><p>[myisamchk] <br />key_buffer = 8M<br />sort_buffer_size = 8M</p><p>[mysqlhotcopy] <br />interactive-timeout </p><p>[WinMySQLadmin] <br />Server=&quot;D:/Server/mysql/bin/mysqld.exe&quot;</p><p>Результатом этого я вляется:</p><p>character set client&nbsp; &nbsp; utf8 <br />(Глобальное значение)&nbsp; &nbsp; cp1251<br />character set connection&nbsp; &nbsp; cp1251&nbsp; <strong>должно быть utf8</strong><br />(Глобальное значение) <strong>Его нет, а&nbsp; нужно поставить cp1251</strong><br />character set database&nbsp; &nbsp; cp1251<br />character set filesystem&nbsp; &nbsp; binary<br />character set results&nbsp; &nbsp; utf8<br />(Глобальное значение)&nbsp; &nbsp; cp1251<br />character set server&nbsp; &nbsp; cp1251<br />character set system&nbsp; &nbsp; utf8<br />character sets dir&nbsp; &nbsp; D:\Server\mysql\share\charsets\<br />collation connection&nbsp; &nbsp; cp1251_general_ci <strong>должно быть utf8_general_ci</strong><br />(Глобальное значение)&nbsp; <strong>Его нет, а&nbsp; нужно поставить cp1251_general_ci</strong><br />collation database&nbsp; &nbsp; cp1251_general_ci<br />collation server&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cp1251_general_ci</p>]]></description>
			<author><![CDATA[null@example.com (Petrix)]]></author>
			<pubDate>Fri, 03 Aug 2007 04:45:41 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=3343#p3343</guid>
		</item>
		<item>
			<title><![CDATA[Re: Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=3341#p3341</link>
			<description><![CDATA[<p>[mysql]<br />default-character-set=cp1251<br />[mysqld]<br />default-character-set=cp1251<br />Возможно вашим скриптам поможет еще одна строка:<br />init-connect=&quot;SET NAMES cp1251&quot;</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 02 Aug 2007 18:19:46 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=3341#p3341</guid>
		</item>
		<item>
			<title><![CDATA[Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=3339#p3339</link>
			<description><![CDATA[<p>Помогите, пожалуйста, настроить my.cmf файл, так чтобы&nbsp; моя БД соответствовала следующим параметрам (в точности):</p><p>character set client&nbsp; &nbsp; utf8<br />(Глобальное значение)&nbsp; &nbsp; cp1251<br />character set connection&nbsp; &nbsp; utf8<br />(Глобальное значение)&nbsp; &nbsp; cp1251<br />character set database&nbsp; &nbsp; cp1251<br />character set filesystem&nbsp; &nbsp; binary<br />character set results&nbsp; &nbsp; utf8<br />(Глобальное значение)&nbsp; &nbsp; cp1251<br />character set server&nbsp; &nbsp; cp1251<br />character set system&nbsp; &nbsp; utf8<br />collation connection&nbsp; &nbsp; utf8_general_ci<br />(Глобальное значение)&nbsp; &nbsp; cp1251_general_ci<br />collation database&nbsp; &nbsp; cp1251_general_ci<br />collation server&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cp1251_general_ci</p><p>Заранее, огромнейшее спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (Petrix)]]></author>
			<pubDate>Thu, 02 Aug 2007 16:41:39 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=3339#p3339</guid>
		</item>
	</channel>
</rss>
