<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=Issue_of_partial_data_visibility_on_Slave_Server</id>
	<title>Issue of partial data visibility on Slave Server - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=Issue_of_partial_data_visibility_on_Slave_Server"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Issue_of_partial_data_visibility_on_Slave_Server&amp;action=history"/>
	<updated>2026-07-25T12:11:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Issue_of_partial_data_visibility_on_Slave_Server&amp;diff=3007&amp;oldid=prev</id>
		<title>Biswajit: Created page with &quot;Category:Radico-Khaitan    == Mysql on Linux is Cases sensitive and Mysql on Windows is case insensitive ==   &#039;&#039;&#039;Problem&#039;&#039;&#039; The error shows st_tnt_up_excise.&#039;&#039;&#039;C&#039;&#039;&#039;ompany ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Issue_of_partial_data_visibility_on_Slave_Server&amp;diff=3007&amp;oldid=prev"/>
		<updated>2019-07-30T09:26:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:Radico-Khaitan&quot; title=&quot;Category:Radico-Khaitan&quot;&gt;Category:Radico-Khaitan&lt;/a&gt;    == Mysql on Linux is Cases sensitive and Mysql on Windows is case insensitive ==   &amp;#039;&amp;#039;&amp;#039;Problem&amp;#039;&amp;#039;&amp;#039; The error shows st_tnt_up_excise.&amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;ompany ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Radico-Khaitan]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mysql on Linux is Cases sensitive and Mysql on Windows is case insensitive ==&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Problem&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
The error shows st_tnt_up_excise.&amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;ompany doesn&amp;#039;t exists &lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot from 2019-07-30 11-36-10.png ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[Solution]] ==&lt;br /&gt;
 &lt;br /&gt;
In my.cnf &lt;br /&gt;
edit /etc/my.cnf and add the following line after [mysqld]&lt;br /&gt;
&lt;br /&gt;
lower_case_table_names=1&lt;br /&gt;
&lt;br /&gt;
move or remove /var/lib/mysql directory. This will delete all databases!!!!&lt;br /&gt;
&lt;br /&gt;
 mv /var/lib/mysql /tmp/mysql&lt;br /&gt;
&lt;br /&gt;
Create a new /var/lib/mysql directory and make mysql user as owner&lt;br /&gt;
&lt;br /&gt;
 mkdir /var/lib/mysql&lt;br /&gt;
 chown -R mysql:mysql /var/lib/mysql&lt;br /&gt;
 chmod 750 /var/lib/mysql&lt;br /&gt;
 service mysqld stop &lt;br /&gt;
 service mysqld start&lt;br /&gt;
&lt;br /&gt;
Database will get initialized and then you can dump the database and start replication . &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problem 2 ==&lt;br /&gt;
Due to change in SQL Mode the data is not exported from the Slave Server &lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot from 2019-07-30 11-33-48.png]]&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&lt;br /&gt;
In my.cnf &lt;br /&gt;
edit /etc/my.cnf and add the following line after [mysqld]&lt;br /&gt;
&lt;br /&gt;
sql_mode = STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Reference&amp;#039;&amp;#039;&amp;#039; - https://tableplus.io/blog/2018/08/mysql-how-to-turn-off-only-full-group-by.html&lt;br /&gt;
&lt;br /&gt;
and restart Mysqld&lt;/div&gt;</summary>
		<author><name>Biswajit</name></author>
	</entry>
</feed>