<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Andrew,<div><br></div><div>thanks for your answer. I&#39;ve modified the `db.inc.php` like this:</div><div><br></div><div>This is the diff of my modifications:</div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Index: lib/db.inc.php</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">===================================================================</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">--- lib/db.inc.php<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>(revision 1057)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+++ lib/db.inc.php<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>(working copy)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">@@ -401,7 +401,7 @@</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>primary key(refnumber),</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>key(text_id) $extra_sql_keys</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">-<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8 COLLATE utf8_bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>/* </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span> * note the use of a binary collation for distribution DBs, since</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span> * they always contain handle IDs, not word or tag material.</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">@@ -478,7 +478,7 @@</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                                        </span>`$att` varchar(40) NOT NULL&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span>$create_statement .= &quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>key (refnumber)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">-<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8 COLLATE {$Corpus-&gt;sql_collation}&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8mb4 COLLATE {$Corpus-&gt;sql_collation}&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span>break;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">@@ -533,7 +533,7 @@</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>endPosition int unsigned NOT NULL,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>refnumber mediumint unsigned NOT NULL AUTO_INCREMENT,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>primary key(refnumber)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">-<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8 COLLATE {$Corpus-&gt;sql_collation}&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8mb4 COLLATE {$Corpus-&gt;sql_collation}&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span>break;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">@@ -551,7 +551,7 @@</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>category varchar(40),</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>primary key(refnumber),</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>key(category)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">-<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8 COLLATE {$Corpus-&gt;sql_collation}&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8mb4 COLLATE {$Corpus-&gt;sql_collation}&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span>break;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Index: lib/freqtable.inc.php</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">===================================================================</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">--- lib/freqtable.inc.php<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>(revision 1057)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+++ lib/freqtable.inc.php<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>(working copy)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">@@ -192,7 +192,7 @@</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>global $Config;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>global $Corpus;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>global $User;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">-<span class="gmail-Apple-tab-span" style="white-space:pre">        </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>php_execute_time_unlimit();</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>global $cqp;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>if (empty($cqp))</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Index: lib/indexforms-queries.inc.php</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">===================================================================</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">--- lib/indexforms-queries.inc.php<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>(revision 1057)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+++ lib/indexforms-queries.inc.php<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>(working copy)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">@@ -74,7 +74,7 @@</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;sq_case&#39;   =&gt; &#39;Simple query (case-sensitive)&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span>);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span>if (! array_key_exists($qmode, $modemap) )</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">-<span class="gmail-Apple-tab-span" style="white-space:pre">                </span>$qmode = ($Corpus-&gt;uses_case_sensitivity ? &#39;sq_case&#39; : &#39;sq_nocase&#39;);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">+<span class="gmail-Apple-tab-span" style="white-space:pre">                </span>$qmode = ($Corpus-&gt;uses_case_sensitivity ? &#39;sq_case&#39; : &#39;cqp&#39;);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">                </span>/* includes NULL, empty */</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"> <span class="gmail-Apple-tab-span" style="white-space:pre">        </span></span></p></div><div><br></div><div>But I&#39;m getting this error when I try to run collocations:</div><table class="gmail-concordtable" width="100%" style="color:rgb(0,0,0);border:5px solid rgb(255,255,255);font-family:Times"><tbody><tr><td class="gmail-concorderror" style="padding:3px 7px;background-color:rgb(255,238,170);font-family:verdana;font-size:10pt;border:2px solid rgb(255,255,255)"><p class="errormessage" style="font-size:large">A MySQL query did not run successfully!</p><p> </p></td></tr><tr><td class="gmail-concorderror" style="padding:3px 7px;background-color:rgb(255,238,170);font-family:verdana;font-size:10pt;border:2px solid rgb(255,255,255)"><p> </p><p class="errormessage" style="font-size:large">Error # 1253: COLLATION &#39;utf8_general_ci&#39; is not valid for CHARACTER SET &#39;utf8mb4&#39;</p></td></tr></tbody></table><div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br></div><div>I guess that I need to touch the code in more places, and probably do that on a test environment (I put the change in production ;-)</div><div><br></div><div>With this command <span style="color:rgb(0,0,0);font-family:Menlo;font-size:11px">grep -rn . -e &#39;utf8_&#39; </span> I get this list of files that seems to contain mentions to UTF8:</div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">104</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures">$Config-&gt;mysql_</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">set_required = (isset($mysql_</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">set_required) &amp;&amp; $mysql_</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">set_required);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">225</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>) ENGINE=InnoDB CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">231</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>) ENGINE=InnoDB CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">265</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>(`corpus` varchar(20) NOT NULL,`target` varchar(20) NOT NULL) ENGINE=InnoDB CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">313</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures">                    ) ENGINE=InnoDB CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">382</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) ENGINE=InnoDB CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">401</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures">         ) ENGINE=InnoDB CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">411</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures">         ) ENGINE=InnoDB CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">665</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">690</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">698</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">739</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `annotation_metadata` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">740</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `annotation_template_info` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">741</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `annotation_template_content` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">742</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `corpus_metadata_variable` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">743</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `saved_dbs` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">744</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `saved_freqtables` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">745</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `saved_subcorpora` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">746</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `user_memberships` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">747</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `user_privilege_info` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">748</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `query_history` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">749</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `system_processes` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">750</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `text_metadata_fields` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">751</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `text_metadata_values` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">752</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `user_info` collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">753</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>/* using </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin for user_info implies the following for specific columnss: */</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">754</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `user_info` modify column `affiliation` varchar(255) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci default NULL&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">755</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `user_info` modify column `email` varchar(255) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci  default NULL&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">756</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table `user_info` modify column `realname` varchar(255) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci default NULL&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">780</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">789</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">794</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">802</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">884</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures">         ) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">891</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures">          ) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">953</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&#39;alter table user_info modify column `username` varchar(30) charset utf8 collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin NOT NULL&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">959</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span> ) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">968</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">973</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&#39;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1085</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>   setting_name varchar(20) NOT NULL collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1088</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span> ) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1100</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>   `group_name` varchar(20) NOT NULL UNIQUE COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1104</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span> ) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1107</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1170</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1181</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1184</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/upgrade-database.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1187</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./bin/autosetup.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">69</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures">$Config-&gt;mysql_</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">set_required = $mysql_</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">set_required;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/admin-lib.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">478</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                        </span>) CHARSET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin &quot;);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">601</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>$extra_sort_pos_sql .= &quot;, before$i COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci &quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">607</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>$extra_sort_pos_sql = &quot;, after1 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">608</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>. &quot;, after2 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">609</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>. &quot;, after3 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">610</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>. &quot;, after4 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">611</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>. &quot;, after5 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">617</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>$extra_sort_pos_sql .= &quot;, after$i COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">649</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>ORDER BY $sort_position_sql COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci  $extra_sort_pos_sql &quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">651</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span> * we always use </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci for the actual sorting,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/concordance-post.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">652</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span> * even if the collation of the sort DB is actually </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/db.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">278</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>$</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename = $tabfile .&#39;.utf8.tmp&#39;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/db.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">281</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>                     $</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename, </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/db.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">286</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>rename($</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename, $tabfile);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/library.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">180</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>if ($Config-&gt;mysql_</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">set_required)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/library.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">549</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>return $corpus_info-&gt;uses_case_sensitivity ? &#39;</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39; : &#39;</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&#39; ;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/defaults.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">80</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>METADATA_TYPE_CLASSIFICATION =&gt; &#39;varchar(255) default NULL COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/defaults.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">81</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>METADATA_TYPE_FREETEXT       =&gt; &#39;text default NULL COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/defaults.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">82</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>METADATA_TYPE_IDLINK         =&gt; &#39;varchar(255) default NULL COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/defaults.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">83</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>METADATA_TYPE_UNIQUE_ID      =&gt; &#39;varchar(255) default NULL COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/defaults.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">84</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>METADATA_TYPE_DATE           =&gt; &#39;varchar(255) default NULL COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&#39;, </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/defaults.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">224</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures">if (!isset($mysql_</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">set_required))</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/defaults.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">225</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>$mysql_</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">set_required = true;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">154</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">166</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">175</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">187</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">200</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">209</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">216</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">225</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">307</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">316</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">327</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">340</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">349</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">359</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">376</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">389</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">410</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">424</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">437</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">447</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">474</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine_if_fulltext_key_needed CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">489</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">503</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">508</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>setting_name varchar(20) NOT NULL collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">511</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;; /* note that for this one we don&#39;t care about the engine */</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">520</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">528</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`content` text character set utf8 collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">531</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">541</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;; /* note that for this one we don&#39;t care about the engine */</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">551</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">563</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">572</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">582</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">590</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">598</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">604</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`group_name` varchar(20) NOT NULL UNIQUE COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">608</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">615</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`realname` varchar(255) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci default NULL,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">616</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`email` varchar(255) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci default NULL,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">617</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`affiliation` varchar(255) CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci default NULL,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">643</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">655</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">663</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">673</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">686</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">698</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">706</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">717</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/sql-definitions.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">733</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) $engine CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;<span class="gmail-Apple-tab-span" style="white-space:pre">        </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/freqtable.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">110</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>$</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename = $filename .&#39;.utf8.tmp&#39;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/freqtable.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">113</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>                     $</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename, </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/freqtable.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">118</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>rename($</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename, $filename);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/freqtable.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">326</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>$</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename = $master_table_loadfile .&#39;.utf8.tmp&#39;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/freqtable.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">329</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>                     $</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename, </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/freqtable.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">334</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>rename($</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">filename, $master_table_loadfile);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/freqtable.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">692</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>CHARACTER SET utf8 COLLATE </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">bin&quot;;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/indexforms-adminhome.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1838</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>$result = do_mysql_query(&quot;select username from user_info order by username collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci&quot;);</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/indexforms-adminhome.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1980</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                                </span>where username collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci like &#39;%$term%&#39; </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/indexforms-adminhome.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1981</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                                </span>or email collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci like &#39;%$term%&#39; </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)">./lib/indexforms-adminhome.inc.php</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(52,188,38)">1982</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(51,187,200)">:</span><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                                </span>or realname collate </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(195,55,32)"><b>utf8_</b></span><span style="font-variant-ligatures:no-common-ligatures">general_ci like &#39;%$term%&#39; </span></p></div><div><br></div><div>--</div><div><div>José Manuel Martínez Martínez</div><div><a href="https://chozelinek.github.io" target="_blank">https://chozelinek.github.io</a></div></div></div></div></div></div></div><br></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 9, 2018 at 12:57 AM Hardie, Andrew &lt;<a href="mailto:a.hardie@lancaster.ac.uk">a.hardie@lancaster.ac.uk</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-GB" link="blue" vlink="purple">
<div class="m_-6009838063100737216WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">Oh, this again! Stefan has run into this problem with some of the datasets collected at FAU if I recall correctly.
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">Yes, moving to utf8mb4 is the only solution. I am going to shift the whole of CQPweb across to the mb4 variant at the next major upgrade.
  (At the same time I’ll explicitly declare the shorter fields that contain only handle references to ASCII only.)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">You’ll find this problem repeats if any of these 4-byte characters fall into a collocation window or if you attempt to sort a concordance
 that has them, I’m afraid. To prevent it, hack the table-create code in db.inc.php and add mb4 to the charset where necessary.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">And in the meantime we can collectively curse whichever genius invented a partial-Unicode string format  and had the gall to call it
 “utf8”<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">best<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">Andrew.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">From:</span></b><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"> <a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a> &lt;<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a>&gt;
