<?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; Проблема с запуском PhpMyAdmin]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=757</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=757&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Проблема с запуском PhpMyAdmin».]]></description>
		<lastBuildDate>Tue, 22 Apr 2008 09:51:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Проблема с запуском PhpMyAdmin]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=4851#p4851</link>
			<description><![CDATA[<p><strong>Cron</strong><br />Если вы посмотрите phpinfo(), то увидите, что расширение mysql не загружено.<br />Укажите точные версии всех компонентов веб сервера.<br />Использовали ли вы статью &quot;<a href="http://php-myadmin.ru/learning/instrument-intro.html">Инструментарий веб-разработчика</a>&quot;?</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Tue, 22 Apr 2008 09:51:56 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=4851#p4851</guid>
		</item>
		<item>
			<title><![CDATA[Проблема с запуском PhpMyAdmin]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=4849#p4849</link>
			<description><![CDATA[<p>Распаковал файла на localhost, запустил - пишет ошибку:<br /><span class="postimg"><img src="http://softtime.ru/forum/files/52103-20080412215422.jpg" alt="http://softtime.ru/forum/files/52103-20080412215422.jpg" /></span><br />Вот config.inc.php:<br /></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 scripts/setup.php
 *
 * All directives are explained in Documentation.html and on phpMyAdmin
 * wiki &lt;http://wiki.cihar.com&gt;.
 *
 * @version $Id: config.sample.inc.php 10142 2007-03-20 10:32:13Z cybot_tm $
 */

/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 */
$cfg[&#039;blowfish_secret&#039;] = &#039;&#039;; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

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

/*
 * First server
 */
$i++;
/* 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;
/* Select mysqli if your server has it */
$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysql&#039;;
/* User for advanced features */
// $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;
// $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;pmapass&#039;;
/* Advanced phpMyAdmin features */
// $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;designer_coords&#039;] = &#039;pma_designer_coords&#039;;

/*
 * End of servers configuration
 */

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

?&gt;</code></pre></div><p>У меня PHP версии 5, <br />MySQL&nbsp; тоже версии 5</p>]]></description>
			<author><![CDATA[null@example.com (Cron)]]></author>
			<pubDate>Tue, 22 Apr 2008 07:06:36 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=4849#p4849</guid>
		</item>
	</channel>
</rss>
