Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Document Centos6 with Mysql Slave and Replication setup
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
''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.'' <pre> <nowiki> Centos 6 + Mysql Installation at Radico Rampur Table of Contents Installation of centos 6.10 radico khitan ltd. * Boot from centos cd. * follow basic step step of installation. * Make partition. * Standard partition. /boot -200mb swap -2048MB /boot/efi -200mb * LVM partition. / -20480mb /var -435200mb * Status df -hT Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/VolGroup-LogVol00 ext4 20G 7.8G 11G 42% / tmpfs tmpfs 7.8G 22M 7.8G 1% /dev/shm /dev/sda2 ext4 190M 39M 141M 22% /boot /dev/sda1 vfat 200M 264K 200M 1% /boot/efi /dev/mapper/VolGroup-LogVol01 ext4 418G 15G 383G 4% /var * Installation minimal Desktop. Mysql 8.0.12 Installation * After the OS installation install mysql 8.0.12 community Server (specifically we have downloaded this version becaisue of master sql has a same version). Download mysql-community 8.0.12 β’ # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community- client-8.0.12-1.el6.x86_64.rpm β’ # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community- common-8.0.12-1.el6.x86_64.rpm β’ # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community- libs-8.0.12-1.el6.x86_64.rpm β’ # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community- libs-compat-8.0.12-1.el6.x86_64.rpm β’ # wget http://repo.mysql.com/yum/mysql-8.0-community/el/6/x86_64//mysql-community- server-8.0.12-1.el6.x86_64.rpm install mysql and configuration β’ #yum localinstall mysql-community-server-8.0.12-1.el6.x86_64.rpm mysql-community- common-8.0.12-1.el6.x86_64.rpm mysql-community-libs-8.0.12-1.el6.x86_64 .rpm mysql- community-libs-compat-8.0.12-1.el6.x86_64.rpm mysql-community-client-8.0.12- 1.el6.x86_64.rpm β’ #service mysqld start β’ #service mysqld status β’ #grep 'temporary password' /var/log/mysqld.log Changing root password is mandatory β’ #mysql -uroot -p β’ #ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass4!'; β’ #create user 'root'@'%' IDENTIFIED BY 'root'; </nowiki> </pre>
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)