<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Тюнинг MySQL-сервера с помощью my.cmf]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=511&amp;type=atom" />
	<updated>2007-08-03T11:47:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=511</id>
		<entry>
			<title type="html"><![CDATA[Re: Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=3346#p3346" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Petrix]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=650</uri>
			</author>
			<updated>2007-08-03T11:47:18Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=3346#p3346</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=3344#p3344" />
			<content type="html"><![CDATA[<p><strong>Petrix</strong><br />Что изменилось при добавлении директив указанных мной выше?<br />Какая версия phpMyAdmin используется? У вас phpMyAdmin работает в windows-1251?<br />collation connection выбирается на главной из ниспадающего списка.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2007-08-03T10:28:58Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=3344#p3344</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=3343#p3343" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Petrix]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=650</uri>
			</author>
			<updated>2007-08-03T04:45:41Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=3343#p3343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=3341#p3341" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2007-08-02T18:19:46Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=3341#p3341</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Тюнинг MySQL-сервера с помощью my.cmf]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=3339#p3339" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Petrix]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=650</uri>
			</author>
			<updated>2007-08-02T16:41:39Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=3339#p3339</id>
		</entry>
</feed>
