<?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; После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=3867</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=3867&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «После ввода логина и пароля phpmyadmin ничего не происходит».]]></description>
		<lastBuildDate>Wed, 10 Sep 2014 04:59:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=25629#p25629</link>
			<description><![CDATA[<div class="quotebox"><cite>Stunnets сказал:</cite><blockquote><p>что именно нужно сделать?</p></blockquote></div><p>Попробуйте скачать последнюю версию phpMyAdmin и распаковать его в любой каталог на веб сервере. Я надеюсь, что хоть какие-то ошибки выйдут.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 10 Sep 2014 04:59:48 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=25629#p25629</guid>
		</item>
		<item>
			<title><![CDATA[Re: После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=25628#p25628</link>
			<description><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><p>Если ошибок нет, то помочь не могу. Попробуйте скачать и поставить phpMyAdmin в любой каталог веб сервера.</p></blockquote></div><p>что именно нужно сделать? Есть другой каталог , все пути естественно прописал, открывает index.php и index. html apache тоже работает без ошибок, но база по прежнему не пускает. Может есть какой нибудь вариант открыть phpmyadmin не стандартными способами ?</p>]]></description>
			<author><![CDATA[null@example.com (Stunnets)]]></author>
			<pubDate>Tue, 09 Sep 2014 22:55:35 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=25628#p25628</guid>
		</item>
		<item>
			<title><![CDATA[Re: После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=25626#p25626</link>
			<description><![CDATA[<p>Если ошибок нет, то помочь не могу. Попробуйте скачать и поставить phpMyAdmin в любой каталог веб сервера.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Tue, 09 Sep 2014 19:03:17 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=25626#p25626</guid>
		</item>
		<item>
			<title><![CDATA[Re: После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=25625#p25625</link>
			<description><![CDATA[<p>что может быть, сервер работает, командная строка запускает службы и выполняютсбя запросы ? проблема только во входе в phpMsql? Даже ошибок не выдает? Может что -то не правильно сделал в установке? сайт с которого брал дип указал в 1первом посте</p>]]></description>
			<author><![CDATA[null@example.com (Stunnets)]]></author>
			<pubDate>Tue, 09 Sep 2014 17:44:23 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=25625#p25625</guid>
		</item>
		<item>
			<title><![CDATA[Re: После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=25624#p25624</link>
			<description><![CDATA[<div class="quotebox"><cite>Stunnets сказал:</cite><blockquote><p>настройки файла после очистки куки бр</p></blockquote></div><p>Ошибки в конфигурационном файле я не вижу.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Tue, 09 Sep 2014 16:14:20 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=25624#p25624</guid>
		</item>
		<item>
			<title><![CDATA[Re: После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=25623#p25623</link>
			<description><![CDATA[<p>настройки файла после очистки куки бр</p><br /><br /><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 /> * @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;xxx&#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;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = false;</p><p>/*<br /> * phpMyAdmin configuration storage settings.<br /> */</p><p>/* User used to manipulate with storage */<br />// $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;pmapass&#039;;</p><p>/* Storage database and tables */<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;tracking&#039;] = &#039;pma_tracking&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;userconfig&#039;] = &#039;pma_userconfig&#039;;<br />/* Contrib / Swekey authentication */<br />// $cfg[&#039;Servers&#039;][$i][&#039;auth_swekey_config&#039;] = &#039;/etc/swekey-pma.conf&#039;;</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><p>/**<br /> * Defines whether a user should be displayed a &quot;show all (records)&quot;<br /> * button in browse mode or not.<br /> * default = false<br /> */<br />//$cfg[&#039;ShowAll&#039;] = true;</p><p>/**<br /> * Number of rows displayed when browsing a result set. If the result<br /> * set contains more rows, &quot;Previous&quot; and &quot;Next&quot;.<br /> * default = 30<br /> */<br />//$cfg[&#039;MaxRows&#039;] = 50;</p><p>/**<br /> * Use graphically less intense menu tabs<br /> * default = false<br /> */<br />//$cfg[&#039;LightTabs&#039;] = true;</p><p>/**<br /> * disallow editing of binary fields<br /> * valid values are:<br /> *&nbsp; &nbsp;false&nbsp; allow editing<br /> *&nbsp; &nbsp;&#039;blob&#039; allow editing except for BLOB fields<br /> *&nbsp; &nbsp;&#039;all&#039;&nbsp; disallow editing<br /> * default = blob<br /> */<br />//$cfg[&#039;ProtectBinary&#039;] = &#039;false&#039;;</p><p>/**<br /> * Default language to use, if not browser-defined or user-defined<br /> * (you find all languages in the locale folder)<br /> * uncomment the desired line:<br /> * default = &#039;en&#039;<br /> */<br />//$cfg[&#039;DefaultLang&#039;] = &#039;en&#039;;<br />//$cfg[&#039;DefaultLang&#039;] = &#039;de&#039;;</p><p>/**<br /> * default display direction (horizontal|vertical|horizontalflipped)<br /> */<br />//$cfg[&#039;DefaultDisplay&#039;] = &#039;vertical&#039;;</p><br /><p>/**<br /> * How many columns should be used for table display of a database?<br /> * (a value larger than 1 results in some information being hidden)<br /> * default = 1<br /> */<br />//$cfg[&#039;PropertiesNumColumns&#039;] = 2;</p><p>/**<br /> * Set to true if you want DB-based query history.If false, this utilizes<br /> * JS-routines to display query history (lost by window close)<br /> *<br /> * This requires configuration storage enabled, see above.<br /> * default = false<br /> */<br />//$cfg[&#039;QueryHistoryDB&#039;] = true;</p><p>/**<br /> * When using DB-based query history, how many entries should be kept?<br /> *<br /> * default = 25<br /> */<br />//$cfg[&#039;QueryHistoryMax&#039;] = 100;</p><p>/*<br /> * You can find more configuration options in Documentation.html<br /> * or here: <a href="http://wiki.phpmyadmin.net/pma/Config">http://wiki.phpmyadmin.net/pma/Config</a><br /> */</p>]]></description>
			<author><![CDATA[null@example.com (Stunnets)]]></author>
			<pubDate>Tue, 09 Sep 2014 14:17:27 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=25623#p25623</guid>
		</item>
		<item>
			<title><![CDATA[Re: После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=25622#p25622</link>
			<description><![CDATA[<p>Попробуйте очистить куки браузера и посмотрите настройки конфигурационного файла phpMyAdmin (config.inc.php).</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Tue, 09 Sep 2014 14:05:57 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=25622#p25622</guid>
		</item>
		<item>
			<title><![CDATA[После ввода логина и пароля phpmyadmin ничего не происходит]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=25620#p25620</link>
			<description><![CDATA[<p>Всем привет. проблема со входом в phpmyadmin. устанавливал виртуальный сервер все по инструкции вот отсюда&nbsp; http:// www. sysbox.ru/ server/&nbsp; Апачь работает все запускается, phpmyadmin открывается, ввожу логин пароль root (при установке тоже указывал root root) и ничего не происходит, никаких ошибок только меняется строка кода pma/index.php?token=c22b53b5a4184447a57c73b332659736 и никак не получаеться войти. Подскажите пожалуйста в чем может быть проблема в каком направлении копать? (windows7 64) Заранее спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (Stunnets)]]></author>
			<pubDate>Tue, 09 Sep 2014 04:15:57 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=25620#p25620</guid>
		</item>
	</channel>
</rss>
