Clear English accent/pronunciation, and smooth voice, and also good choice of helper commands (e.g. the fact that you get inside the DB and type the show and the select commands to display things). Good video. What surprised me is that for the restore phase, you first had to get into mysql> and create the Database, and only then you were able to do the bash command for restore. I thought that in the mydb1_withdata_dump.sql file , even the required commands to create the Database mydb1 would be present.
@tnoel574 жыл бұрын
Yusuf, This is EXACTLY what I needed. Thank you so much for a very informative video!!!
@rempire3803 жыл бұрын
Just what I needed tanks a lot, now I can make my WP code local, dump it, and upload the db on the server afterwards, great resource!
@collinharmon32073 жыл бұрын
Wow thanks so much! Did exactly what I needed to do. I love the guitar in the background. Very nice video :D
@khajasujath49192 жыл бұрын
Thank you shakeel bhai, this video is very clear and helpful....👌👌👌
@riteshsaha68812 жыл бұрын
Thank you very much, mate. I needed this for my job.
@lukmangani89113 жыл бұрын
I very happy to have watched this video, it was very helpful, thank you.
@effeh73035 ай бұрын
meglio dei tecnici di servereasy, grande!
@swevos76323 жыл бұрын
You are incredible, i really thank you, you are the best my brotha
@python1232 жыл бұрын
Clear and well explained
@baniputri964 жыл бұрын
Great Video of you! Can you make a step by step Video of how to : 1. Dumb a database 2. Compress it 3. Copy to the Cloud (AWS/Alibaba/GCP) and 4. Restore it. It will be nice if you can share more of your knowledge in the database with us! Thank you, Yusuf!
@azadehhassanian49403 жыл бұрын
Thank you; It was perfect.
@muhsin982 жыл бұрын
thank you Mr.Yusuf
@murwaneisa22872 жыл бұрын
thnaks this help me a lot
@deividalmeida73933 жыл бұрын
Amazing job! Thank you so much
@pelemate3 жыл бұрын
me sirvio gracias,is usefull for me thanks a lot lord.
@robertferguson43664 жыл бұрын
very good video!!! Thanks
@johnyoucantseena74842 жыл бұрын
Hi Yusuf, thank you soo much for the tutorial, it helped me with my job :D. One thing i want to ask you if you have time is Does the backup database disappear after you restore the database with **mysql -u user -p dbName < dumpFile.sql** ? I just asked because mine did for some reason.
@philipbrindle8674 жыл бұрын
great video, thanks so much for sharing...
@smurffronda29512 жыл бұрын
Thank you
@pratik65012 жыл бұрын
thanks a lot
@JavaAidTutorials5 жыл бұрын
Nice video..
@Suraj-vz4jc2 жыл бұрын
sales_order_table OLE DB or ODBC error: [DataSource.Error] ODBC: ERROR [22018] [MySQL][ODBC 8.0(a) Driver][mysqld-5.5.5-10.3.32-MariaDB-1:10.3.32+maria~stretch-log]. I have getting this error please help me
@alktab89932 жыл бұрын
hi Yusuf you this video us system MAC OS What commands for win 7 - 8 - 10 - 11 ... thank
@rahulmouryaofficial661511 ай бұрын
Can you help me for mariadb dump using azure
@maishamolepo22163 жыл бұрын
awesome!
@TheIyerganapas2 жыл бұрын
Will it create user in destination DB SERVER
@yashwanturade34883 жыл бұрын
Thanks
@Earlam3 жыл бұрын
Thx.
@dontknowwhattotypelo4 жыл бұрын
super!
@ahmadzia85575 жыл бұрын
i am using MariaDB and i have tried the back up statement, it keeps rejecting.. do you know why?
@bash64422 жыл бұрын
how to dump sql database without overwriting the existing db? thanks in advance!
@Clearlylakecounty1212 жыл бұрын
Wow
@sankar28054 жыл бұрын
Yusuf, can you help me with how to take entire mysql server backup in linux?
@dwaynewade3434342 жыл бұрын
I keep getting zsh: command not found: mysqldump
@nedoyk4 жыл бұрын
how use the comand using the password?
@GSoftagon4 жыл бұрын
Easy. substitute your own password: mysqldump -uroot -pmypassword mydb1 > mybackup.sql The above statement won't ask for your password.