Thank you for posting this! I've been looking everywhere for an example that show beginning to end running as an administrator and command line client and this was the only one I could find. Showing the change to the bin file was a life saver as well.
@WebDevPro-Tutorials4 ай бұрын
You're very welcome!
@GuzmanE923 жыл бұрын
Hi! I wanted to thank you for such an easy to follow video. You helped me complete one of my college assignments that I was having trouble with. I want to say thanks for taking the time to make these videos, you help a lot of students, and aspiring IT professionals understand the steps needed to complete an assignment. Thank you once again. Thumbs up.
@WebDevPro-Tutorials3 жыл бұрын
Great job!
@antoniofuller23313 жыл бұрын
LMAO
@taher786...10 ай бұрын
I was reading an article about this, which made me scratch my head all along, wish i'd saw your video first ❤
@WebDevPro-Tutorials10 ай бұрын
Glad it was helpful!
@margaretdarden83662 жыл бұрын
Great video because got right to the point. I wanted to if any video on how to correct the error 1932 or is that an advanced topic & something not discussed on your channel..
@scottdowney43187 ай бұрын
Great job here. I tested on 8.0.36 server restoring a dump from a 5.7 server, and it worked fine. I also run win11, and one of the machines has 2 instances, mysql5.7 at port 3306 and mysql 8.0.36 at port 3307. to connect you need to specify port as in mysql - u root -p --port=3307; etc.... or it gives me mysql 5.7 server.
@GarethLategan3 жыл бұрын
Thanks so much! Loved you energy and your accent!
@WebDevPro-Tutorials3 жыл бұрын
You are so welcome
@yadayada5186 Жыл бұрын
Hi! Thankyou for the video~~ But i want to ask, is this method considered as cold or hot backup?
@ritikshrivastava94422 жыл бұрын
thank you bhai just curious to know where this kind of accent of english do people speak
@ankandutta6022 Жыл бұрын
Thank you so much for your tutorial. Without it, I would be left wondering hours for the solution.
@WebDevPro-Tutorials Жыл бұрын
You're welcome!
@machine8042 жыл бұрын
Great video mate! You were a great help. I genuinely couldnt do it without using the administrator application, which didnt work on my pc for some reason. :)
@WebDevPro-Tutorials2 жыл бұрын
You're welcome!
@jeffersonsantiago79025 ай бұрын
Hi, may I ask if I can restore the dump file from 5.6 to 8.0 series?
@p.c622 жыл бұрын
Bhai tune bacha liya🙏🙏..mashiha he tu mashiha
@pksinformer70122 жыл бұрын
Very helpful content
@WebDevPro-Tutorials2 жыл бұрын
Glad it was helpful!
@vanteview3 жыл бұрын
Can i use this to access the database on another computer?
@RDEllis289 ай бұрын
This is not working for me. I keep getting "The system cannot find the path specified." notification. I'm not sure what else to do.
@arshdeepkaur8913 Жыл бұрын
easiest tutorial, thank you so much
@WebDevPro-Tutorials Жыл бұрын
Glad it helped!
@mandy13392 жыл бұрын
I just tried using mysqldump and it worked great for the tables and the data but it did NOT copy the procedures. BeWare.
@mandy13392 жыл бұрын
OK I just researched this and learned that you need to add the --routines flag to the command so that it exports the stored procedures as well as the data.
@audreywarren67772 жыл бұрын
See, my problem is I don't even know where to start typing on. Why can't you start this from the VERY beginning? I'm so confused!
@danilovalle32633 жыл бұрын
Thanks for sharing
@WebDevPro-Tutorials3 жыл бұрын
Thanks for watching!
@Andrew-jx7iu3 жыл бұрын
Было бы здорово увидеть так же другие виды диферентиал и тд
@WebDevPro-Tutorials3 жыл бұрын
How do you mean "diferential" ?
@eagleslandin16924 ай бұрын
This accent is definitely eastern European....it's either: 1) Bulgarian 2) Serbian/Croatian/Bosnian 3) Russian? (Not too likely) or 4) Macedonian?
@luistorrez7807 Жыл бұрын
Muchas gracias.
@WebDevPro-Tutorials Жыл бұрын
Thank you.
@ManuelsNoTalkCodeVideos4 жыл бұрын
Can you restore that database in other MySQL version on other computer ?
@WebDevPro-Tutorials4 жыл бұрын
Dump is just a dump, if it's not working there's always way around.
@praveenkumarc63713 ай бұрын
bro I wanna say something in tamil language "Thailai va ur Great !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@RarelyMediocre2 жыл бұрын
Pozdrav, zvucis kao nas lik? Sve u svemu, odlican tutorijal! :) Sve najbolje...
@WebDevPro-Tutorials Жыл бұрын
Hvala :)
@jayantghorpade Жыл бұрын
Thank you very much 💖
@WebDevPro-Tutorials Жыл бұрын
You're welcome 😊
@a.a.b.by.y.z.z9567 ай бұрын
🐐🐐 Lifesaver
@hematogen50g2 жыл бұрын
It does not work if you have dump file in different directory
@Factstipsnmotivation3 жыл бұрын
Thankyou ..It is very clear
@WebDevPro-Tutorials3 жыл бұрын
Glad it helped
@luiscarlosmartinez30342 жыл бұрын
THANK YOU!
@WebDevPro-Tutorials2 жыл бұрын
Welcome!
@rajasami29604 жыл бұрын
In my case, Access denied comes instead Enter password..