<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Кто подскажет исчез выход из phpMyAdmin]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=2330&amp;type=atom" />
	<updated>2011-09-17T15:59:31Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=2330</id>
		<entry>
			<title type="html"><![CDATA[Re: Кто подскажет исчез выход из phpMyAdmin]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=17540#p17540" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><div class="quotebox"><cite>Dima-os сказал:</cite><blockquote><p>Это ошибка или так оставить?</p></blockquote></div><p>Ошибка. Верхнюю строку надо убрать, к тому же она с ошибкой.</p></blockquote></div><p>Спасибо !!! Ато я пионер не заметил ошибку<br /></p><div class="codebox"><pre><code>$cfg[&#039;Servers&#039;][$i][&#039;auth_tupe&#039;] = &#039;cookie&#039;;             /*    удалил */</code></pre></div><p><strong>Всё работает спасибо</strong> <img src="https://forum.php-myadmin.ru/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />&nbsp; <img src="https://forum.php-myadmin.ru/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[Dima-os]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=3750</uri>
			</author>
			<updated>2011-09-17T15:59:31Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=17540#p17540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Кто подскажет исчез выход из phpMyAdmin]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=17539#p17539" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Dima-os сказал:</cite><blockquote><p>Это ошибка или так оставить?</p></blockquote></div><p>Ошибка. Верхнюю строку надо убрать, к тому же она с ошибкой.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2011-09-17T15:50:24Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=17539#p17539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Кто подскажет исчез выход из phpMyAdmin]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=17538#p17538" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>&lt;?php
/*
 * Generated configuration file
 * Generated by: phpMyAdmin 3.4.5 setup script
 * Date: Fri, 16 Sep 2011 22:34:56 +0200
 */
   
/* Servers configuration */ 
$i = 0;

/* Servers localhost[1] */
$i++;
$cfg[&#039;Servers&#039;][$i][&#039;verbose&#039;] = &#039;&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;localhost&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;port&#039;] = &#039;&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;socket&#039;] = &#039;&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;auth_tupe&#039;] = &#039;cookie&#039;;             /*     эта строка нужна или нет?*/
$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;
$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;           /* здесь стояло &#039;config&#039; я заменил на &#039;cookie&#039;*/
$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;pass meine MySQL&#039;;  /* паспорт root при установке MySQL*/
$cfg[&#039;Servers&#039;][$i][&#039;nopassword&#039;] = &#039;&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = &#039;&#039;; 
$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;pass meine  pma&#039;;     /* паспорт pma*/
$cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = &#039;phpmyadmin&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma_bookmark&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = &#039;pma_relation&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = &#039;pma_table_info&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = &#039;pma_table_coords&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = &#039;pma_pdf_pages&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = &#039;pma_column_info&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = &#039;pma_history&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] = &#039;pma_tracking&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;userconfig&#039;] = &#039;pma_userconfig&#039;;

/* End of servers configuration secret browser */

$cfg[&#039;UploadDir&#039;] = &#039;&#039;;
$cfg[&#039;SaveDir&#039;] = &#039;&#039;;
$cfg[&#039;blowfish_secret&#039;] = &#039;psp!(80a#CDrh4x*5jTLpZ705#5#WerC&#039;;    /* Секретный код не должен превышать 46 знаков*/
$cfg[&#039;DefaultLang&#039;] = &#039;en&#039;;
$cfg[&#039;ServerDefault&#039;] = 1;
?&gt;</code></pre></div><p>.........................................<br />У меня почему то две строки или это ошибка?<br />я изменил &#039;config&#039; на &#039;cookie&#039; выход появился <br /><strong>Спасибо за ответ!!!</strong> <img src="https://forum.php-myadmin.ru/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> <br /><strong>Это ошибка или так оставить?</strong><br /> <img src="https://forum.php-myadmin.ru/img/smilies/wink.png" width="15" height="15" alt="wink" /> <br /></p><div class="codebox"><pre><code>$cfg[&#039;Servers&#039;][$i][&#039;auth_tupe&#039;] = &#039;cookie&#039;;             /*     эта строка нужна или нет?*/
$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;
$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;           /* здесь стояло &#039;config&#039; я заменил на &#039;cookie&#039;*/</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Dima-os]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=3750</uri>
			</author>
			<updated>2011-09-17T15:24:16Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=17538#p17538</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Кто подскажет исчез выход из phpMyAdmin]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=17536#p17536" />
			<content type="html"><![CDATA[<p>У меня так прописано в config.inc.php<br /> <img src="https://forum.php-myadmin.ru/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> <br /></p><div class="codebox"><pre><code>$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#039;;</code></pre></div><p>я могу заходить с любого браузера&nbsp; без пароля, хотя я удалял пароли и куки.<br />Так и другой умник может зайти, и перепахать мне здесь MySQL.</p>]]></content>
			<author>
				<name><![CDATA[Dima-os]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=3750</uri>
			</author>
			<updated>2011-09-17T15:05:57Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=17536#p17536</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Кто подскажет исчез выход из phpMyAdmin]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=17535#p17535" />
			<content type="html"><![CDATA[<p>Выход будет, если установить авторизацию cookie. При авторизации config выход не нужен.<br />config.inc.php<br /></p><div class="codebox"><pre><code>$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2011-09-17T14:57:40Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=17535#p17535</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Кто подскажет исчез выход из phpMyAdmin]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=17532#p17532" />
			<content type="html"><![CDATA[<p><strong>Кто подскажет исчез выход из phpMyAdmin<br />Я могу зайти в phpMyAdmin без пароля</strong> с любого браузера набрав http://localhost/phpMyAdmin/<br />Я использую ZendServer<br />..........................................<br /><span class="postimg"><img src="http://www.abload.de/img/phpmyadminapkx.jpg" alt="http://www.abload.de/img/phpmyadminapkx.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[Dima-os]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=3750</uri>
			</author>
			<updated>2011-09-17T14:25:57Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=17532#p17532</id>
		</entry>
</feed>
