<?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=1947</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1947&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Помогите ошибка».]]></description>
		<lastBuildDate>Thu, 28 Oct 2010 21:16:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Помогите ошибка]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13752#p13752</link>
			<description><![CDATA[<p>Вроде нет ничего странного в конфигурационном файле. Если надо восстановить пароль к root, то действуйте по этой инструкции, только пути к файлам поправьте.<br /><a href="http://forum.php-myadmin.ru/viewtopic.php?pid=8603#p8603">Восстановить пароль пользователю root</a></p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 28 Oct 2010 21:16:32 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13752#p13752</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите ошибка]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13746#p13746</link>
			<description><![CDATA[<p>Да я заходил без пароля</p><p>$i++;<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;localhost&#039;; // MySQL hostname or IP address<br />$cfg[&#039;Servers&#039;][$i][&#039;port&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // MySQL port - leave blank for default port<br />$cfg[&#039;Servers&#039;][$i][&#039;socket&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Path to the socket - leave blank for default socket<br />$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;]&nbsp; = &#039;tcp&#039;;&nbsp; &nbsp; &nbsp; &nbsp;// How to connect to MySQL server (&#039;tcp&#039; or &#039;socket&#039;)<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;]&nbsp; &nbsp; &nbsp;= &#039;mysql&#039;;&nbsp; &nbsp; &nbsp;// The php MySQL extension to use (&#039;mysql&#039; or &#039;mysqli&#039;)<br />$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;]&nbsp; &nbsp; &nbsp; = FALSE;&nbsp; &nbsp; &nbsp; &nbsp;// Use compressed protocol for the MySQL connection<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // (requires PHP &gt;= 4.3.0)<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;]&nbsp; &nbsp;= &#039;&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // MySQL control user settings<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // (this user must have read-only<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;]&nbsp; &nbsp;= &#039;&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // access to the &quot;mysql/user&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // and &quot;mysql/db&quot; tables).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // The controluser is also<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // used for all relational<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // features (pmadb)<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;]&nbsp; &nbsp; &nbsp;= &#039;config&#039;;&nbsp; &nbsp; // Authentication method (config, http or cookie based)?<br />$cfg[&#039;Servers&#039;][$i][&#039;user&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;root&#039;;&nbsp; &nbsp; &nbsp; // MySQL user<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;]&nbsp; &nbsp; &nbsp; = &#039;&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // MySQL password (only needed<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // with &#039;config&#039; auth_type)<br />$cfg[&#039;Servers&#039;][$i][&#039;only_db&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // If set to a db-name, only<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // this db is displayed in left frame<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // It may also be an array of db-names, where sorting order is relevant.<br />$cfg[&#039;Servers&#039;][$i][&#039;verbose&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Verbose name for this host - leave blank to show the hostname</p><p>$cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;phpmyadmin&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Database used for Relation, Bookmark and PDF Features<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // (see scripts/create_tables.sql)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;- leave blank for no support<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp;DEFAULT: &#039;phpmyadmin&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma_bookmark&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Bookmark table<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;- leave blank for no bookmark support<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp;DEFAULT: &#039;pma_bookmark&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;relation&#039;]&nbsp; &nbsp; &nbsp; = &#039;pma_relation&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // table to describe the relation between links (see doc)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;- leave blank for no relation-links support<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp;DEFAULT: &#039;pma_relation&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;]&nbsp; &nbsp; = &#039;pma_table_info&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // table to describe the display fields<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;- leave blank for no display fields support<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp;DEFAULT: &#039;pma_table_info&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;]&nbsp; = &#039;pma_table_coords&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // table to describe the tables position for the PDF schema<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;- leave blank for no PDF schema support<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp;DEFAULT: &#039;pma_table_coords&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;]&nbsp; &nbsp; &nbsp;= &#039;pma_pdf_pages&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // table to describe pages of relationpdf<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;- leave blank if you don&#039;t want to use this<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp;DEFAULT: &#039;pma_pdf_pages&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;]&nbsp; &nbsp;= &#039;pma_column_info&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // table to store column information<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;- leave blank for no column comments/mime types<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp;DEFAULT: &#039;pma_column_info&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;history&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;pma_history&#039;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // table to store SQL history<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;- leave blank for no SQL query history<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp;DEFAULT: &#039;pma_history&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;verbose_check&#039;] = TRUE;&nbsp; &nbsp; &nbsp; &nbsp; // set to FALSE if you know that your pma_* tables<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // are up to date. This prevents compatibility<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // checks and thereby increases performance.<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowRoot&#039;]&nbsp; &nbsp; &nbsp;= TRUE;&nbsp; &nbsp; &nbsp; &nbsp; // whether to allow root login<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowDeny&#039;][&#039;order&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Host authentication order, leave blank to not use<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowDeny&#039;][&#039;rules&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Host authentication rules, leave blank for defaults<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= array();</p><br /><p>$i++;<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;port&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;socket&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;]&nbsp; &nbsp; = &#039;tcp&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;mysql&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = FALSE;<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;]&nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;]&nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;config&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;user&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;root&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;only_db&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;verbose&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;; // &#039;phpmyadmin&#039; - see scripts/create_tables.sql<br />$cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;]&nbsp; &nbsp;= &#039;&#039;; // &#039;pma_bookmark&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;relation&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;; // &#039;pma_relation&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;]&nbsp; &nbsp; &nbsp; = &#039;&#039;; // &#039;pma_table_info&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;]&nbsp; &nbsp; = &#039;&#039;; // &#039;pma_table_coords&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;; // &#039;pma_pdf_pages&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;]&nbsp; &nbsp; &nbsp;= &#039;&#039;; // &#039;pma_column_info&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;history&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;; // &#039;pma_history&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;verbose_check&#039;]&nbsp; &nbsp;= TRUE;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowRoot&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= TRUE;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowDeny&#039;][&#039;order&#039;]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowDeny&#039;][&#039;rules&#039;]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= array();</p><p>$i++;<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;port&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;socket&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;]&nbsp; &nbsp; = &#039;tcp&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;mysql&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = FALSE;<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;]&nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;]&nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;config&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;user&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;root&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;only_db&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;verbose&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;; // &#039;phpmyadmin&#039; - see scripts/create_tables.sql<br />$cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;]&nbsp; &nbsp;= &#039;&#039;; // &#039;pma_bookmark&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;relation&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;; // &#039;pma_relation&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;]&nbsp; &nbsp; &nbsp; = &#039;&#039;; // &#039;pma_table_info&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;]&nbsp; &nbsp; = &#039;&#039;; // &#039;pma_table_coords&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;; // &#039;pma_pdf_pages&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;]&nbsp; &nbsp; &nbsp;= &#039;&#039;; // &#039;pma_column_info&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;history&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;; // &#039;pma_history&#039;<br />$cfg[&#039;Servers&#039;][$i][&#039;verbose_check&#039;]&nbsp; &nbsp;= TRUE;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowRoot&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= TRUE;</p><p>$cfg[&#039;Servers&#039;][$i][&#039;AllowDeny&#039;][&#039;order&#039;]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowDeny&#039;][&#039;rules&#039;]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= array();</p>]]></description>
			<author><![CDATA[null@example.com (pochta9)]]></author>
			<pubDate>Thu, 28 Oct 2010 13:24:43 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13746#p13746</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите ошибка]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13745#p13745</link>
			<description><![CDATA[<p>Вы заходили под root без пароля? Покажите ваш конфигурационный файл phpMyAdmin (config.inc.php).</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 28 Oct 2010 13:11:08 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13745#p13745</guid>
		</item>
		<item>
			<title><![CDATA[Помогите ошибка]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13744#p13744</link>
			<description><![CDATA[<p>При входе http://localhost/tools/phpmyadmin/ выдает такую ошибку<br />#1045 - Access denied for user &#039;root&#039;@&#039;localhost&#039; (using password: NO)<br />ничего ни где ни менял, вчера все входило нормально, помогите плиз</p>]]></description>
			<author><![CDATA[null@example.com (pochta9)]]></author>
			<pubDate>Thu, 28 Oct 2010 12:41:59 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13744#p13744</guid>
		</item>
	</channel>
</rss>