<b>On Behalf Of </b>José Manuel Martínez Martínez<br>
<b>Sent:</b> 08 August 2018 09:05<br>
<b>To:</b> Open source development of the Corpus WorkBench &lt;<a href="mailto:cwb@sslmit.unibo.it" target="_blank">cwb@sslmit.unibo.it</a>&gt;<br>
<b>Subject:</b> Re: [CWB] Error #1300 generating word frequency lists<u></u><u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Hi, Andrew,<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I think I found the root of the problem. My VRT files contain characters that are valid UTF-8 however, MySQL&#39;s UTF-8 encoding and collation is a subset of the full UTF-8. In order to have the full character set one needs to use utf8mb4.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">After some testing I found the files giving problems, and I think that all of them contained some kind of character out of the subset used by MySQL.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">We need to be sure that the database will use utf8mb4 instead of utf8 as character encoding and collation. See &lt;<a href="https://mathiasbynens.be/notes/mysql-utf8mb4" target="_blank">https://mathiasbynens.be/notes/mysql-utf8mb4</a>&gt; or first answer here
 &lt;<a href="https://stackoverflow.com/questions/22572558/how-to-set-character-set-database-and-collation-database-to-utf8-in-my-ini" target="_blank">https://stackoverflow.com/questions/22572558/how-to-set-character-set-database-and-collation-database-to-utf8-in-my-ini</a>&gt;
 and the third answer here could be relevant from the Python side &lt;<a href="https://stackoverflow.com/questions/26532722/how-to-encode-utf8mb4-in-python" target="_blank">https://stackoverflow.com/questions/26532722/how-to-encode-utf8mb4-in-python</a>&gt;.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">If we wanted the tables to use the encoding and collation we would need to change the CQPweb&#39;s code. <span style="background:white">However, a change from utf8 to utf8mb4 is not trivial because the length of `char`, `varchar` and `handles`
 are affected (as we use 4 bytes for every character instead of 3 the size in characters of those types of variables is reduced). Having said that, I did not need to mess with the tables, it was enough to change some global configuration and the charset and
 collation of the database.</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">However, my issue was solved just by doing the following:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">In mysql configuration file `/etc/mysql/my.cnf` I wrote:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">```sql<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">[client]<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">default-character-set = utf8mb4<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">[mysql]<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">default-character-set = utf8mb4<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">[mysqld]<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">character-set-client-handshake = FALSE<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">character-set-server = utf8mb4<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">collation-server = utf8mb4_unicode_ci<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">```<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<div>
<p class="MsoNormal">And then I also modified the character set and the collation for cqpweb_db:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">```sql<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">ALTER DATABASE cqpweb_db CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">```<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal">Check in mysql console with:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">```sql<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">SHOW VARIABLES WHERE Variable_name LIKE &#39;character\_set\_%&#39; OR Variable_name LIKE &#39;collation%&#39;;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">```<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">If one is creating the database from scratch, one could use:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">```sql<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">CREATE DATABASE cqpweb_db2 DEFAULT CHARSET utf8mb4 COLLATE utf8mb4_general_ci;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">```<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">After modifying the MySQL configuration file and changing the character set and collation for the database (I did not change anything for the tables), CQPweb was able to generate the frequency lists without problems.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I couldn&#39;t say if this is a critical issue. I never had this problem before, because I used to normalize characters. Now, I&#39;m working with very heterogenous data. I can foresee problems if someone is working with emojis and the like (tweets,
 etc.).<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Cheers,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">jmm<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">--<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">José Manuel Martínez Martínez<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><a href="https://chozelinek.github.io" target="_blank">https://chozelinek.github.io</a><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Mon, Aug 6, 2018 at 3:01 PM, Hardie, Andrew &lt;<a href="mailto:a.hardie@lancaster.ac.uk" target="_blank">a.hardie@lancaster.ac.uk</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">&gt;&gt;</span> is it possible to add a new corpus from the command line?<u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">Not yet.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">&gt;&gt;</span> I&#39;ve seen a create-corpus.php script but it says //TODO<u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">Precisely!</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">From:</span></b><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">
<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a> &lt;<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a>&gt;
<b>On Behalf Of </b>José Manuel Martínez Martínez<br>
<b>Sent:</b> 06 August 2018 13:30</span><u></u><u></u></p>
<div>
<div>
<p class="MsoNormal"><br>
<b>To:</b> Open source development of the Corpus WorkBench &lt;<a href="mailto:cwb@sslmit.unibo.it" target="_blank">cwb@sslmit.unibo.it</a>&gt;<br>
<b>Subject:</b> Re: [CWB] Error #1300 generating word frequency lists<u></u><u></u></p>
</div>
</div>
<div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<p class="MsoNormal">Hi again,<u></u><u></u></p>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">last question, is it possible to add a new corpus from the command line? Not only the generation of the frequency lists? I&#39;ve seen a create-corpus.php script but it says //TODO
 ;-)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">And just in case it helps, this is what I see regarding my MySQL config<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">mysql&gt; show VARIABLES like &#39;%collation%&#39;;</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+----------------------+-------------------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Variable_name</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
       </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Value
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">           
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+----------------------+-------------------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| collation_connection | utf8_general_ci
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| collation_database
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| collation_server
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| latin1_swedish_ci |</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+----------------------+-------------------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">3 rows in set (0.00 sec)</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p2" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;min-height:13px">
<span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> </span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">mysql&gt; show variables like &#39;%character%&#39;;</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+--------------------------+----------------------------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Variable_name</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
           </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Value</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
                     </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+--------------------------+----------------------------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| character_set_client
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">                     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| character_set_connection | utf8
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">                     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| character_set_database
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">                     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| character_set_filesystem | binary
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">                   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| character_set_results</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">                     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| character_set_server
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| latin1
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">                   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| character_set_system
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">                     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| character_sets_dir
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| /usr/share/mysql/charsets/ |</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+--------------------------+----------------------------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">8 rows in set (0.00 sec)</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">SHOW FULL COLUMNS FROM __tempfreq_spanish;</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+----------+------------------+-----------------+------+-----+---------+-------+---------------------------------+---------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Field</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Type
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">           
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Collation
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Null | Key | Default | Extra | Privileges</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
                     </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| Comment |</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+----------+------------------+-----------------+------+-----+---------+-------+---------------------------------+---------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| freq
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| int(11) unsigned | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
           </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| YES</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| word
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| dep</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
     </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| ent_type | varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| is_alpha | varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| is_digit | varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| is_oov
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| lemma</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| lower</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| pos</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
     </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| tag</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
     </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| varchar(255)
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">   
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| utf8_general_ci | NO
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| MUL | NULL</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white"> 
   </span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">     
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">| select,insert,update,references |
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-apple-converted-space"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">       
</span></span><span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">|</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">+----------+------------------+-----------------+------+-----+---------+-------+---------------------------------+---------+</span></span><u></u><u></u></p>
<p class="m_-6009838063100737216m-8137660298127512146gmail-p1" style="margin:0cm;margin-bottom:.0001pt;background:#2b66c9;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal">
<span class="m_-6009838063100737216m-8137660298127512146gmail-s1"><span style="font-size:8.5pt;font-family:&quot;Menlo&quot;,serif;color:white">11 rows in set (0.00 sec)</span></span><u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">--<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">José Manuel Martínez Martínez<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><a href="https://chozelinek.github.io" target="_blank">https://chozelinek.github.io</a><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<p class="MsoNormal">On Mon, Aug 6, 2018 at 1:31 PM, José Manuel Martínez Martínez &lt;<a href="mailto:chozelinek@gmail.com" target="_blank">chozelinek@gmail.com</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">Hi Andrew,<u></u><u></u></p>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">thanks for the pointers. I didn&#39;t mention it, but I&#39;m installing the new corpora from already indexed corpora. Just in case this might be relevant.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I&#39;ll check with iconv and also with the generation of the frequency lists.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Cheers,<u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">--<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">José Manuel Martínez Martínez<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><a href="https://chozelinek.github.io" target="_blank">https://chozelinek.github.io</a><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal">On Mon, Aug 6, 2018 at 12:03 PM, Hardie, Andrew &lt;<a href="mailto:a.hardie@lancaster.ac.uk" target="_blank">a.hardie@lancaster.ac.uk</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">A record is kept of the messages retrieved during indexing. Run this MySQL query to see it:</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal" style="text-indent:36.0pt">
<span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">SELECT indexing_notes FROM corpus_info WHERE corpus=&quot;<span style="background:yellow">lowercase corpus handle here</span>&quot;;</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">And you will see all the messages that cwb-encode &amp; friends emitted during indexing.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">&gt;&gt;</span> Would be there a way to run from the command line the command to generate the frequency lists?<u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">Yes, see Admin manual section 5.10 (p 48 in
<a href="http://cwb.sourceforge.net/files/CQPwebAdminManual.pdf" target="_blank">
the version on the website</a>)</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">That’s just the freqlist. To encode offline, use the cwb binaries.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">But actually, it might be easier to run iconv(1) on your files with UTF-8 as input encoding, and see
 whether/where it chokes.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">best</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">Andrew.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">From:</span></b><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">
<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a> &lt;<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a>&gt;
<b>On Behalf Of </b>José Manuel Martínez Martínez<br>
<b>Sent:</b> 06 August 2018 10:44<br>
<b>To:</b> Open source development of the Corpus WorkBench &lt;<a href="mailto:cwb@sslmit.unibo.it" target="_blank">cwb@sslmit.unibo.it</a>&gt;<br>
<b>Subject:</b> Re: [CWB] Error #1300 generating word frequency lists</span><u></u><u></u></p>
<div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<p class="MsoNormal">Hi Andrew,<u></u><u></u></p>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">thank you very much for your quick reply.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">CQPweb v3.2.31<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">CWB v3.4.14<u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">The underlying data should be UTF-8.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I cannot remember right now if I had encoding error at the encoding stage.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I&#39;ll re-encode the corpus and let you know if I get any error on that regard.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Would be there a way to run from the command line the command to generate the frequency lists? I think I can leave a script encoding incrementally all texts I have in my corpus,
 to find out at least, which file is producing problems.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Cheers,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">--<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">José Manuel Martínez Martínez<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><a href="https://chozelinek.github.io" target="_blank">https://chozelinek.github.io</a><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<p class="MsoNormal">On Mon, Aug 6, 2018 at 10:10 AM, Hardie, Andrew &lt;<a href="mailto:a.hardie@lancaster.ac.uk" target="_blank">a.hardie@lancaster.ac.uk</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">The key bit of the error message is this:</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal">Error # 1300: Invalid utf8 character string: &#39;&#39;<u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">(unfortunate that the actual bad string can’t be identified from this.)</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">This suggests that there is a bad string in the CWB index, and it is caught by the MySql db on freq
 list setup. Recent versions of CWB however should not permit the indexing of badly-encoded strings (recent meaning, last several years). You should have had an error at the encoding stage if there was an encoding error in your data.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">What’s your CWB version? (also your CQPweb version) Also, is the underlying data UTF-8 or Latin-1?</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">best</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d">Andrew.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">From:</span></b><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">
<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a> &lt;<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a>&gt;
<b>On Behalf Of </b>José Manuel Martínez Martínez<br>
<b>Sent:</b> 06 August 2018 08:18<br>
<b>To:</b> Open source development of the Corpus WorkBench &lt;<a href="mailto:cwb@sslmit.unibo.it" target="_blank">cwb@sslmit.unibo.it</a>&gt;<br>
<b>Subject:</b> [CWB] Error #1300 generating word frequency lists</span><u></u><u></u></p>
<div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<p class="MsoNormal">Good morning!<u></u><u></u></p>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
<div>
<p class="MsoNormal">Trying to run collocations on a corpus in Spanish, I&#39;ve got an error.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Somehow, the word frequency list wasn&#39;t generated.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I tried to generate it again but the process fails and I get the traceback that I copy/paste below.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Is this a CQPweb issue or should I check some settings of the MySQL database?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Cheers,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">jmm<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">--- TRACEBACK ---<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">CQPweb encountered an error and could not continue.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">A MySQL query did not run successfully!<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Original query: LOAD DATA LOCAL INFILE &#39;/data/cqpweb/tmp/______tempfreq_spanish.tbl&#39; INTO TABLE `__tempfreq_spanish` FIELDS ESCAPED BY &#39;&#39; /* from User: datamaran | Function: corpus_make_freqtables()
 | 2018-Aug-03 12:41:27 */<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Error # 1300: Invalid utf8 character string: &#39;&#39;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">PHP debugging backtrace<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">array(6) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  [1]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  array(4) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;file&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(40) &quot;/var/www/html/cqpweb/lib/library.inc.php&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;line&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    int(286)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;function&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(20) &quot;exiterror_mysqlquery&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;args&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    array(3) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [0]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      int(1300)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [1]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      string(33) &quot;Invalid utf8 character string: &#39;&#39;&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [2]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      string(210) &quot;LOAD DATA LOCAL INFILE &#39;/data/cqpweb/tmp/______tempfreq_spanish.tbl&#39; INTO TABLE `__tempfreq_spanish` FIELDS ESCAPED BY &#39;&#39; <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">            /* from User: datamaran | Function: corpus_make_freqtables() | 2018-Aug-03 12:41:27 */&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  [2]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  array(4) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;file&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(40) &quot;/var/www/html/cqpweb/lib/library.inc.php&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;line&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    int(410)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;function&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(14) &quot;do_mysql_query&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;args&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    array(1) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [0]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      &amp;string(210) &quot;LOAD DATA LOCAL INFILE &#39;/data/cqpweb/tmp/______tempfreq_spanish.tbl&#39; INTO TABLE `__tempfreq_spanish` FIELDS ESCAPED BY &#39;&#39; <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">            /* from User: datamaran | Function: corpus_make_freqtables() | 2018-Aug-03 12:41:27 */&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  [3]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  array(4) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;file&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(42) &quot;/var/www/html/cqpweb/lib/freqtable.inc.php&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;line&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    int(124)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;function&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(21) &quot;do_mysql_infile_query&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;args&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    array(3) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [0]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      string(18) &quot;__tempfreq_spanish&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [1]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      string(43) &quot;/data/cqpweb/tmp/______tempfreq_spanish.tbl&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [2]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      bool(true)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  [4]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  array(4) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;file&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(42) &quot;/var/www/html/cqpweb/lib/admin-lib.inc.php&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;line&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    int(838)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;function&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(22) &quot;corpus_make_freqtables&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;args&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    array(1) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [0]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      string(7) &quot;spanish&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  [5]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  array(4) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;file&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(47) &quot;/var/www/html/cqpweb/lib/metadata-admin.inc.php&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;line&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    int(179)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;function&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(40) &quot;create_text_metadata_auto_freqlist_calls&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;args&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    array(1) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [0]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      string(7) &quot;spanish&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  [6]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  array(4) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;file&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(43) &quot;/var/www/html/cqpweb/exe/metadata-admin.php&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;line&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    int(3)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;args&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    array(1) {<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      [0]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      string(47) &quot;/var/www/html/cqpweb/lib/metadata-admin.inc.php&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    [&quot;function&quot;]=&gt;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">    string(7) &quot;require&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">  }<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">}<u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">--<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">José Manuel Martínez Martínez<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><a href="https://chozelinek.github.io" target="_blank">https://chozelinek.github.io</a><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="http://liste.sslmit.unibo.it/mailman/listinfo/cwb" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="http://liste.sslmit.unibo.it/mailman/listinfo/cwb" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="http://liste.sslmit.unibo.it/mailman/listinfo/cwb" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div>
</div>

_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="http://liste.sslmit.unibo.it/mailman/listinfo/cwb" rel="noreferrer" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><br>
</blockquote></div>