<?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; Не пускает без пароля]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=1354</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1354&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Не пускает без пароля».]]></description>
		<lastBuildDate>Sun, 16 Aug 2009 05:26:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Не пускает без пароля]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8995#p8995</link>
			<description><![CDATA[<p><strong>mogul82</strong><br />Попробуйте так:<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = true;</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sun, 16 Aug 2009 05:26:14 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8995#p8995</guid>
		</item>
		<item>
			<title><![CDATA[Не пускает без пароля]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8993#p8993</link>
			<description><![CDATA[<p>Вроде все правильно а говорит либо настройки неправильно либо без пароля не пущу, пишите пароль, а у меня его нет ваще.<br />Вот конфиг:</p><p>&lt;?php<br />/* vim: set expandtab sw=4 ts=4 sts=4: */<br />/**<br /> * phpMyAdmin sample configuration, you can use it as base for<br /> * manual configuration. For easier setup you can use setup/<br /> *<br /> * All directives are explained in Documentation.html and on phpMyAdmin<br /> * wiki &lt;<a href="http://wiki.phpmyadmin.net">http://wiki.phpmyadmin.net</a>&gt;.<br /> *<br /> * @version $Id: config.sample.inc.php 12304 2009-03-24 12:56:58Z nijel $<br /> * @package phpMyAdmin<br /> */</p><p>/*<br /> * This is needed for cookie based authentication to encrypt password in<br /> * cookie<br /> */<br />$cfg[&#039;blowfish_secret&#039;] = &#039;&#039;; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */</p><p>/*<br /> * Servers configuration<br /> */<br />$i = 0;</p><p>/*<br /> * First server<br /> */<br />$i++;<br />/* Authentication type */<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;<br />/* Server parameters */<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 />/* Select mysqli if your server has it */<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysql&#039;;</p><p>/* rajk - for blobstreaming */<br />$cfg[&#039;Servers&#039;][$i][&#039;bs_garbage_threshold&#039;] = 50;<br />$cfg[&#039;Servers&#039;][$i][&#039;bs_repository_threshold&#039;] = &#039;32M&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;bs_temp_blob_timeout&#039;] = 600;<br />$cfg[&#039;Servers&#039;][$i][&#039;bs_temp_log_threshold&#039;] = &#039;32M&#039;;</p><p>/* User for advanced features */<br />// $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;pmapass&#039;;<br />/* Advanced phpMyAdmin features */<br />// $cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = &#039;phpmyadmin&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma_bookmark&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = &#039;pma_relation&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = &#039;pma_table_info&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = &#039;pma_table_coords&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = &#039;pma_pdf_pages&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = &#039;pma_column_info&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = &#039;pma_history&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />/* Contrib / Swekey authentication */<br />// $cfg[&#039;Servers&#039;][$i][&#039;auth_swekey_config&#039;] = &#039;/etc/swekey-pma.conf&#039;;</p><p>$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPasswordRoot&#039;] = true;<br />$cfg[&#039;Servers&#039;][$i][&#039;nopassword&#039;] = true;</p><p>/*<br /> * End of servers configuration<br /> */</p><p>/*<br /> * Directories for saving/loading files from server<br /> */<br />$cfg[&#039;UploadDir&#039;] = &#039;&#039;;<br />$cfg[&#039;SaveDir&#039;] = &#039;&#039;;</p><br /><p>?&gt;</p><br /><p>Шо делать??? ПЛЗ подскажите.</p>]]></description>
			<author><![CDATA[null@example.com (mogul82)]]></author>
			<pubDate>Sat, 15 Aug 2009 21:39:54 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8993#p8993</guid>
		</item>
	</channel>
</rss>
