<?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=4115&amp;type=atom" />
	<updated>2015-08-15T17:48:26Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=4115</id>
		<entry>
			<title type="html"><![CDATA[Re: Проблема с конфигом]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=26550#p26550" />
			<content type="html"><![CDATA[<p>Попробуйте заменить эту директиву:<br /></p><div class="quotebox"><blockquote><p>$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = true;</p></blockquote></div><p>Если не поможет, то смотрите какие данные для подключения у MySQL.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2015-08-15T17:48:26Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=26550#p26550</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Проблема с конфигом]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=26546#p26546" />
			<content type="html"><![CDATA[<p>Почитал форум, пытался менять и хост, пароль, pma на phpmyadmin и т.д., ничего не помогло :С</p><p><span class="postimg"><img src="http://s018.radikal.ru/i528/1508/1e/2b65da969a44.png" alt="http://s018.radikal.ru/i528/1508/1e/2b65da969a44.png" /></span></p><div class="codebox"><pre><code>&lt;?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * phpMyAdmin sample configuration, you can use it as base for
 * manual configuration. For easier setup you can use setup/
 *
 * All directives are explained in documentation in the doc/ folder
 * or at &lt;http://docs.phpmyadmin.net/&gt;.
 *
 * @package PhpMyAdmin
 */

/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 */
$cfg[&#039;blowfish_secret&#039;] = &#039;xampp&#039;; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */

/*
 * Servers configuration
 */
$i = 0;

/*
 * First server
 */
$i++;
/* Authentication type */
$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;&#039;;
/* Server parameters */
$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;localhost&#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;AllowNoPassword&#039;] = false;

/*
 * phpMyAdmin configuration storage settings.
 */

/* User used to manipulate with storage */
// $cfg[&#039;Servers&#039;][$i][&#039;controlhost&#039;] = &#039;&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;controlport&#039;] = &#039;&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;phpmyadmin&#039;;
//$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;&#039;;

/* Storage database and tables */
$cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = &#039;phpmyadmin&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma__bookmark&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = &#039;pma__relation&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = &#039;pma__table_info&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = &#039;pma__table_coords&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = &#039;pma__pdf_pages&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = &#039;pma__column_info&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = &#039;pma__history&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;table_uiprefs&#039;] = &#039;pma__table_uiprefs&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] = &#039;pma__tracking&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;userconfig&#039;] = &#039;pma__userconfig&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;recent&#039;] = &#039;pma__recent&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;favorite&#039;] = &#039;pma__favorite&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;users&#039;] = &#039;pma__users&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;usergroups&#039;] = &#039;pma__usergroups&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;navigationhiding&#039;] = &#039;pma__navigationhiding&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;savedsearches&#039;] = &#039;pma__savedsearches&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;central_columns&#039;] = &#039;pma__central_columns&#039;;
/* Contrib / Swekey authentication */
// $cfg[&#039;Servers&#039;][$i][&#039;auth_swekey_config&#039;] = &#039;/etc/swekey-pma.conf&#039;;

/*
 * End of servers configuration
 */

/*
 * Directories for saving/loading files from server
 */
$cfg[&#039;UploadDir&#039;] = &#039;&#039;;
$cfg[&#039;SaveDir&#039;] = &#039;&#039;;

/**
 * Whether to display icons or text or both icons and text in table row
 * action segment. Value can be either of &#039;icons&#039;, &#039;text&#039; or &#039;both&#039;.
 */
//$cfg[&#039;RowActionType&#039;] = &#039;both&#039;;

/**
 * Defines whether a user should be displayed a &quot;show all (records)&quot;
 * button in browse mode or not.
 * default = false
 */
//$cfg[&#039;ShowAll&#039;] = true;

/**
 * Number of rows displayed when browsing a result set. If the result
 * set contains more rows, &quot;Previous&quot; and &quot;Next&quot;.
 * default = 30
 */
//$cfg[&#039;MaxRows&#039;] = 50;

/**
 * disallow editing of binary fields
 * valid values are:
 *   false    allow editing
 *   &#039;blob&#039;   allow editing except for BLOB fields
 *   &#039;noblob&#039; disallow editing except for BLOB fields
 *   &#039;all&#039;    disallow editing
 * default = blob
 */
//$cfg[&#039;ProtectBinary&#039;] = &#039;false&#039;;

/**
 * Default language to use, if not browser-defined or user-defined
 * (you find all languages in the locale folder)
 * uncomment the desired line:
 * default = &#039;en&#039;
 */
//$cfg[&#039;DefaultLang&#039;] = &#039;en&#039;;
//$cfg[&#039;DefaultLang&#039;] = &#039;de&#039;;

/**
 * How many columns should be used for table display of a database?
 * (a value larger than 1 results in some information being hidden)
 * default = 1
 */
//$cfg[&#039;PropertiesNumColumns&#039;] = 2;

/**
 * Set to true if you want DB-based query history.If false, this utilizes
 * JS-routines to display query history (lost by window close)
 *
 * This requires configuration storage enabled, see above.
 * default = false
 */
//$cfg[&#039;QueryHistoryDB&#039;] = true;

/**
 * When using DB-based query history, how many entries should be kept?
 *
 * default = 25
 */
//$cfg[&#039;QueryHistoryMax&#039;] = 100;

/**
 * Should error reporting be enabled for JavaScript errors
 *
 * default = &#039;ask&#039;
 */
//$cfg[&#039;SendErrorReports&#039;] = &#039;ask&#039;;

/*
 * You can find more configuration options in the documentation
 * in the doc/ folder or at &lt;http://docs.phpmyadmin.net/&gt;.
 */
?&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kilohertz]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=7290</uri>
			</author>
			<updated>2015-08-15T03:38:15Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=26546#p26546</id>
		</entry>
</feed>
