<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1568&amp;type=atom" />
	<updated>2010-02-13T19:01:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=1568</id>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10762#p10762" />
			<content type="html"><![CDATA[<p>хотя рано обрадовался, это сработало на пакете <br />Denwer3_Base_2008-01-13_a2.2.4_p5.2.4_m5.0.45_pma2.6.1.exe<br />этот у меня и раньше работал, а вот новый несмотря на смену кодировки все равно не загрузился, видать и вправду прийдется все ставить вручную</p>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-13T19:01:10Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10762#p10762</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10761#p10761" />
			<content type="html"><![CDATA[<p>с ума сойти можно....у меня по умолчанию страница в которой я открывал http://localhost/Tools/phpMyAdmin/ открывалась в кодировке <br />кириллица windows-1251&nbsp; я сменил на UTF-8 и все заработало....</p>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-13T18:15:57Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10761#p10761</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10759#p10759" />
			<content type="html"><![CDATA[<p><strong>GraftVirion</strong><br />Все нормально с конфигурационным файлом. Почему к MySQL не подключается - не понятно.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-02-13T17:41:22Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10759#p10759</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10756#p10756" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-13T17:23:00Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10756#p10756</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10746#p10746" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-02-13T15:08:54Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10746#p10746</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10744#p10744" />
			<content type="html"><![CDATA[<p>может снести этот ДЕНВЕР и не мучаться и поставить себе XAMPP 1.7.3 - кстати может кто подскажет что из этой парочки лучше ???</p>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-13T14:09:35Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10744#p10744</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10743#p10743" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-13T12:56:04Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10743#p10743</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10742#p10742" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-13T11:54:35Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10742#p10742</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10738#p10738" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-02-12T22:44:48Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10738#p10738</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10737#p10737" />
			<content type="html"><![CDATA[<p>созданный вручную файл config.inc.php по инструкции с сайта не помог, результат тот же, ничего не грузится, попробовал установить joomla без создания баз, дошел до окна где надо указать имя базы и т.д. проставил значения &quot;localhost&quot; и &quot;root&quot; нажал кнопку ДАЛЕЕ и после этого та же картина - долго грузится, потом в страничке написано готово - а у меня белый экран перед глазами - опять же ниего не грузится. - в чем беда???</p>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-12T21:51:28Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10737#p10737</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10735#p10735" />
			<content type="html"><![CDATA[<p>Спасибо большое. Все сделал. Теперь столкнулся с той же проблемой что и много других пользователей как я понял. <br />http://localhost грузится , все пункты работают корректно, кроме http://localhost/Tools/phpMyAdmin/ - грузится несколько секунд потом показывает что все готово страница загружена, а страница белая...ничего не грузится...</p>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-12T19:35:22Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10735#p10735</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10728#p10728" />
			<content type="html"><![CDATA[<p><strong>GraftVirion</strong><br />От старой версии сохраните конфигурационный файл (config.inc.php), затем полностью удалите старые файлы и на их место распакуйте новые, после чего верните конфигурационный файл.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-02-12T15:33:28Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10728#p10728</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Как перейти с PHPMyAdmin 3.2.3 на PHPMyAdmin 3.2.5]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10722#p10722" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[GraftVirion]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2566</uri>
			</author>
			<updated>2010-02-12T14:03:42Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10722#p10722</id>
		</entry>
</feed>
