<?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=Document_Centos6_with_Mysql_Slave_and_Replication_setup</id>
	<title>Document Centos6 with Mysql Slave and Replication setup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=Document_Centos6_with_Mysql_Slave_and_Replication_setup"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Document_Centos6_with_Mysql_Slave_and_Replication_setup&amp;action=history"/>
	<updated>2026-07-27T11:10:35Z</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=Document_Centos6_with_Mysql_Slave_and_Replication_setup&amp;diff=4285&amp;oldid=prev</id>
		<title>Admin: Auto-created from uploaded PDF text extraction</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Document_Centos6_with_Mysql_Slave_and_Replication_setup&amp;diff=4285&amp;oldid=prev"/>
		<updated>2026-07-26T16:27:09Z</updated>

		<summary type="html">&lt;p&gt;Auto-created from uploaded PDF text extraction&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;Auto-generated from the uploaded PDF [[:File:Document_Centos6_with_Mysql_Slave_and_Replication_setup.pdf|Document_Centos6_with_Mysql_Slave_and_Replication_setup.pdf]]. This is an extracted-text rendering for searchability; see the original PDF for exact formatting, diagrams, tables, and images.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Centos 6 + Mysql&lt;br /&gt;
 Installation at&lt;br /&gt;
 Radico Rampur&lt;br /&gt;
&lt;br /&gt;
Table of Contents&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installation of centos 6.10 radico khitan ltd.&lt;br /&gt;
&lt;br /&gt;
* Boot from centos cd.&lt;br /&gt;
&lt;br /&gt;
* follow basic step step of installation.&lt;br /&gt;
&lt;br /&gt;
* Make partition.&lt;br /&gt;
* Standard partition.&lt;br /&gt;
 /boot -200mb&lt;br /&gt;
 swap -2048MB&lt;br /&gt;
 /boot/efi -200mb&lt;br /&gt;
&lt;br /&gt;
* LVM partition.&lt;br /&gt;
 /    -20480mb&lt;br /&gt;
 /var -435200mb&lt;br /&gt;
&lt;br /&gt;
* Status df -hT&lt;br /&gt;
 Filesystem        Type Size Used Avail Use% Mounted on&lt;br /&gt;
 /dev/mapper/VolGroup-LogVol00&lt;br /&gt;
             ext4 20G 7.8G 11G 42% /&lt;br /&gt;
 tmpfs           tmpfs 7.8G 22M 7.8G 1% /dev/shm&lt;br /&gt;
 /dev/sda2        ext4 190M 39M 141M 22% /boot&lt;br /&gt;
 /dev/sda1        vfat 200M 264K 200M 1% /boot/efi&lt;br /&gt;
 /dev/mapper/VolGroup-LogVol01&lt;br /&gt;
             ext4 418G 15G 383G 4% /var&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Installation minimal Desktop.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mysql 8.0.12 Installation&lt;br /&gt;
&lt;br /&gt;
* After the OS installation install mysql 8.0.12 community Server (specifically we have downloaded&lt;br /&gt;
this version becaisue of master sql has a same version).&lt;br /&gt;
&lt;br /&gt;
Download mysql-community 8.0.12&lt;br /&gt;
     •     # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community-&lt;br /&gt;
         client-8.0.12-1.el6.x86_64.rpm&lt;br /&gt;
     •     # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community-&lt;br /&gt;
         common-8.0.12-1.el6.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
       •      # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community-&lt;br /&gt;
            libs-8.0.12-1.el6.x86_64.rpm&lt;br /&gt;
       •      # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community-&lt;br /&gt;
            libs-compat-8.0.12-1.el6.x86_64.rpm&lt;br /&gt;
       •    # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community-&lt;br /&gt;
            server-8.0.12-1.el6.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
install mysql and configuration&lt;br /&gt;
   •         #yum localinstall mysql-community-server-8.0.12-1.el6.x86_64.rpm mysql-community-&lt;br /&gt;
           common-8.0.12-1.el6.x86_64.rpm mysql-community-libs-8.0.12-1.el6.x86_64     .rpm mysql-&lt;br /&gt;
           community-libs-compat-8.0.12-1.el6.x86_64.rpm mysql-community-client-8.0.12-&lt;br /&gt;
           1.el6.x86_64.rpm&lt;br /&gt;
   •         #service mysqld start&lt;br /&gt;
   •         #service mysqld status&lt;br /&gt;
   •         #grep &amp;#039;temporary password&amp;#039; /var/log/mysqld.log&lt;br /&gt;
&lt;br /&gt;
Changing root password is mandatory&lt;br /&gt;
&lt;br /&gt;
       •     #mysql -uroot -p&lt;br /&gt;
       •      #ALTER USER &amp;#039;root&amp;#039;@&amp;#039;localhost&amp;#039; IDENTIFIED BY &amp;#039;MyNewPass4!&amp;#039;;&lt;br /&gt;
       •    #create user &amp;#039;root&amp;#039;@&amp;#039;%&amp;#039; IDENTIFIED BY &amp;#039;root&amp;#039;;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>