<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Достсуп к удаленному серверу]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=368&amp;type=atom" />
	<updated>2007-04-17T07:23:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=368</id>
		<entry>
			<title type="html"><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=2549#p2549" />
			<content type="html"><![CDATA[<p>начал читать &quot;описание конфигурационных директив&quot; и меня осенило:<br />закачал PMA на фтп и ип оставил localhost. работает!!!</p>]]></content>
			<author>
				<name><![CDATA[HolyG]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=508</uri>
			</author>
			<updated>2007-04-17T07:23:00Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=2549#p2549</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=2548#p2548" />
			<content type="html"><![CDATA[<p>спасибо...<br />подскажите тогда, пожалуйста, каким способом узнать ип сервера. я знаю только интернет-адрес и адрес фтп.</p>]]></content>
			<author>
				<name><![CDATA[HolyG]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=508</uri>
			</author>
			<updated>2007-04-17T07:03:37Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=2548#p2548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=2484#p2484" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2007-04-13T21:15:18Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=2484#p2484</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=2480#p2480" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[HolyG]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=508</uri>
			</author>
			<updated>2007-04-13T20:55:22Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=2480#p2480</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Достсуп к удаленному серверу]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=2264#p2264" />
			<content type="html"><![CDATA[<p><strong>t_a_n_k</strong><br />Узнайте у хостера не заблокировано ли внешнее подключение к MySQL.<br />Проверьте настройки своего брандмауэра.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2007-03-16T20:36:28Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=2264#p2264</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Достсуп к удаленному серверу]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=2259#p2259" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[t_a_n_k]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=466</uri>
			</author>
			<updated>2007-03-16T14:52:27Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=2259#p2259</id>
		</entry>
</feed>
