<?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; Работа с несколькими MySQL серверами]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=362</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=362&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Работа с несколькими MySQL серверами».]]></description>
		<lastBuildDate>Thu, 15 Mar 2007 16:19:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Работа с несколькими MySQL серверами]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2239#p2239</link>
			<description><![CDATA[<p>Огромное спасибо! Я вчера как раз так сделал но побоялся что чёт не правильно)))</p>]]></description>
			<author><![CDATA[null@example.com (Systeam)]]></author>
			<pubDate>Thu, 15 Mar 2007 16:19:12 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2239#p2239</guid>
		</item>
		<item>
			<title><![CDATA[Re: Работа с несколькими MySQL серверами]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2226#p2226</link>
			<description><![CDATA[<p><strong>Systeam</strong><br />Для этого нужно немного поправить конфигурационный файл. Примерно так:<br /></p><div class="codebox"><pre><code>&lt;?php
$i = 0;
$i++;
$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;hostname-1&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysql&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;
$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;&#039;;
$cfg[&#039;blowfish_secret&#039;] = &#039;ПупкинВася-1&#039;;

$i++;
$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;hostname-2&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysql&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;
$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;&#039;;
$cfg[&#039;blowfish_secret&#039;] = &#039;ПупкинВася-2&#039;;
?&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Lokki)]]></author>
			<pubDate>Wed, 14 Mar 2007 21:14:29 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2226#p2226</guid>
		</item>
		<item>
			<title><![CDATA[Работа с несколькими MySQL серверами]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=2215#p2215</link>
			<description><![CDATA[<p>Помогите, пожалуйста, настроить phpMyAdmin 2.10.0.2 для работы с несколькими серверами баз данных, т.е. при входе в pma можно выбрать сервер для подключения к бд - как такое сотворить? Зарание спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (Systeam)]]></author>
			<pubDate>Tue, 13 Mar 2007 20:39:51 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=2215#p2215</guid>
		</item>
	</channel>
</rss>
