Тёмный

MySQL :How to Configure Mysql master slave replication in MYSQL database 

E-MultiSkills Database  services
Подписаться 9 тыс.
Просмотров 26 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@oah8465
@oah8465 Год назад
fantastic video, but what format is the bin-log using? is it row based replication or SBR or is it mixed? and also this works only for brand new databases, right? because if we have old data on the master, i guess it is not being copied to the server.
@massoudrahimzadeh1689
@massoudrahimzadeh1689 Год назад
Hi there, thank you for the nice tutorial. I have a question, who (which role) in an organised company is responsible for configuring a replication or server side tasks in general? What skills are needed?
@dahuzihaidao
@dahuzihaidao Год назад
Nice video! Just one question, if I have Mysql-Master deployed on Server A using Docker, what should change to implement a Slave MySQL on Server B? Many thanks! :)
@akky948
@akky948 Год назад
how to do maintenance of master-slave replication, like for Master DB we need to reboot but no downtime so , in this case can we do one thing like slave server become master and vice versa so we can reboot the server and then again change it back to previous
@bobbogenie
@bobbogenie 3 месяца назад
Been wondering that as well
@muhammadazeem3444
@muhammadazeem3444 3 года назад
Thanks, but I have a question. did we can reverse this action synchronization as slave to master. Let me explain. I am using a database under a website and its replication at different server. Now I point my domain to other server that holding slave database will it work fine as like master database. If yes, Now changes will in the slave database and its replication can be handle in the master. two way replication at the same time.
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
I have not tried it yet .
@jessicawang5363
@jessicawang5363 2 года назад
Clarified my confusions, thank you
@mauromezzina8966
@mauromezzina8966 Год назад
Amazing tutorial, thank you very much!
@mohammadhussain8896
@mohammadhussain8896 Год назад
hey how do you make the master and slave instances and have different IP addresses, linux3, linux2?
@gati9907
@gati9907 3 года назад
Perfect video . Thanks for sharing
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Thanks for finding it useful.
@Private-GtngxNMBKvYzXyPq
@Private-GtngxNMBKvYzXyPq 2 года назад
Good demonstration and tutorial. Thank you.
@veladisravankumar2635
@veladisravankumar2635 3 года назад
Thank You, It's working fine to me. My doubt is, we pointed one binlog file name to slave db. But after few days running mysql, new binlog files will generate ? then how it will work. Out pointed binlog will be old one. Please give your suggestions..
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Did we any issue in normal way of functioning ?
@akshayarya1811
@akshayarya1811 7 месяцев назад
on the slave status, i'm getting Last_IO_error : "The slave IO thread stops because master and slave have equal mysql server ids", However i've used different server ids in both the my.cnf files. Can you please help
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 7 месяцев назад
Where are 2 hosts ? Cloud? Local?
@akshayarya1811
@akshayarya1811 7 месяцев назад
@@EMultiSkillsDatabaseServices i'm performing this on cloud
@sovrinfo
@sovrinfo 2 года назад
Great video. Big Thanks!
@SilvermanWKWK
@SilvermanWKWK 2 года назад
I have problem with connection slave dont wanna connect to master. can you help me? I have error code MY-0002003
@carloscoliver9427
@carloscoliver9427 3 года назад
Hi My friend... Excellent vídeo! But I have a task to make the DB replica in the same physical server, to be used for testing purposes, and not deal with production DB. Would it be possible with this method? What would be the changes I have to make?
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Yes it's possible . I will try to make a video on that once the time allows
@carloscoliver9427
@carloscoliver9427 3 года назад
@@EMultiSkillsDatabaseServices thank You very very much for the fast reply, My dear friend. In the meantime, Could You enlight me with any link for that subject, for me to read or follow,? Because I think the assignment has to be done in few days. Sorry, again for me to bother you
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Did you try creating it ? Did you face an issue
@mandadapusateesh9612
@mandadapusateesh9612 3 года назад
@@EMultiSkillsDatabaseServices I need the same can u provide any doc r video related to that..
@massoudrahimzadeh1689
@massoudrahimzadeh1689 Год назад
Hi, What is your role? I am asking because trying to figure it out who is responsible for the server side tasks and what skills is needed
@sarmadmalik6920
@sarmadmalik6920 3 года назад
Hi Can u please tell master slave is applicable on two different version of mysql Master mysql verion 5.7.31 Slave mysql version 8.0.22
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Officially MySQL supports replication from one release series to the next higher release series. You can replicate from a source running MySQL 5.7.* to a replica running MySQL 8.0.* You might see some issues due to some functionality working in lower version and obsolete in higher version.
@AB-mi3mm
@AB-mi3mm 2 года назад
Thank you for excellent videos and for .txt
@matthewbrown4572
@matthewbrown4572 3 года назад
Does this method work with multiple machines? I want to write to a database on one computer and have that same update show up on another computer
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Provided the configuration is correct, it works
@JahulHasan
@JahulHasan 2 года назад
Hi Can we do Master-Slave Configuration on the same server?
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 2 года назад
Why would you like to do that ?
@ilyesmazouzi3632
@ilyesmazouzi3632 3 года назад
thanks for sharing
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Thanks for watching!
@aakashroy7753
@aakashroy7753 3 года назад
Please tell the steps to create master slave replication where slaves will be 2. Please put the steps. its a request
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Are these 2 slaves on 2 different hosts?
@aakashroy7753
@aakashroy7753 3 года назад
@@EMultiSkillsDatabaseServices correct. 2 slaves on different servers. And master is on different server. The scenario is 1 master 2 slaves
@alemamangeldinov3880
@alemamangeldinov3880 3 года назад
great video, thanks. make more
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Thank you for finding it useful.
@ahosanhabib9399
@ahosanhabib9399 3 года назад
thanks a lot
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Happy to help
@muhammadazeem3444
@muhammadazeem3444 3 года назад
Can we make database replication on the share hosting?
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
yes, that's possible and good for testing purpose as well.
@muhammadazeem3444
@muhammadazeem3444 3 года назад
@@EMultiSkillsDatabaseServices But Want to develop a desktop application that can make database replication real time as well as data like files, directory images, docs etc that may be a specific directory or a complete project.
@muhammadazeem3444
@muhammadazeem3444 3 года назад
will you to work on it. I already searching experienced person who can assist or can develop it.
@muhammadazeem3444
@muhammadazeem3444 3 года назад
I post project on fiverr and upwork still not found a special one that can do this. still interviewing from last two days.
@nickzouein
@nickzouein Год назад
Can you do us this tutorial with Phpmyadmin please? we are using windows as host.
@EMultiSkillsDatabaseServices
Sure that makes sense
@tamoorali2863
@tamoorali2863 3 года назад
can i get notes of replication
@EMultiSkillsDatabaseServices
@EMultiSkillsDatabaseServices 3 года назад
Sure , is not it in the description of the video as text ?
@aldrinjohnencina6153
@aldrinjohnencina6153 7 месяцев назад
you explained well. thank you so much
Далее
How to get skins for FREE? #standoff #skins #coins
00:34
Database Replication Explained (in 5 Minutes)
5:02
Просмотров 56 тыс.
Scaling Databases - Data Replication Tutorial
21:36
Просмотров 14 тыс.
Mysql: Master-Slave Replication | CentOS 7
15:56
Просмотров 8 тыс.
How to get skins for FREE? #standoff #skins #coins
00:34