<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; phpMyAdmin через proxy]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1572&amp;type=atom" />
	<updated>2010-02-16T09:18:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=1572</id>
		<entry>
			<title type="html"><![CDATA[Re: phpMyAdmin через proxy]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10784#p10784" />
			<content type="html"><![CDATA[<p><strong>DmitryBLR</strong><br />Странный конфигурационный файл. Чтобы не мучиться лучше бы нормальный phpMyAdmin скачать и настроить.</p><p>$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;myhost&#039;; // Здесь должен быть прописан localhost<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;; // Надо добавить эту строку.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-02-16T09:18:18Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10784#p10784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: phpMyAdmin через proxy]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10781#p10781" />
			<content type="html"><![CDATA[<p>Странно, есть еще файл config.default.php, в котором тоже есть $cfg[&#039;blowfish_secret&#039;]</p><p><span style="color: red">Этот файл трогать нельзя.</span></p>]]></content>
			<author>
				<name><![CDATA[DmitryBLR]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2572</uri>
			</author>
			<updated>2010-02-16T06:36:53Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10781#p10781</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: phpMyAdmin через proxy]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10780#p10780" />
			<content type="html"><![CDATA[<p>Написал значение в $cfg[&#039;blowfish_secret&#039;] не помогло.<br />Почему то файл config.sample.inc имел расширение .phpl - в конце буква &quot;l&quot; (русская &quot;л&quot;), то есть config.sample.inc.phpl&nbsp; - переменовал его config.inc.php, содержимое ниже</p><p><span style="color: #969696"><br />&lt;?php</span></p><p><span style="color: #969696">/* $Id: config.sample.inc.php,v 2.1.2.2 2006/08/28 08:14:14 nijel Exp $ */<br />// vim: expandtab sw=4 ts=4 sts=4:</span></p><p><span style="color: #969696">/**<br /> * phpMyAdmin sample configuration, you can use it as base for <br /> * manual configuration. For easier setup you can use scripts/setup.php<br /> *<br /> * All directives are explained in Documentation.html and on phpMyAdmin <br /> * wiki &lt;<a href="http://wiki.cihar.com">http://wiki.cihar.com</a>&gt;.<br /> */</span></p><p><span style="color: #969696">/* <br /> * This is needed for cookie based authentication to encrypt password in <br /> * cookie<br /> */<br />$cfg[&#039;blowfish_secret&#039;] = &#039;zdfSGfghHGYswexfkpDs&#039;; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */</span></p><p><span style="color: #969696">/* <br /> * Servers configuration<br /> */<br />$i = 0;</span></p><p><span style="color: #969696">/* <br /> * First server<br /> */<br />$i++;<br />/* Authentication type */</span></p><p><span style="color: #969696">$cfg[&#039;Servers&#039;][$i][&#039;user&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;myname&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;]&nbsp; &nbsp; &nbsp; = &#039;mypassword&#039;; // use here your password</span></p><p><span style="color: #969696">/* Server parameters */<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;myhost&#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 />/* User for advanced features */<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pmausr&#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;;</span></p><p><span style="color: #969696">/* <br /> * End of servers configuration<br /> */</span></p><p><span style="color: #969696">/*<br /> * Directories for saving/loading files from server<br /> */<br />$cfg[&#039;UploadDir&#039;] = &#039;&#039;;<br />$cfg[&#039;SaveDir&#039;] = &#039;&#039;;</span></p><p><span style="color: #969696">?&gt;<br /></span></p>]]></content>
			<author>
				<name><![CDATA[DmitryBLR]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2572</uri>
			</author>
			<updated>2010-02-16T06:23:16Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10780#p10780</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: phpMyAdmin через proxy]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10775#p10775" />
			<content type="html"><![CDATA[<p><strong>DmitryBLR</strong><br />config.sample.inc.php переименуйте в config.inc.php и внесите в него следующие изменения:<br />$cfg[&#039;blowfish_secret&#039;] = &#039;Wn6qGGiCbvxG3DiGwm&#039;; // Введите любой набор букв и цифр.<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = true; // Добавьте эту строку если используется root без пароля.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-02-15T14:36:13Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10775#p10775</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: phpMyAdmin через proxy]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10774#p10774" />
			<content type="html"><![CDATA[<p>конфигурационный файл - config.inc.php не существует, существует config.sample.inc.php. MySQL сервер запускается при старте Denwerа</p>]]></content>
			<author>
				<name><![CDATA[DmitryBLR]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2572</uri>
			</author>
			<updated>2010-02-15T11:13:43Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10774#p10774</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: phpMyAdmin через proxy]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10773#p10773" />
			<content type="html"><![CDATA[<p><strong>DmitryBLR</strong><br />Проверьте запущен ли MySQL сервер и существует ли конфигурационный файл phpMyAdmin (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-15T10:11:37Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10773#p10773</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[phpMyAdmin через proxy]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=10772#p10772" />
			<content type="html"><![CDATA[<p>Здравствуйте! На работе стоит прокси сервер, не могу соединится с базой данной:</p><p><span style="color: #969696">Добро пожаловать в phpMyAdmin 2.9.0.2</span></p><p><span style="color: #969696">Возможная причина - отсутствие файла конфигурации. Для его создания вы можете воспользоваться сценарием установки.<br />Ошибка<br />Ответ MySQL: <br />#2003 - Сервер не отвечает.</span></p><p>Дома все работает. Помогите, пожалуйста...</p>]]></content>
			<author>
				<name><![CDATA[DmitryBLR]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2572</uri>
			</author>
			<updated>2010-02-15T09:46:55Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=10772#p10772</id>
		</entry>
</feed>
