<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Трудности с авторизацией]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=323&amp;type=atom" />
	<updated>2007-02-09T02:14:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=323</id>
		<entry>
			<title type="html"><![CDATA[Re: Трудности с авторизацией]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=1919#p1919" />
			<content type="html"><![CDATA[<p>Весьма благодарен. Разбираюсь</p>]]></content>
			<author>
				<name><![CDATA[AGO_TW]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=406</uri>
			</author>
			<updated>2007-02-09T02:14:19Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=1919#p1919</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Трудности с авторизацией]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=1911#p1911" />
			<content type="html"><![CDATA[<p>Прочитай вот этот топик, и в особенности обрати внимание на ссылку, которую я там кинул:<br /><a href="http://forum.php-myadmin.ru/viewtopic.php?id=199">http://forum.php-myadmin.ru/viewtopic.php?id=199</a></p>]]></content>
			<author>
				<name><![CDATA[Lokki]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2</uri>
			</author>
			<updated>2007-02-08T08:58:40Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=1911#p1911</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Трудности с авторизацией]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=1910#p1910" />
			<content type="html"><![CDATA[<p>Загрузил pma/index.php, в полях ввел имя и пароль подключения к MySQL, получил </p><p>Ошибка<br />#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client</p><p>Через консольную программу mysql идентификация пользователя происходит.<br />Что делать? Заранее благодарен</p><p>Содержимое config.inc.php</p><p>&lt;?php<br />$i = 0;<br />/* Server localhost (http:controluser) [1] */<br />$i++;<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;localhost&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;only_db&#039;]=&#039;&#039;;</p><p>/* End of servers configuration */<br />$cfg[&#039;blowfish_secret&#039;] = &#039;42275c7f573da2.45032343&#039;;<br />?&gt;</p><p>После изменения конфига на</p><p>&lt;?php<br />$i = 0;<br />/* Server localhost (http:controluser) [1] */<br />$i++;<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;localhost&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysql&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#039;;&nbsp; // Вот это не пропустите.<br />$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;&nbsp; &nbsp; &nbsp; &nbsp; // Имя пользователя MySQL.<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;]&nbsp; &nbsp; &nbsp; = &#039;mypassword&#039;;&nbsp; // Здесь надо вписать ваш пароль к MySQL.<br />?&gt;</p><p>Ответ следующий:</p><p>phpMyAdmin попытался соединиться с сервером MySQL, но сервер отверг соединение. Проверьте имя хоста, пользователя и пароль в config.inc.php.<br />Ошибка</p><p>Ответ MySQL: Документация<br />#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client </p><p>Конфигурация системы:</p><p>1) phpMyAdmin 2.9.2<br />2) Apache/1.3.33 Server<br />3) mysql&nbsp; Ver 14.12 Distrib 5.0.19<br />4) PHP Version =&gt; 4.3.10</p><p>MySQL Support =&gt; enabled<br />Active Persistent Links =&gt; 0<br />Active Links =&gt; 0<br />Client API version =&gt; 3.23.49<br />MYSQL_MODULE_TYPE =&gt; builtin<br />MYSQL_SOCKET =&gt; /tmp/mysql.sock<br />MYSQL_INCLUDE =&gt;&nbsp; <br />MYSQL_LIBS =&gt;&nbsp; </p><p>Directive =&gt; Local Value =&gt; Master Value<br />mysql.allow_persistent =&gt; On =&gt; On<br />mysql.connect_timeout =&gt; 60 =&gt; 60<br />mysql.default_host =&gt; no value =&gt; no value<br />mysql.default_password =&gt; no value =&gt; no value<br />mysql.default_port =&gt; no value =&gt; no value<br />mysql.default_socket =&gt; no value =&gt; no value<br />mysql.default_user =&gt; no value =&gt; no value<br />mysql.max_links =&gt; Unlimited =&gt; Unlimited<br />mysql.max_persistent =&gt; Unlimited =&gt; Unlimited<br />mysql.trace_mode =&gt; Off =&gt; Off</p>]]></content>
			<author>
				<name><![CDATA[AGO_TW]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=406</uri>
			</author>
			<updated>2007-02-08T07:44:32Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=1910#p1910</id>
		</entry>
</feed>
