<?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; Достсуп к удаленному серверу]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=368</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=368&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Достсуп к удаленному серверу».]]></description>
		<lastBuildDate>Tue, 17 Apr 2007 07:23:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2549#p2549</link>
			<description><![CDATA[<p>начал читать &quot;описание конфигурационных директив&quot; и меня осенило:<br />закачал PMA на фтп и ип оставил localhost. работает!!!</p>]]></description>
			<author><![CDATA[null@example.com (HolyG)]]></author>
			<pubDate>Tue, 17 Apr 2007 07:23:00 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2549#p2549</guid>
		</item>
		<item>
			<title><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2548#p2548</link>
			<description><![CDATA[<p>спасибо...<br />подскажите тогда, пожалуйста, каким способом узнать ип сервера. я знаю только интернет-адрес и адрес фтп.</p>]]></description>
			<author><![CDATA[null@example.com (HolyG)]]></author>
			<pubDate>Tue, 17 Apr 2007 07:03:37 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2548#p2548</guid>
		</item>
		<item>
			<title><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2484#p2484</link>
			<description><![CDATA[<p><strong>HolyG</strong><br />Лучше было создать новую тему.</p><p>При использовании аутентификации с помощью cookie, задание переменной $cfg[&#039;blowfish_secret&#039;] - обязательно.</p><p>Если вы не знаете IP сервера, то к чему вы собираетесь подключаться?</p><p>Остальное правильно, только переменные $cfg[&#039;Servers&#039;][$i][&#039;user&#039;] и $cfg[&#039;Servers&#039;][$i][&#039;password&#039;], вам уже не понадобятся, $cfg[&#039;Servers&#039;][$i][&#039;only_db&#039;] скорее всего тоже.<br />Почитайте описание конфигурационных директив <a href="http://php-myadmin.ru/doc/config.html">http://php-myadmin.ru/doc/config.html</a></p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Fri, 13 Apr 2007 21:15:18 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2484#p2484</guid>
		</item>
		<item>
			<title><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2480#p2480</link>
			<description><![CDATA[<p>Насколько я понимаю, чтобы натравить phpMyAdmin на БД,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;находящуюся на удаленном сервере нужно отредактировать файла config.inc.php<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Всвязи с этим пара вопросов:</p><br /><div class="codebox"><pre><code>$cfg[&#039;blowfish_secret&#039;] = &#039;any-phrase&#039;;</code></pre></div><p>//Нужно ли заполнять это поле?</p><div class="codebox"><pre><code>$cfg[&#039;Servers&#039;][$i][&#039;host&#039;]          = &#039;localhost&#039;;</code></pre></div><p>// что должно быть в этом поле? ип сервера? а если я его не знаю?...</p><br /><p>//остальное вроде правильно.</p><div class="codebox"><pre><code>$cfg[&#039;Servers&#039;][$i][&#039;port&#039;]          = &#039;3306&#039;;          
$cfg[&#039;Servers&#039;][$i][&#039;socket&#039;]        = &#039;&#039;;          
$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;]  = &#039;tcp&#039;;     
$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;]     = &#039;mysql&#039;;     
$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;]      = FALSE;       
$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;]   = &#039;&#039;;          
$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;]   = &#039;&#039;;          
$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;]     = &#039;cookie&#039;;   
$cfg[&#039;Servers&#039;][$i][&#039;user&#039;]          = &#039;my_user&#039;;      
$cfg[&#039;Servers&#039;][$i][&#039;password&#039;]      = &#039;my_pass&#039;;          
$cfg[&#039;Servers&#039;][$i][&#039;only_db&#039;]       = &#039;my_db&#039;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (HolyG)]]></author>
			<pubDate>Fri, 13 Apr 2007 20:55:22 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2480#p2480</guid>
		</item>
		<item>
			<title><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2264#p2264</link>
			<description><![CDATA[<p><strong>t_a_n_k</strong><br />Узнайте у хостера не заблокировано ли внешнее подключение к MySQL.<br />Проверьте настройки своего брандмауэра.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Fri, 16 Mar 2007 20:36:28 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2264#p2264</guid>
		</item>
		<item>
			<title><![CDATA[Достсуп к удаленному серверу]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2259#p2259</link>
			<description><![CDATA[<p>Доброго дня, господа!</p><p>Суть проблемы:<br />Установил phpMyAdmin локально на свой комп, пытаюсь соединиться с удаленным серваком.</p><p>config.inc.php выглядит так:<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;ip remote host&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;port&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;3306&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;socket&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;]&nbsp; = &#039;tcp&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;]&nbsp; &nbsp; &nbsp; = FALSE;<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;]&nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;]&nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;]&nbsp; &nbsp; &nbsp;= &#039;cookie&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;user&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;my_db&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;]&nbsp; &nbsp; &nbsp; = &#039;my_pass&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;only_db&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;my_db&#039;;</p><p>$cfg[&#039;blowfish_secret&#039;] = &#039;any-phrase&#039;;</p><p>Пишет что: #2003 - Can&#039;t connect to MySQL server on &#039;ip remote host&#039; (10054)</p><p>У хостера что-то не так?<br />Спасибо всем откликнувшимся <img src="https://forum.php-myadmin.ru/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (t_a_n_k)]]></author>
			<pubDate>Fri, 16 Mar 2007 14:52:27 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2259#p2259</guid>
		</item>
	</channel>
</rss>
