<?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=1508</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1508&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «не могу войти в phpMyAdmin».]]></description>
		<lastBuildDate>Thu, 07 Jan 2010 16:27:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: не могу войти в phpMyAdmin]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10146#p10146</link>
			<description><![CDATA[<p><strong>PiM</strong><br />Посмотрите логи Apache, может будет за что зацепиться. Так же попробуйте написать простейший PHP скрипт подключения к MySQL, чтобы попробовать отловить ошибку. Если MySQL работает, значит проблема с клиентом используемом в PHP.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 07 Jan 2010 16:27:31 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10146#p10146</guid>
		</item>
		<item>
			<title><![CDATA[не могу войти в phpMyAdmin]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10144#p10144</link>
			<description><![CDATA[<p>прочитал похожие темы, перепроверил всё о чём писалось - не помогает((</p><p>при входе на страницу localhost/phpMyAdmin выдаёт окно с приветствием и авторизацией. ввожу логин root и пароль видимо пытается перейти на другую страницу, но ничего не происходит.. ожидает ответа. если пытаюсь зайти снова - аторизацию уже не предлагает, просто опять ожидает ответа. после перезапуск браузера авторизация опять появляется.<br />атворизацию пробовал и cookie, и http, и config - один фик.<br />есть подозрения что он не может подключиться к серверу MySQL - проверял, сервис запущен, открывал терминальный клиент - к базе подключается.<br />--------------<br />C:\Programs\MySQL Server 5.5\bin\mysql.exe&nbsp; Ver 14.14 Distrib 5.5.0-m2, for Win3<br />2 (ia32)<br />Connection id:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4<br />SSL:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Not in use<br />Using delimiter:&nbsp; &nbsp; &nbsp; &nbsp; ;<br />Server version:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5.5.0-m2-community MySQL Community Server (GPL)<br />Protocol version:&nbsp; &nbsp; &nbsp; &nbsp;10<br />Connection:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;localhost via TCP/IP<br />Client characterset:&nbsp; &nbsp; utf8<br />Server characterset:&nbsp; &nbsp; utf8<br />TCP port:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3306<br />Uptime:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;12 min 29 sec<br />Threads: 1&nbsp; Questions: 18&nbsp; Slow queries: 0&nbsp; Opens: 16&nbsp; Flush tables: 1&nbsp; Open tab<br />les: 9&nbsp; Queries per second avg: 0.24<br />--------------</p><p>База, правда пустая, но видимо не в этом дело.<br />В фаер добавил правило разрешать любые подключение на порт 3306.</p><p>что я ставил:<br />Apache 2.2.14<br />PHP 5.3.1<br />MySQL Server 5.5.0<br />phpMyAdmin 3.2.4</p><p>ОС - Windows 7<br />может быть это всё из-за винды, но сомневаюсь.. если уж о ней вспоминать может быть ещё какие-тонастройки нужны где-то, про которые я не знаю?</p><p>на всякий, конфиг config.inc.php:</p><p>&lt;?php<br />$cfg[&#039;blowfish_secret&#039;] = &#039;b9c3d83eb03&#039;;<br />$i = 0;<br />$i++;<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;<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;extension&#039;] = &#039;mysql&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = false;<br />/*$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;mypass&#039;;*/<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;;<br />$cfg[&#039;UploadDir&#039;] = &#039;&#039;;<br />$cfg[&#039;SaveDir&#039;] = &#039;&#039;;<br />?&gt;</p>]]></description>
			<author><![CDATA[null@example.com (PiM)]]></author>
			<pubDate>Thu, 07 Jan 2010 15:52:52 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10144#p10144</guid>
		</item>
	</channel>
</rss>
