That helped so much! Thanks! Had to modify few things here in there but that was perfect!
@SuNiLKuMaR-iq9pz3 жыл бұрын
Nice Session...Successfully simulated
@SANDATA7643 жыл бұрын
This was amazing session please go ahead for boosting us I really want to thank you جزاك الله خيرا
@Naveen-ef2dg3 жыл бұрын
Brilliant video and life saver. It really helped thanks a lot
@teresogarcia2693 жыл бұрын
It would be nice to add and demonstrate how the linux service for start/stop after server reboots is accomplished. The nohup is nice, but that is manual start /stop. If you can add init.d or systemctl depending on centos version.
@muhammadimranpervaiz70422 жыл бұрын
Very nice explanation. And can you help me about how to change hostname (localhost to static IP) in MySql server database? Please . Thank you
@hassanumair69673 жыл бұрын
Mr. Mughees, great work and very precise tutorial, Please make video about usage of percona tool kit 2.2 and before that version (complete backup & Restore DB consists size of Multiple GBs)
@mughees523 жыл бұрын
Sure will do that
@mohamedaadhil46452 жыл бұрын
thank you really helpful
@dhaneshbhavsar88643 жыл бұрын
Hello sir the video is great. But how can we run multiple mysql version on same machine here you have created multiple instances, beacuse I have to run two mysql 1)mysql4.1 2)mysql8.0. Thanks you
@summersea_677710 ай бұрын
is this also used for multiple versions on one machine?
@ragavendran.r4 ай бұрын
Hi, why we are not able to login -h localhost instead of 127.0.01
@jojodiloy493910 ай бұрын
Well this be the same and work in debian 12 using mariadb 11.2?
@fahdbahoo1 Жыл бұрын
@Mughees bhai, how to install multiple MySQL using rpm method or yum method ?
@mughees52 Жыл бұрын
You cannot you should binaries only
@fahdbahoo1 Жыл бұрын
@@mughees52 We have a server with already install MySQL using rpm, can i install the second MySQL server on it ?
@2626sid2 жыл бұрын
Can u make video with single cnf file
@mughees522 жыл бұрын
It’s already there check instalation from generic file
@pandiselvi61613 жыл бұрын
Any online classes available?
@mughees523 жыл бұрын
Please connect here on my whatsApp group chat.whatsapp.com/DdRRHnv4rAE89HKmV8KIbk
I haven;t tested it please do that and lets us know as well
@kishankumarbk442 жыл бұрын
@@mughees52 I tried installing it on Ubuntu 22.04. I can start the server on 3306 port. I am not able to start server on 3307 or any other port until I stop the server running on 3306. I get the error: "Can't start server: Bind on TCP/IP port: Address already in use Do you already have another mysqld server running on port: 3306 ?" Can you help me out?
@DroisKargva Жыл бұрын
@@kishankumarbk44 I read somewhere that you should first stop the first instance if you want to create another one. I am not sure tho. I'm just beginning to learn bout these. Did you figure it out?