<?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=1353</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1353&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Не активируються расширения».]]></description>
		<lastBuildDate>Sat, 15 Aug 2009 21:29:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Не активируються расширения]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8992#p8992</link>
			<description><![CDATA[<p>Да проблема решилась просто перезааустом браузера.</p>]]></description>
			<author><![CDATA[null@example.com (mogul82)]]></author>
			<pubDate>Sat, 15 Aug 2009 21:29:37 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8992#p8992</guid>
		</item>
		<item>
			<title><![CDATA[Re: Не активируються расширения]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8991#p8991</link>
			<description><![CDATA[<p><strong>mogul82</strong><br />В каталоге расположен файл scripts/create_tables.sql, его необходимо импортировать, развернув в таблицу phpmyadmin.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sat, 15 Aug 2009 18:54:19 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8991#p8991</guid>
		</item>
		<item>
			<title><![CDATA[Не активируються расширения]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8989#p8989</link>
			<description><![CDATA[<p>Ну прописал все как надо, точнее там уже все было прописано я тока раскомкоментировал.</p><p>Вот<br />[spoiler]<br />$cfg[&#039;blowfish_secret&#039;] = &#039;qwe&#039;; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */</p><p>/*<br /> * Servers configuration<br /> */<br />$i = 0;</p><p>/*<br /> * First server<br /> */<br />$i++;<br />/* Authentication type */<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#039;;<br />/* Server parameters */<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;localhost&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;</p><p>/* Select mysqli if your server has it */<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysql&#039;;</p><p>/* rajk - for blobstreaming */<br />$cfg[&#039;Servers&#039;][$i][&#039;bs_garbage_threshold&#039;] = 50;<br />$cfg[&#039;Servers&#039;][$i][&#039;bs_repository_threshold&#039;] = &#039;32M&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;bs_temp_blob_timeout&#039;] = 600;<br />$cfg[&#039;Servers&#039;][$i][&#039;bs_temp_log_threshold&#039;] = &#039;32M&#039;;</p><p>/* User for advanced features */<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;root&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;865420&#039;;<br />/* Advanced phpMyAdmin features */</p><p>$cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = &#039;phpmyadmin&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma_bookmark&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = &#039;pma_relation&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = &#039;pma_table_info&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = &#039;pma_table_coords&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = &#039;pma_pdf_pages&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = &#039;pma_column_info&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = &#039;pma_history&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;</p><p>/* Contrib / Swekey authentication */<br />// $cfg[&#039;Servers&#039;][$i][&#039;auth_swekey_config&#039;] = &#039;/etc/swekey-pma.conf&#039;;</p><p>$cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;865420&#039;;</p><br /><br /><p>/*<br /> * End of servers configuration<br /> */</p><p>/*<br /> * Directories for saving/loading files from server<br /> */<br />$cfg[&#039;UploadDir&#039;] = &#039;&#039;;<br />$cfg[&#039;SaveDir&#039;] = &#039;&#039;;</p><br /><p>[/spoiler]</p><br /><p>А он пишет что тока одна опция заданы. Как так?</p>]]></description>
			<author><![CDATA[null@example.com (mogul82)]]></author>
			<pubDate>Sat, 15 Aug 2009 15:28:54 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8989#p8989</guid>
		</item>
	</channel>
</rss>
