<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Не активируються расширения]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1353&amp;type=atom" />
	<updated>2009-08-15T21:29:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=1353</id>
		<entry>
			<title type="html"><![CDATA[Re: Не активируються расширения]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8992#p8992" />
			<content type="html"><![CDATA[<p>Да проблема решилась просто перезааустом браузера.</p>]]></content>
			<author>
				<name><![CDATA[mogul82]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2196</uri>
			</author>
			<updated>2009-08-15T21:29:37Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8992#p8992</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не активируються расширения]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8991#p8991" />
			<content type="html"><![CDATA[<p><strong>mogul82</strong><br />В каталоге расположен файл scripts/create_tables.sql, его необходимо импортировать, развернув в таблицу phpmyadmin.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2009-08-15T18:54:19Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8991#p8991</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Не активируються расширения]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=8989#p8989" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[mogul82]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2196</uri>
			</author>
			<updated>2009-08-15T15:28:54Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=8989#p8989</id>
		</entry>
</feed>
