<?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=1657</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1657&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Помогите исправить ошибку».]]></description>
		<lastBuildDate>Thu, 08 Apr 2010 07:55:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11549#p11549</link>
			<description><![CDATA[<div class="quotebox"><cite>Иван161 сказал:</cite><blockquote><p>Только сейчас доглядел, что у меня 2 конфига<br />1) phpmyadmin<br />2) phpmyadmin\setup\frames<br />Какой из них надо удалить?</p></blockquote></div><p>Не надо ничего удалять. Редактируйте тот, что находится в корне phpMyAdmin.</p><div class="quotebox"><cite>Иван161 сказал:</cite><blockquote><p>Eсли впереди поставить // перед $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;, то ошибка исчезает</p></blockquote></div><p>Думаю ошибка из-за того, что вы не создали пользователя pma. Зайдите в phpMyAdmin, перейдите на страницу привилегий и создайте пользователя pma. Пароль созданного пользователя pma пропишите в директиве $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;].</p><p>Подробнее смотрите здесь: <a href="http://php-myadmin.ru/learning/instrument-pma.html">http://php-myadmin.ru/learning/instrument-pma.html</a></p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 08 Apr 2010 07:55:04 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11549#p11549</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11546#p11546</link>
			<description><![CDATA[<p>Eсли впереди поставить // перед $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;, то ошибка исчезает</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Wed, 07 Apr 2010 22:43:29 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11546#p11546</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11545#p11545</link>
			<description><![CDATA[<p>Сегодня пробовал запустить у друга через Денвер, таких ошибок не было.<br />Запускаю у себя , PHPmyAdmin пишет<br />&nbsp; Не удалось установить подключение для пользователя указанного в директиве controluser, с помощью параметров определенных в конфигурационном файле config.inc.php.<br />Вот сам конфиг<br /> * This is needed for cookie based authentication to encrypt password in<br /> * cookie<br /> */<br />$cfg[&#039;blowfish_secret&#039;] = &#039;asd123456789&#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;<br />/* Select mysqli if your server has it */<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = false;</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;user&#039;] = &#039;root&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;111111&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;pmapass&#039;;<br />/* Advanced phpMyAdmin features */<br />$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;tracking&#039;] = &#039;pma_tracking&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />/* Contrib / Swekey authentication */<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_swekey_config&#039;] = &#039;/etc/swekey-pma.conf&#039;;</p><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><p>?&gt;<br />Только сейчас доглядел, что у меня 2 конфига<br />1) phpmyadmin<br />2) phpmyadmin\setup\frames<br />Какой из них надо удалить?</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Wed, 07 Apr 2010 22:05:12 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11545#p11545</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11544#p11544</link>
			<description><![CDATA[<p><strong>Иван161</strong><br />Откуда-то из объекта выбирается массив $this-&gt;block_data, в нем где-то ошибка.<br />Судя по названию переменной block_data - это какая-то блокировка. Подумайте, не прописывали вы где-нибудь в настройках скрипта блокировки, возможно это было сделано некорректно.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 07 Apr 2010 21:42:42 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11544#p11544</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11543#p11543</link>
			<description><![CDATA[<p>Доброй ночи!<br />Вот так выглядит<br />if (count($this-&gt;block_data)) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; foreach ($this-&gt;block_data as $key_find =&gt; $key_replace) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $find_preg[] = $key_find;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $replace_preg[] = $key_replace;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><p>&nbsp; &nbsp; &nbsp; &nbsp; $result = preg_replace($find_preg, $replace_preg, $result);<br />&nbsp; &nbsp; &nbsp; &nbsp; }</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Wed, 07 Apr 2010 21:11:48 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11543#p11543</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11533#p11533</link>
			<description><![CDATA[<div class="quotebox"><cite>Иван161 сказал:</cite><blockquote><p>Объясните пожалуйста что такое импорт дампа и как удалить таблицу</p></blockquote></div><p>Дамп - это .sql файл. Импортировать его необходимо на странице импорта в phpMyAdmin.</p><p>В регулярном выражении ошибка:<br />$result = preg_replace($find_preg, $replace_preg, $result);<br />Само регулярное выражение будет в переменной $find_preg. Посмотрите выше по коду как данная переменная формируется.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 07 Apr 2010 08:34:02 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11533#p11533</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11532#p11532</link>
			<description><![CDATA[<p><strong>slavater86</strong><br />В инструкции данной строки нет, потому что она появилась только в версии 3.3.0. При обновлении статьи мы внесем соответствующие исправления.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 07 Apr 2010 08:25:24 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11532#p11532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11529#p11529</link>
			<description><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><p><strong>slavater86</strong><br />Проверьте есть ли в конфигурационном файле phpMyAdmin строка:<br />[mono]$cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] = &#039;pma_tracking&#039;;[/mono]</p><p>Если ее нет, то добавьте.<br />Таблицы у вас все на месте.<br />Обязательно почистите куки браузера.</p></blockquote></div><p>Большое СПАСИБО!!!!! Помогло!!! Теперь все ОК!!!</p><div class="quotebox"><cite>инструкция сказал:</cite><blockquote><p>И последнее что надо сделать – это вновь открыть конфигурационный файл phpMyAdmin &quot;config.inc.php&quot; и добавить несколько новых директив. Все содержимое конфигурационного файла должно будет выглядеть примерно так:</p><p>&lt;?php<br />&nbsp; $i = 0;<br />&nbsp; $i++;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;localhost&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;root&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;пароль&#039;; /* Пароль пользователя root. */<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;; /* Имя созданного вами только что пользователя для доступа к расширенным таблицам. */<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;пароль&#039;; /* А здесь его пароль. */<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = &#039;phpmyadmin&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma_bookmark&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = &#039;pma_relation&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = &#039;pma_table_info&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = &#039;pma_table_coords&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = &#039;pma_pdf_pages&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = &#039;pma_column_info&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = &#039;pma_history&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />?&gt;</p><p>Теперь у вас будет возможность воспользоваться всеми дополнительными функциями скрипта phpMyAdmin.</p></blockquote></div><p>А почему в инструкции такого нет???</p>]]></description>
			<author><![CDATA[null@example.com (slavater86)]]></author>
			<pubDate>Wed, 07 Apr 2010 05:14:51 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11529#p11529</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11528#p11528</link>
			<description><![CDATA[<p>Осталась одна проблема <br />Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in C:\www\tm\engine\classes\templates.class.php on line 119<br />Так выглядит строка 119<br />$result = preg_replace($find_preg, $replace_preg, $result);<br />Объясните пожалуйста что такое импорт дампа и как удалить таблицу</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Tue, 06 Apr 2010 22:32:53 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11528#p11528</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11527#p11527</link>
			<description><![CDATA[<p>Если строка выглядит так<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />то phpmyadmin пишет ошибка <br />Если строка выглядит так<br />// $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />то phpmyadmin не выдаёт ошибок</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Tue, 06 Apr 2010 20:10:43 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11527#p11527</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11526#p11526</link>
			<description><![CDATA[<p>Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in C:\www\tm\engine\classes\templates.class.php on line 119<br />Так выглядит строка 119<br />$result = preg_replace($find_preg, $replace_preg, $result);</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Tue, 06 Apr 2010 19:45:15 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11526#p11526</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11524#p11524</link>
			<description><![CDATA[<p>У меня вместо $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#039;; стоит $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;<br />Мне менять cookies на config ? <br />Как удалить таблицу?</p><p><span style="color: #808080"><em>Сообщение добавлено Tue Apr&nbsp; 6 23:32:26 2010</em></span><br />данные в директивах:<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;pmapass&#039;;</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Tue, 06 Apr 2010 19:29:38 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11524#p11524</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11523#p11523</link>
			<description><![CDATA[<p><strong>Иван161</strong><br /></p><div class="quotebox"><cite>Иван161 сказал:</cite><blockquote><p>Table &#039;ucl_znakomlus_s&#039; already exists</p></blockquote></div><p>Означает, что таблица ucl_znakomlus_s уже существует. Перед импортом дампа удалите существующие таблицы.</p><p>У phpMyAdmin в папке scripts есть файл create_tables.sql, импортируйте его в таблицу phpmyadmin.<br />Также надо создать пользователя pma, наделить его правами на таблицу phpmyadmin и прописать данные в директивах:<br />[mono]$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;&#039;;<br />[/mono]</p><p>Более подробно установка phpMyAdmin описана здесь: <a href="http://php-myadmin.ru/learning/instrument-pma.html">http://php-myadmin.ru/learning/instrument-pma.html</a></p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Tue, 06 Apr 2010 18:26:14 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11523#p11523</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11519#p11519</link>
			<description><![CDATA[<p>localhost<br /> $cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] ... &nbsp; &nbsp; OK<br />$cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />Основные возможности связей: Недоступно</p><p>$cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />Показать возможности: Недоступно</p><p>$cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />$cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />Создание PDF-схемы: Недоступно</p><p>$cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />Отображать комментарии столбцов: Недоступно<br />Преобразование: Недоступно</p><p>$cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />Созданные закладки: Недоступно</p><p>$cfg[&#039;Servers&#039;][$i][&#039;history&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />История SQL-запросов: Недоступно</p><p>$cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />Дизайнер: Недоступно</p><p>$cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] ... &nbsp; &nbsp; Не готово [ Документация ]<br />Слежение: Недоступно</p><p>Все выше перечисленные $cfg[&#039;Servers&#039;][$i] есть в конфиг файле, перед ними стояли //(доблслеши), я убрал доблслеши .<br />Изменился только $cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] на ОК.<br />Помогите мне решить мне решить эти 2 проблемы</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Tue, 06 Apr 2010 14:54:54 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11519#p11519</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите исправить ошибку]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11518#p11518</link>
			<description><![CDATA[<p>Подскажите пожалуйста решение проблемы<br />После установки сайта на локал машину выдаёт ошибку<br />MySQL Error! <br />------------------------</p><p>The Error returned was: <br />Table &#039;ucl_znakomlus_s&#039; already exists </p><p>Error Number: <br />1050<br />CREATE TABLE `ucl_znakomlus_s` (<br />&nbsp; `id` varchar(16) NOT NULL default &#039;&#039;,<br />&nbsp; `name` varchar(255) NOT NULL default &#039;&#039;,<br />&nbsp; `alt_name` varchar(40) NOT NULL default &#039;&#039;<br />) TYPE=MyISAM /*!40101 DEFAULT CHARACTER SET cp1251 COLLATE cp1251_general_ci */</p>]]></description>
			<author><![CDATA[null@example.com (Иван161)]]></author>
			<pubDate>Tue, 06 Apr 2010 14:22:25 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11518#p11518</guid>
		</item>
	</channel>
</rss>
