<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Проблема с запуском PhpMyAdmin]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=757&amp;type=atom" />
	<updated>2008-04-22T09:51:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=757</id>
		<entry>
			<title type="html"><![CDATA[Re: Проблема с запуском PhpMyAdmin]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=4851#p4851" />
			<content type="html"><![CDATA[<p><strong>Cron</strong><br />Если вы посмотрите phpinfo(), то увидите, что расширение mysql не загружено.<br />Укажите точные версии всех компонентов веб сервера.<br />Использовали ли вы статью &quot;<a href="http://php-myadmin.ru/learning/instrument-intro.html">Инструментарий веб-разработчика</a>&quot;?</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2008-04-22T09:51:56Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=4851#p4851</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Проблема с запуском PhpMyAdmin]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=4849#p4849" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Cron]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=1256</uri>
			</author>
			<updated>2008-04-22T07:06:36Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=4849#p4849</id>
		</entry>
</feed>
