<?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=634</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=634&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Не отображается имя базы».]]></description>
		<lastBuildDate>Mon, 17 Dec 2007 15:49:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Не отображается имя базы]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=4091#p4091</link>
			<description><![CDATA[<p>Попробуйте заменить содержиоме конфигурационного файла нижеследующим.<br /></p><div class="codebox"><pre><code>&lt;?php

$i = 0;
$i++;
/* Authentication type */
$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#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;
/* Select mysqli if your server has it */
$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysql&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;&#039;;

?&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Mon, 17 Dec 2007 15:49:58 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=4091#p4091</guid>
		</item>
		<item>
			<title><![CDATA[Re: Не отображается имя базы]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=4090#p4090</link>
			<description><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><p><strong>Marina</strong><br />Опишите, пожалуйста, подробнее.</p><p>Веб-сервер локальный, или хостинг?<br />Версии элементов веб-сервера.<br />Покажите содержимое конфигурационного файла phpMyAdmin.<br />Раньше все работало, или нет?<br />Как устанавливаете пароль на root?</p></blockquote></div><p>$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;;</p><br /><p>это мой конфиг, до этого я не работала с phpmyadmin<br />пароль я прописываю в&nbsp; этой строке $cfg[&#039;Servers&#039;][$i][&#039;password&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />если ставлю пароль, то вообще под root зайти не могу, если без пароля, то захожу, но<br />имя своей базы ненахожу</p>]]></description>
			<author><![CDATA[null@example.com (Marina)]]></author>
			<pubDate>Mon, 17 Dec 2007 12:08:11 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=4090#p4090</guid>
		</item>
		<item>
			<title><![CDATA[Re: Не отображается имя базы]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=4089#p4089</link>
			<description><![CDATA[<p><strong>Marina</strong><br />Опишите, пожалуйста, подробнее.</p><p>Веб-сервер локальный, или хостинг?<br />Версии элементов веб-сервера.<br />Покажите содержимое конфигурационного файла phpMyAdmin.<br />Раньше все работало, или нет?<br />Как устанавливаете пароль на root?</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Mon, 17 Dec 2007 11:56:54 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=4089#p4089</guid>
		</item>
		<item>
			<title><![CDATA[Не отображается имя базы]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=4088#p4088</link>
			<description><![CDATA[<p>Здравствуйте уважаемые, у меня установлен phpMyAdmin 2.6.4-pl1. Если устанавливаю пароль на root не пускает заходить, без пароля захожу, но не вижу свою базу. Что делать?</p>]]></description>
			<author><![CDATA[null@example.com (Marina)]]></author>
			<pubDate>Mon, 17 Dec 2007 07:03:39 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=4088#p4088</guid>
		</item>
	</channel>
</rss>
