<?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=4734</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=4734&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «не могу победить вывод русских букв из базы».]]></description>
		<lastBuildDate>Wed, 05 Jun 2019 14:05:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: не могу победить вывод русских букв из базы]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=28033#p28033</link>
			<description><![CDATA[<p>Проверьте как выглядит кириллица в phpMyAdmin и какая указана кодировка самих таблиц.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 05 Jun 2019 14:05:05 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=28033#p28033</guid>
		</item>
		<item>
			<title><![CDATA[не могу победить вывод русских букв из базы]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=28032#p28032</link>
			<description><![CDATA[<p>добрый день, друзья<br />не могу победить вывод русских букв из базы. <br />в базе буквы русские, а отображаются, как знаки вопросов.<br />код конфигурации <br /></p><div class="codebox"><pre><code>&lt;?php
define(&quot;DB_CHARSET&quot;, &quot;utf8&quot;);
define(&quot;DB_COLLATE&quot;, &quot;utf8&quot;);
ini_set( &quot;display_errors&quot;, true );
define( &quot;DB_DSN&quot;, &quot;mysql:host=***;dbname=***;charset=utf-8&quot; );
define( &quot;DB_DSN&quot;, &quot;mysql:host=***;dbname=***;charset=utf-8_general_ci&quot; );
define( &quot;DB_USERNAME&quot;, &quot;***&quot; );
define( &quot;DB_PASSWORD&quot;, &quot;***&quot; );
define( &quot;CLASS_PATH&quot;, &quot;classes&quot; );
define( &quot;TEMPLATE_PATH&quot;, &quot;templates&quot; );
define( &quot;HOMEPAGE_NUM_ARTICLES&quot;, 5 );
define( &quot;ADMIN_USERNAME&quot;, &quot;***&quot; );
define( &quot;ADMIN_PASSWORD&quot;, &quot;***&quot; );


require( CLASS_PATH . &quot;/Article.php&quot; );
require( CLASS_PATH . &quot;/Category.php&quot; );
require( CLASS_PATH . &quot;/Category2.php&quot; );
require( CLASS_PATH . &quot;/Category3.php&quot; );
require( CLASS_PATH . &quot;/Category3T1.php&quot; );
require( CLASS_PATH . &quot;/Category3T2.php&quot; );
require( CLASS_PATH . &quot;/Category4.php&quot; );
require( CLASS_PATH . &quot;/Category5.php&quot; );
 
function handleException( $exception ) {
  echo &quot;Sorry, a problem occurred. Please try later.&quot;;
  error_log( $exception-&gt;getMessage() );
}

set_exception_handler( &#039;handleException&#039; );
?&gt;</code></pre></div><p>проблема, так понимаю в lATIN<br />character_set_client<br />utf8mb4<br />character_set_connection<br />utf8<br />character_set_database<br />latin1<br />character_set_filesystem<br />binary<br />character_set_results<br />utf8mb4<br />character_set_server<br />latin1<br />character_set_system<br />utf8<br />character_sets_dir<br />/usr/share/percona-server/charsets/<br />check_proxy_users<br />OFF<br />collation_connection<br />utf8_unicode_ci<br />collation_database<br />latin1_swedish_ci<br />collation_server<br />latin1_swedish_ci</p>]]></description>
			<author><![CDATA[null@example.com (PermStyle)]]></author>
			<pubDate>Tue, 04 Jun 2019 11:14:16 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=28032#p28032</guid>
		</item>
	</channel>
</rss>
