<?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 3.2.3 на PHPMyAdmin 3.2.5]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=1568</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1568&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5».]]></description>
		<lastBuildDate>Sat, 13 Feb 2010 19:01:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10762#p10762</link>
			<description><![CDATA[<p>хотя рано обрадовался, это сработало на пакете <br />Denwer3_Base_2008-01-13_a2.2.4_p5.2.4_m5.0.45_pma2.6.1.exe<br />этот у меня и раньше работал, а вот новый несмотря на смену кодировки все равно не загрузился, видать и вправду прийдется все ставить вручную</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Sat, 13 Feb 2010 19:01:10 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10762#p10762</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10761#p10761</link>
			<description><![CDATA[<p>с ума сойти можно....у меня по умолчанию страница в которой я открывал http://localhost/Tools/phpMyAdmin/ открывалась в кодировке <br />кириллица windows-1251&nbsp; я сменил на UTF-8 и все заработало....</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Sat, 13 Feb 2010 18:15:57 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10761#p10761</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10759#p10759</link>
			<description><![CDATA[<p><strong>GraftVirion</strong><br />Все нормально с конфигурационным файлом. Почему к MySQL не подключается - не понятно.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sat, 13 Feb 2010 17:41:22 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10759#p10759</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10756#p10756</link>
			<description><![CDATA[<p>[spoiler]<br />&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;25gjhhgj25JHUH255dfg&#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;config&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;&nbsp; &nbsp; &nbsp; // MySQL user<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;password&#039;;&nbsp; &nbsp; &nbsp; // MySQL password (only needed<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = false;</p><p>/* 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;root&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;&#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>/*<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>?&gt;<br />[/spoiler]</p><p><span style="color: #808080"><em>Сообщение добавлено Sat Feb 13 20:25:12 2010</em></span><br />че-то не могу в спойлер затолкать...</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Sat, 13 Feb 2010 17:23:00 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10756#p10756</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10746#p10746</link>
			<description><![CDATA[<p><strong>GraftVirion</strong><br />Покажите config.inc.php.</p><p>Если устанавливать веб-сервер для локальной разработки, то можно поставить и настроить все самому по данной статье: <a href="http://php-myadmin.ru/learning/instrument-intro.html">http://php-myadmin.ru/learning/instrument-intro.html</a></p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sat, 13 Feb 2010 15:08:54 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10746#p10746</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10744#p10744</link>
			<description><![CDATA[<p>может снести этот ДЕНВЕР и не мучаться и поставить себе XAMPP 1.7.3 - кстати может кто подскажет что из этой парочки лучше ???</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Sat, 13 Feb 2010 14:09:35 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10744#p10744</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10743#p10743</link>
			<description><![CDATA[<p>вычитал на форумах что может помочь вот такое действие:</p><p>find $cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;&#039;;<br />add your password $cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;password&#039;;</p><p>добавил слово password в кавычки как написано, результат тот же и ошибка та же не помогло....</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Sat, 13 Feb 2010 12:56:04 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10743#p10743</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10742#p10742</link>
			<description><![CDATA[<p>редактирую я не блокнотом, поставил изначально AkelPad-4.3.5 с заменой стандартного блокнота <br />в общем нашел строку $cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = true; - изменил true на false ,<br />нашел $cfg[&#039;blowfish_secret&#039;] =&nbsp; &nbsp; // проставил случайный набор цифр и букв<br />запускаю phpmyadmin - выбило ошибку:</p><br /><p>Error</p><p>MySQL said: Documentation<br />Cannot connect: invalid settings.<br />phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Sat, 13 Feb 2010 11:54:35 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10742#p10742</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10738#p10738</link>
			<description><![CDATA[<p><strong>GraftVirion</strong><br />Возьмите config.sample.inc.php и сделайте только два изменения:<br />$cfg[&#039;blowfish_secret&#039;] = &#039;cxMPOYTbAij943ZJx8&#039;; // Вставьте любой набор букв и цифр.<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = false; // Добавьте эту строку.</p><p>После чего переименуйте файл в config.inc.php</p><p>Еще один возможный момент: не используйте Блокнот для редакции скриптов. Используйте специализированный текстовый редактор (рекомендую Notepad++).</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Fri, 12 Feb 2010 22:44:48 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10738#p10738</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10737#p10737</link>
			<description><![CDATA[<p>созданный вручную файл config.inc.php по инструкции с сайта не помог, результат тот же, ничего не грузится, попробовал установить joomla без создания баз, дошел до окна где надо указать имя базы и т.д. проставил значения &quot;localhost&quot; и &quot;root&quot; нажал кнопку ДАЛЕЕ и после этого та же картина - долго грузится, потом в страничке написано готово - а у меня белый экран перед глазами - опять же ниего не грузится. - в чем беда???</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Fri, 12 Feb 2010 21:51:28 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10737#p10737</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10735#p10735</link>
			<description><![CDATA[<p>Спасибо большое. Все сделал. Теперь столкнулся с той же проблемой что и много других пользователей как я понял. <br />http://localhost грузится , все пункты работают корректно, кроме http://localhost/Tools/phpMyAdmin/ - грузится несколько секунд потом показывает что все готово страница загружена, а страница белая...ничего не грузится...</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Fri, 12 Feb 2010 19:35:22 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10735#p10735</guid>
		</item>
		<item>
			<title><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10728#p10728</link>
			<description><![CDATA[<p><strong>GraftVirion</strong><br />От старой версии сохраните конфигурационный файл (config.inc.php), затем полностью удалите старые файлы и на их место распакуйте новые, после чего верните конфигурационный файл.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Fri, 12 Feb 2010 15:33:28 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10728#p10728</guid>
		</item>
		<item>
			<title><![CDATA[Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=10722#p10722</link>
			<description><![CDATA[<p>Здравствуйте, не так давно начал пользоваться CMS Joomla для создания сайта. Для начала поставил последний стабильный релиз ДЕНВЕРА<br />Denwer3_Base_2010-01-29_a2.2.4_p5.3.1_m5.1.40_pma3.2.3<br />и как понимаю в его состав входит PHPMyAdmin версии 3.2.3 , но сейчас вышел новый релиз PHPMyAdmin 3.2.5. Я скачал с вашего сайта phpMyAdmin-3.2.5-all-languages.zip<br />подскажите плиз как мне поставить его поверх старого, или старую версию надо удалять?</p>]]></description>
			<author><![CDATA[null@example.com (GraftVirion)]]></author>
			<pubDate>Fri, 12 Feb 2010 14:03:42 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=10722#p10722</guid>
		</item>
	</channel>
</rss>
