<?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; опять проблемы со входом AllowNoPassword]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=4009</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=4009&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «опять проблемы со входом AllowNoPassword».]]></description>
		<lastBuildDate>Sun, 05 Apr 2015 19:22:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26237#p26237</link>
			<description><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><div class="quotebox"><cite>Korben сказал:</cite><blockquote><p>Что ещё можно попробовать для решения этой нелепой проблемы?</p></blockquote></div><p>Пароль задан, или пустой?</p><p>После изменения конфигурации необходимо очистить куки браузера.</p></blockquote></div><p>Пароль задан. Я не только куки сбрасывал, но и в двух других браузерах смотрю. <br />Обратил внимание, что у config.inc.php и директории, где он лежит, были права 640. Поставил 644 и конфиг начал читаться (сработал мой die()). <br />Но теперь уже другая ошибка выдается - Cannot log in to the MySQL server.</p>]]></description>
			<author><![CDATA[null@example.com (Korben)]]></author>
			<pubDate>Sun, 05 Apr 2015 19:22:08 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26237#p26237</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26235#p26235</link>
			<description><![CDATA[<div class="quotebox"><cite>Korben сказал:</cite><blockquote><p>Что ещё можно попробовать для решения этой нелепой проблемы?</p></blockquote></div><p>Пароль задан, или пустой?</p><p>После изменения конфигурации необходимо очистить куки браузера.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sun, 05 Apr 2015 16:34:43 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26235#p26235</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26234#p26234</link>
			<description><![CDATA[<p>Столкнулся с похожей проблемой.<br />Точно так же имею дело с виртуальной машиной bitrix и получаю эту дурацкую ошибку постоянно &quot;Login without a password is forbidden by configuration (see AllowNoPassword)&quot;.</p><p>Только у меня не бывает, чтобы иногда пускало - ошибка вылазит всегда и php_admin_value mbstring.func_overload 0 не помогла.</p><p>Такое ощущение, что конфиг вообще не учитывается. <br />Что только ни делал: и копировал конфиг из /etc/phpMyAdmin/config.inc.php в /usr/share/phpMyadmin (по умолчанию его там не было), и вставлял die() в эти конфиги, и скачивал с сайта PMA архив (думал может в версии из репозитория какой-то глюк) - ничего не помогает.</p><p>Впервые с таким сталкиваюсь. Никогда проблем не было с PMA. Создал ссылку и вперёд. </p><p>Что интересно, так это то, что если я ввожу не верный пароль, то получаю ошибку Can not connect to MySQL server. А если правильный пароль - то вышеописанную ошибку.</p><p>Что ещё можно попробовать для решения этой нелепой проблемы?</p>]]></description>
			<author><![CDATA[null@example.com (Korben)]]></author>
			<pubDate>Sun, 05 Apr 2015 15:26:56 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26234#p26234</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26152#p26152</link>
			<description><![CDATA[<p>добавил <strong>php_admin_value mbstring.func_overload 0</strong> на каталог phpmyadmin в phpMyAdmin.conf веб сервера - стал хоть заходить без ошибок и это уже радует:)<br /></p><div class="quotebox"><blockquote><p>-bash-4.1# cat /etc/httpd/bx/conf/phpMyAdmin.conf<br /># phpMyAdmin - Web based MySQL browser written in php<br />#<br /># Allows only localhost by default<br />#<br /># But allowing phpMyAdmin to anyone other than localhost should be considered<br /># dangerous unless properly secured by SSL</p><p>Alias /phpMyAdmin /usr/share/phpMyAdmin<br />Alias /phpmyadmin /usr/share/phpMyAdmin</p><p>&lt;Directory /usr/share/phpMyAdmin/&gt;<br />&nbsp; &nbsp;AddDefaultCharset UTF-8</p><p>&nbsp; &nbsp;&lt;IfModule mod_authz_core.c&gt;<br />&nbsp; &nbsp; &nbsp;# Apache 2.4<br />&nbsp; &nbsp; Require local<br />&nbsp; &nbsp;&lt;/IfModule&gt;<br />&nbsp; &nbsp;&lt;IfModule !mod_authz_core.c&gt;<br />&nbsp; &nbsp; &nbsp;# Apache 2.2<br />&nbsp; &nbsp; &nbsp;Order Allow,Deny<br />#&nbsp; &nbsp; &nbsp;Deny from All<br />Allow from All<br />#&nbsp; &nbsp; &nbsp;Allow from 127.0.0.1<br />#&nbsp; &nbsp; &nbsp;Allow from ::1<br />&nbsp; &nbsp;&lt;/IfModule&gt;<br />php_admin_value mbstring.func_overload 0<br />&lt;/Directory&gt;<br />&lt;Directory /usr/share/phpMyAdmin/setup/&gt;<br />&nbsp; &nbsp;&lt;IfModule mod_authz_core.c&gt;<br />&nbsp; &nbsp; &nbsp;# Apache 2.4<br />&nbsp; &nbsp; &nbsp;Require local<br />&nbsp; &nbsp;&lt;/IfModule&gt;<br />&nbsp; &nbsp;&lt;IfModule !mod_authz_core.c&gt;<br />&nbsp; &nbsp; &nbsp;# Apache 2.2<br />&nbsp; &nbsp; &nbsp;Order Deny,Allow<br />&nbsp; &nbsp; &nbsp;Deny from All<br />&nbsp; &nbsp; &nbsp;Allow from 127.0.0.1<br />&nbsp; &nbsp; &nbsp;Allow from ::1<br />&nbsp; &nbsp;&lt;/IfModule&gt;<br />&lt;/Directory&gt;</p><p># These directories do not require access over HTTP - taken from the original<br /># phpMyAdmin upstream tarball<br />#<br />&lt;Directory /usr/share/phpMyAdmin/libraries/&gt;<br />&nbsp; &nbsp; Order Deny,Allow<br />&nbsp; &nbsp; Deny from All<br />&nbsp; &nbsp; Allow from None<br />&lt;/Directory&gt;</p><p>&lt;Directory /usr/share/phpMyAdmin/setup/lib/&gt;<br />&nbsp; &nbsp; Order Deny,Allow<br />&nbsp; &nbsp; Deny from All<br />&nbsp; &nbsp; Allow from None<br />&lt;/Directory&gt;</p><p>&lt;Directory /usr/share/phpMyAdmin/setup/frames/&gt;<br />&nbsp; &nbsp; Order Deny,Allow<br />&nbsp; &nbsp; Deny from All<br />&nbsp; &nbsp; Allow from None<br />&lt;/Directory&gt;</p><p># This configuration prevents mod_security at phpMyAdmin directories from<br /># filtering SQL etc.&nbsp; This may break your mod_security implementation.<br />#<br />#&lt;IfModule mod_security.c&gt;<br />#&nbsp; &nbsp; &lt;Directory /usr/share/phpMyAdmin/&gt;<br />#&nbsp; &nbsp; &nbsp; &nbsp; SecRuleInheritance Off<br />#&nbsp; &nbsp; &lt;/Directory&gt;<br />#&lt;/IfModule&gt;<br />-bash-4.1#</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (mousesport)]]></author>
			<pubDate>Mon, 02 Mar 2015 19:56:11 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26152#p26152</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26151#p26151</link>
			<description><![CDATA[<p>В конфигурационном файле эта строка задана. Значит загружается не то, что вы редактируете. Смотрите журналы хоста.<br />$cfg[&#039;blowfish_secret&#039;] = &#039;1119195928827717&#039;;</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Mon, 02 Mar 2015 19:52:19 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26151#p26151</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26150#p26150</link>
			<description><![CDATA[<p>от бешенства тупо раз 100500 вводил правильный логин и пароль (не очищая кеш и куки) в итоге пустил, но внизу высветил ошибки:<br /></p><div class="quotebox"><blockquote><p>You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!<br /> The configuration file now needs a secret passphrase (blowfish_secret).</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (mousesport)]]></author>
			<pubDate>Mon, 02 Mar 2015 19:24:43 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26150#p26150</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26149#p26149</link>
			<description><![CDATA[<p>да вроде другой нет:)<br /></p><div class="quotebox"><blockquote><p>-bash-4.1# find / -name &quot;config.inc.php&quot;<br />/usr/share/phpMyAdmin/setup/frames/config.inc.php<br />/etc/phpMyAdmin/config.inc.php<br />-bash-4.1#</p></blockquote></div><p>в журнале ошибок только однотипные строки:<br /></p><div class="quotebox"><blockquote><p>[Sun Mar 01 23:11:34 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Sun Mar 01 23:11:35 2015] [error] [client 95.215.230.215] client denied by server configuration: /usr/share/phpMyAdmin/index.php<br />[Sun Mar 01 23:11:36 2015] [error] [client 95.215.230.215] client denied by server configuration: /usr/share/phpMyAdmin/index.php<br />[Sun Mar 01 23:11:39 2015] [error] [client 95.215.230.215] client denied by server configuration: /usr/share/phpMyAdmin/<br />[Sun Mar 01 23:11:43 2015] [notice] caught SIGTERM, shutting down<br />PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/apc.so&#039; - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />[Sun Mar 01 23:11:43 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Sun Mar 01 23:11:45 2015] [error] [client 95.215.230.215] client denied by server configuration: /usr/share/phpMyAdmin/<br />[Sun Mar 01 23:11:46 2015] [error] [client 95.215.230.215] client denied by server configuration: /usr/share/phpMyAdmin/<br />[Sun Mar 01 23:11:56 2015] [notice] caught SIGTERM, shutting down<br />PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/apc.so&#039; - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />[Sun Mar 01 23:11:56 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Sun Mar 01 23:11:57 2015] [error] [client 95.215.230.215] client denied by server configuration: /usr/share/phpMyAdmin/<br />[Sun Mar 01 23:11:58 2015] [error] [client 95.215.230.215] client denied by server configuration: /usr/share/phpMyAdmin/<br />[Sun Mar 01 23:12:46 2015] [notice] caught SIGTERM, shutting down<br />PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/apc.so&#039; - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />[Sun Mar 01 23:12:46 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Sun Mar 01 23:13:44 2015] [notice] caught SIGTERM, shutting down<br />PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/apc.so&#039; - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />[Sun Mar 01 23:13:44 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Sun Mar 01 23:25:08 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting<br />[Sun Mar 01 23:28:03 2015] [notice] caught SIGTERM, shutting down<br />PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/apc.so&#039; - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />[Sun Mar 01 23:28:03 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Sun Mar 01 23:28:15 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting<br />[Sun Mar 01 23:28:56 2015] [notice] caught SIGTERM, shutting down<br />PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/apc.so&#039; - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />[Sun Mar 01 23:28:56 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Sun Mar 01 23:29:49 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting<br />[Sun Mar 01 23:44:58 2015] [notice] caught SIGTERM, shutting down<br />PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/apc.so&#039; - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />[Sun Mar 01 23:44:58 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Sun Mar 01 23:50:21 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting<br />[Mon Mar 02 00:33:48 2015] [notice] caught SIGTERM, shutting down<br />PHP Warning:&nbsp; PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/apc.so&#039; - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />[Mon Mar 02 00:33:49 2015] [notice] Apache/2.2.15 (Unix) mod_rpaf/0.6 PHP/5.4.38 configured -- resuming normal operations<br />[Mon Mar 02 00:33:52 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting<br />-bash-4.1#</p></blockquote></div><p>apc.so выключил пока</p>]]></description>
			<author><![CDATA[null@example.com (mousesport)]]></author>
			<pubDate>Mon, 02 Mar 2015 19:00:20 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26149#p26149</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26148#p26148</link>
			<description><![CDATA[<p>Посмотрите журнал ошибок веб-сервера. Не понятна причина проблемы со входом.</p><p>Используемое расширение прописано здесь:<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;</p><p>Судя по ошибке с расширением, вы запускаете какую-то другую копию phpMyAdmin, поэтому смотрите журналы ошибок.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Mon, 02 Mar 2015 15:55:18 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26148#p26148</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26147#p26147</link>
			<description><![CDATA[<p>пробовал разные браузеры <img src="https://forum.php-myadmin.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />кстати заметил после очистки кеша появляется предупреждение<br /></p><div class="quotebox"><blockquote><p>You are using the mysql extension which is deprecated in phpMyAdmin. Please consider installing the mysqli extension. See our documentation for more information.</p></blockquote></div><p>но после f5 оно пропадает</p><p>устанавливал phpmyadmin на bitrixVM</p><div class="quotebox"><blockquote><p>ln -s /usr/share/phpMyAdmin/ /home/bitrix/www/phpmyadmin</p></blockquote></div><p>может права на папку поставить bitrix:bitrix</p><p>могу также выложить phpMyAdmin.conf<br /></p><div class="quotebox"><blockquote><p>-bash-4.1# cat /etc/httpd/bx/conf/phpMyAdmin.conf&nbsp; &nbsp; &nbsp;<br /># phpMyAdmin - Web based MySQL browser written in php<br /># <br /># Allows only localhost by default<br />#<br /># But allowing phpMyAdmin to anyone other than localhost should be considered<br /># dangerous unless properly secured by SSL</p><p>Alias /phpMyAdmin /usr/share/phpMyAdmin<br />Alias /phpmyadmin /usr/share/phpMyAdmin</p><p>&lt;Directory /usr/share/phpMyAdmin/&gt;<br />&nbsp; &nbsp;AddDefaultCharset UTF-8</p><p>&nbsp; &nbsp;&lt;IfModule mod_authz_core.c&gt;<br />&nbsp; &nbsp; &nbsp;# Apache 2.4<br />&nbsp; &nbsp; Require local<br />&nbsp; &nbsp;&lt;/IfModule&gt;<br />&nbsp; &nbsp;&lt;IfModule !mod_authz_core.c&gt;<br />&nbsp; &nbsp; &nbsp;# Apache 2.2<br />&nbsp; &nbsp; &nbsp;Order Allow,Deny<br />#&nbsp; &nbsp; &nbsp;Deny from All<br />Allow from All<br />#&nbsp; &nbsp; &nbsp;Allow from 127.0.0.1<br />#&nbsp; &nbsp; &nbsp;Allow from ::1<br />&nbsp; &nbsp;&lt;/IfModule&gt;<br />&lt;/Directory&gt;</p><p>&lt;Directory /usr/share/phpMyAdmin/setup/&gt;<br />&nbsp; &nbsp;&lt;IfModule mod_authz_core.c&gt;<br />&nbsp; &nbsp; &nbsp;# Apache 2.4<br />&nbsp; &nbsp; &nbsp;Require local<br />&nbsp; &nbsp;&lt;/IfModule&gt;<br />&nbsp; &nbsp;&lt;IfModule !mod_authz_core.c&gt;<br />&nbsp; &nbsp; &nbsp;# Apache 2.2<br />&nbsp; &nbsp; &nbsp;Order Deny,Allow<br />&nbsp; &nbsp; &nbsp;Deny from All<br />&nbsp; &nbsp; &nbsp;Allow from 127.0.0.1<br />&nbsp; &nbsp; &nbsp;Allow from ::1<br />&nbsp; &nbsp;&lt;/IfModule&gt;<br />&lt;/Directory&gt;</p><p># These directories do not require access over HTTP - taken from the original<br /># phpMyAdmin upstream tarball<br />#<br />&lt;Directory /usr/share/phpMyAdmin/libraries/&gt;<br />&nbsp; &nbsp; Order Deny,Allow<br />&nbsp; &nbsp; Deny from All<br />&nbsp; &nbsp; Allow from None<br />&lt;/Directory&gt;</p><p>&lt;Directory /usr/share/phpMyAdmin/setup/lib/&gt;<br />&nbsp; &nbsp; Order Deny,Allow<br />&nbsp; &nbsp; Deny from All<br />&nbsp; &nbsp; Allow from None<br />&lt;/Directory&gt;</p><p>&lt;Directory /usr/share/phpMyAdmin/setup/frames/&gt;<br />&nbsp; &nbsp; Order Deny,Allow<br />&nbsp; &nbsp; Deny from All<br />&nbsp; &nbsp; Allow from None<br />&lt;/Directory&gt;</p><p># This configuration prevents mod_security at phpMyAdmin directories from<br /># filtering SQL etc.&nbsp; This may break your mod_security implementation.<br />#<br />#&lt;IfModule mod_security.c&gt;<br />#&nbsp; &nbsp; &lt;Directory /usr/share/phpMyAdmin/&gt;<br />#&nbsp; &nbsp; &nbsp; &nbsp; SecRuleInheritance Off<br />#&nbsp; &nbsp; &lt;/Directory&gt;<br />#&lt;/IfModule&gt;</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (mousesport)]]></author>
			<pubDate>Mon, 02 Mar 2015 15:21:21 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26147#p26147</guid>
		</item>
		<item>
			<title><![CDATA[Re: опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26143#p26143</link>
			<description><![CDATA[<p>Посмотрите как себя ведут разные браузеры, чтобы исключить проблему с кешем браузера.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Mon, 02 Mar 2015 11:21:26 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26143#p26143</guid>
		</item>
		<item>
			<title><![CDATA[опять проблемы со входом AllowNoPassword]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26140#p26140</link>
			<description><![CDATA[<p>phpMyAdmin-4.3</p><div class="codebox"><pre><code>-bash-4.1# mysql -uroot -proot
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 431
Server version: 5.5.42 MySQL Community Server (GPL) by Remi

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the current input statement.

mysql&gt;</code></pre></div><p>также есть пользователь свой пользователь с паролем и из под консоли вхожу без проблем, но как только вхожу через веб ....&nbsp; это культурными словами не высказать<br /><a href="http://radikal.ru/fp/439c14aa98de4330b9e9fba224352e4d"><span class="postimg"><img src="http://s008.radikal.ru/i303/1503/2d/0a157010b7aat.jpg" alt="http://s008.radikal.ru/i303/1503/2d/0a157010b7aat.jpg" /></span></a></p><p>конфиг<br /></p><div class="codebox"><pre><code>-bash-4.1# cat /etc/phpMyAdmin/config.inc.php
&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;1119195928827717&#039;; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

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

/*
 * First server
 */
$i++;
$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;root&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = true;
/* Authentication type */
//$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#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;
$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;
/*
 * phpMyAdmin configuration storage settings.
 */

/* User used to manipulate with storage */
// $cfg[&#039;Servers&#039;][$i][&#039;controlhost&#039;] = &#039;localhost&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;controlport&#039;] = &#039;&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;root&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;root&#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;/var/lib/phpMyAdmin/upload&#039;;
$cfg[&#039;SaveDir&#039;] = &#039;/var/lib/phpMyAdmin/save&#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;;

/**
 * default display direction (horizontal|vertical|horizontalflipped)
 */
//$cfg[&#039;DefaultDisplay&#039;] = &#039;vertical&#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><p>кеш чистил (даже веб сервер и мускл перезагружал), но каким то образом попал один раз и как вышел, опять стал получать эту же ошибку<br /><strong>Login without a password is forbidden by configuration (see AllowNoPassword)</strong><br />от безысходности игрался с<br /></p><div class="codebox"><pre><code>$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = false;</code></pre></div><p>ни под рутом ни под своим юзером попасть не получилось... <br />пробовал даже root без пароля - та же песня<br />времени убил ппц, но все же хочу докопаться до истины...</p>]]></description>
			<author><![CDATA[null@example.com (mousesport)]]></author>
			<pubDate>Sun, 01 Mar 2015 22:09:20 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26140#p26140</guid>
		</item>
	</channel>
</rss>
