<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Как установить phpmyadmin на хостинг?]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=2587&amp;type=atom" />
	<updated>2014-12-06T08:33:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=2587</id>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=25893#p25893" />
			<content type="html"><![CDATA[<p>Закройте строку пароля в кавычки<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = &#039;3PNG7XGpzp9B5KNK&#039;;</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2014-12-06T08:33:24Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=25893#p25893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=25891#p25891" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><p> Покажите ваш config.inc.php.</p></blockquote></div><p>Пжста, проверьте мой тоже, аналогичная проблема</p><p>&lt;h1&gt;Ошибка при чтении конфигурационного файла&lt;/h1&gt;Обычно это означает наличие синтаксических ошибок, пожалуйста, проверьте выведенные ниже ошибки.&lt;br /&gt;&lt;br /&gt;&lt;iframe src=&quot;show_config_errors.php&quot; /&gt;</p><p>&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 /> * @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;a8b7c6d&#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 />/* Server parameters */<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;127.0.0.1&#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 mysql if your server does not have mysqli */<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = 3PNG7XGpzp9B5KNK;</p><p>/*<br /> * phpMyAdmin configuration storage settings.<br /> */</p><p>/* User used to manipulate with storage */<br /> $cfg[&#039;Servers&#039;][$i][&#039;controlhost&#039;] = &#039;localhost&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;root&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;&#039;;</p><p>/* Storage database and tables */<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;table_uiprefs&#039;] = &#039;pma_table_uiprefs&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] = &#039;pma_tracking&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;userconfig&#039;] = &#039;pma_userconfig&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;recent&#039;] = &#039;pma_recent&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_uiprefs&#039;] = &#039;pma_table_uiprefs&#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;/tmp&#039;;<br />$cfg[&#039;SaveDir&#039;] = &#039;/tmp&#039;;</p><p>/**<br /> * Defines whether a user should be displayed a &quot;show all (records)&quot;<br /> * button in browse mode or not.<br /> * default = false<br /> */<br />//$cfg[&#039;ShowAll&#039;] = true;</p><p>/**<br /> * Number of rows displayed when browsing a result set. If the result<br /> * set contains more rows, &quot;Previous&quot; and &quot;Next&quot;.<br /> * default = 30<br /> */<br />//$cfg[&#039;MaxRows&#039;] = 50;</p><p>/**<br /> * Use graphically less intense menu tabs<br /> * default = false<br /> */<br />//$cfg[&#039;LightTabs&#039;] = true;</p><p>/**<br /> * disallow editing of binary fields<br /> * valid values are:<br /> *&nbsp; &nbsp;false&nbsp; allow editing<br /> *&nbsp; &nbsp;&#039;blob&#039; allow editing except for BLOB fields<br /> *&nbsp; &nbsp;&#039;all&#039;&nbsp; disallow editing<br /> * default = blob<br /> */<br />//$cfg[&#039;ProtectBinary&#039;] = &#039;false&#039;;</p><p>/**<br /> * Default language to use, if not browser-defined or user-defined<br /> * (you find all languages in the locale folder)<br /> * uncomment the desired line:<br /> * default = &#039;en&#039;<br /> */<br />$cfg[&#039;DefaultLang&#039;] = &#039;ru&#039;;<br />//$cfg[&#039;DefaultLang&#039;] = &#039;de&#039;;</p><p>/**<br /> * default display direction (horizontal|vertical|horizontalflipped)<br /> */<br />//$cfg[&#039;DefaultDisplay&#039;] = &#039;vertical&#039;;</p><br /><p>/**<br /> * How many columns should be used for table display of a database?<br /> * (a value larger than 1 results in some information being hidden)<br /> * default = 1<br /> */<br />//$cfg[&#039;PropertiesNumColumns&#039;] = 2;</p><p>/**<br /> * Set to true if you want DB-based query history.If false, this utilizes<br /> * JS-routines to display query history (lost by window close)<br /> *<br /> * This requires configuration storage enabled, see above.<br /> * default = false<br /> */<br />//$cfg[&#039;QueryHistoryDB&#039;] = true;</p><p>/**<br /> * When using DB-based query history, how many entries should be kept?<br /> *<br /> * default = 25<br /> */<br />//$cfg[&#039;QueryHistoryMax&#039;] = 100;</p><p>/*<br /> * You can find more configuration options in Documentation.html<br /> * or here: <a href="http://wiki.phpmyadmin.net/pma/Config">http://wiki.phpmyadmin.net/pma/Config</a><br /> */<br />?&gt;</p>]]></content>
			<author>
				<name><![CDATA[Buj]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=6449</uri>
			</author>
			<updated>2014-12-05T21:55:19Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=25891#p25891</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=23643#p23643" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>taller сказал:</cite><blockquote><p>Вот содержание моего config.inc, вроде все перепроверил, опечаток не вижу</p></blockquote></div><p>Опечаток нет. Возможно конфигурационный файл был сохранен в Блокноте, который добавляет Бом-байт. Попробуйте сохранить конфигурационный файл в Notepad++, или отредактируйте тот, что идет по умолчанию.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2013-09-06T09:41:04Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=23643#p23643</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=23638#p23638" />
			<content type="html"><![CDATA[<p>Подскажите, у меня такая же ситуация :&nbsp; Ошибка при чтении конфигурационного файла</p><p>Вот содержание моего config.inc, вроде все перепроверил, опечаток не вижу</p><br /><p>&lt;?php<br />  $i = 0;<br />  $i++;<br />  $cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;localhost&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#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 />  $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;1234&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;controlhost&#039;] = &#039;localhost&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;1234&#039;;<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;tracking&#039;] = &#039;pma_tracking&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;userconfig&#039;] = &#039;pma_userconfig&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;recent&#039;] = &#039;pma_recent&#039;;<br />  $cfg[&#039;Servers&#039;][$i][&#039;table_uiprefs&#039;] = &#039;pma_table_uiprefs&#039;;<br />?&gt;</p><p>Спасибо, жду ответа.</p>]]></content>
			<author>
				<name><![CDATA[taller]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=5570</uri>
			</author>
			<updated>2013-09-05T19:28:33Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=23638#p23638</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=20442#p20442" />
			<content type="html"><![CDATA[<p>Думаю опечатка в этой строке:<br /></p><div class="codebox"><pre><code>$cfg[&quot;Servers&quot;][$i][&quot;password&quot;] = &quot;пароль&quot;;&#039;;</code></pre></div><p>Правильно будет:<br /></p><div class="codebox"><pre><code>$cfg[&quot;Servers&quot;][$i][&quot;password&quot;] = &quot;пароль&quot;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2012-06-13T07:41:26Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=20442#p20442</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=20441#p20441" />
			<content type="html"><![CDATA[<p>&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 /> * @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;пароль&#039;;<br />/*<br /> * Servers configuration<br /> */<br />$i = 0;</p><p>/*<br /> * First server<br /> */<br />$i++;<br />/* Authentication type */<br />$cfg[&quot;Servers&quot;][$i][&quot;auth_type&quot;] = &quot;config&quot;;<br />$cfg[&quot;Servers&quot;][$i][&quot;user&quot;] = &quot;юзер&quot;;<br />$cfg[&quot;Servers&quot;][$i][&quot;password&quot;] = &quot;пароль&quot;;&#039;;<br />/* 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 mysql if your server does not have mysqli */<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = false;</p><p>/*<br /> * phpMyAdmin configuration storage settings.<br /> */</p><p>/* User used to manipulate with storage */<br />// $cfg[&#039;Servers&#039;][$i][&#039;controlhost&#039;] = &#039;&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;pmapass&#039;;</p><p>/* Storage database and tables */<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;table_uiprefs&#039;] = &#039;pma_table_uiprefs&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] = &#039;pma_tracking&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;userconfig&#039;] = &#039;pma_userconfig&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;recent&#039;] = &#039;pma_recent&#039;;<br />// $cfg[&#039;Servers&#039;][$i][&#039;table_uiprefs&#039;] = &#039;pma_table_uiprefs&#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>/**<br /> * Defines whether a user should be displayed a &quot;show all (records)&quot;<br /> * button in browse mode or not.<br /> * default = false<br /> */<br />//$cfg[&#039;ShowAll&#039;] = true;</p><p>/**<br /> * Number of rows displayed when browsing a result set. If the result<br /> * set contains more rows, &quot;Previous&quot; and &quot;Next&quot;.<br /> * default = 30<br /> */<br />//$cfg[&#039;MaxRows&#039;] = 50;</p><p>/**<br /> * Use graphically less intense menu tabs<br /> * default = false<br /> */<br />//$cfg[&#039;LightTabs&#039;] = true;</p><p>/**<br /> * disallow editing of binary fields<br /> * valid values are:<br /> *&nbsp; &nbsp;false&nbsp; allow editing<br /> *&nbsp; &nbsp;&#039;blob&#039; allow editing except for BLOB fields<br /> *&nbsp; &nbsp;&#039;all&#039;&nbsp; disallow editing<br /> * default = blob<br /> */<br />//$cfg[&#039;ProtectBinary&#039;] = &#039;false&#039;;</p><p>/**<br /> * Default language to use, if not browser-defined or user-defined<br /> * (you find all languages in the locale folder)<br /> * uncomment the desired line:<br /> * default = &#039;en&#039;<br /> */<br />//$cfg[&#039;DefaultLang&#039;] = &#039;en&#039;;<br />//$cfg[&#039;DefaultLang&#039;] = &#039;de&#039;;</p><p>/**<br /> * default display direction (horizontal|vertical|horizontalflipped)<br /> */<br />//$cfg[&#039;DefaultDisplay&#039;] = &#039;vertical&#039;;</p><br /><p>/**<br /> * How many columns should be used for table display of a database?<br /> * (a value larger than 1 results in some information being hidden)<br /> * default = 1<br /> */<br />//$cfg[&#039;PropertiesNumColumns&#039;] = 2;</p><p>/**<br /> * Set to true if you want DB-based query history.If false, this utilizes<br /> * JS-routines to display query history (lost by window close)<br /> *<br /> * This requires configuration storage enabled, see above.<br /> * default = false<br /> */<br />//$cfg[&#039;QueryHistoryDB&#039;] = true;</p><p>/**<br /> * When using DB-based query history, how many entries should be kept?<br /> *<br /> * default = 25<br /> */<br />//$cfg[&#039;QueryHistoryMax&#039;] = 100;</p><p>/*<br /> * You can find more configuration options in Documentation.html<br /> * or here: <a href="http://wiki.phpmyadmin.net/pma/Config">http://wiki.phpmyadmin.net/pma/Config</a><br /> */<br />?&gt;</p>]]></content>
			<author>
				<name><![CDATA[valejandro]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=4378</uri>
			</author>
			<updated>2012-06-13T02:44:36Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=20441#p20441</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=20371#p20371" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>valejandro сказал:</cite><blockquote><p>Ошибка при чтении конфигурационного файла</p></blockquote></div><p>Судя по ошибке, вы допустили опечатку в конфигурационном файле. Покажите ваш config.inc.php.</p><div class="quotebox"><cite>valejandro сказал:</cite><blockquote><p>Невозможно подключиться к серверу MySQL</p></blockquote></div><p>Это означает, что либо хост MySQL задан неверно, либо доступа к MySQL нет.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2012-06-07T07:55:17Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=20371#p20371</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=20370#p20370" />
			<content type="html"><![CDATA[<p>&lt;h1&gt;Ошибка при чтении конфигурационного файла&lt;/h1&gt;This usually means there is a syntax error in it, please check any errors shown below.&lt;br /&gt;&lt;br /&gt;&lt;iframe src=&quot;show_config_errors.php&quot; /&gt;</p>]]></content>
			<author>
				<name><![CDATA[valejandro]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=4378</uri>
			</author>
			<updated>2012-06-07T06:14:10Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=20370#p20370</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=20369#p20369" />
			<content type="html"><![CDATA[<p>Установил как положено&nbsp; <a href="http://ktonanovenkogo.ru/vokrug-da-okolo/programs/phpmyadmin-skachat-ustanovka-nastrojka.html">http://ktonanovenkogo.ru/vokrug-da-okol … rojka.html</a><br />но выдает ошибку когда пытаюсь зайти: #2002 Невозможно подключиться к серверу MySQL</p>]]></content>
			<author>
				<name><![CDATA[valejandro]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=4378</uri>
			</author>
			<updated>2012-06-07T06:11:17Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=20369#p20369</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Как установить phpmyadmin на хостинг?]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=20368#p20368" />
			<content type="html"><![CDATA[<p>Здравствуйте!<br />Служба поддержки хостинга сказали что бы я установил через ftp phpmyadmin. А у них такого на cp.panele нету. КАК БЫТЬ? Помогите разобраться пожалуйста!</p>]]></content>
			<author>
				<name><![CDATA[valejandro]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=4378</uri>
			</author>
			<updated>2012-06-07T05:15:52Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=20368#p20368</id>
		</entry>
</feed>
