Yes! 2 hours, goldilocks zone. Not too much, not too little. Perfect way to knock the rust off my database skills and get back in the game. Every day this damn channel astonishes me with the incredible content.
@okelloisaac23063 жыл бұрын
Thanks a lot , I am currently studying DBMS and this already so helpful
@jeffherdzina67163 жыл бұрын
This is by far the best information about learning MySql on KZbin.
@asharma7412 жыл бұрын
Hi sir, Git Cli works perfectly fine for Windows users no need to install putty, just a little tip. Awesome course!
@karengomez31436 ай бұрын
Takeaways: -Normalized data could increase the query complexity but could lean towards data integrity. -40:00 Forward Engineer to DB (to create a SQL Script in Workbench). -52:00 There's a SET SQL_SAFE_UPDATEs = 1; that is going to block DELETE * FROM table. - There's different ways to select data, joins showing repeated or different data from 2 tables. -Thanks to transaction isolation levels and transaction logs, transactions are done in a expected manner. -Clustered indexes: through B-tree based on primary key, unique non-nullable index, internally maintained PK (hidden).
@Random_Coffee_Cup3 жыл бұрын
I love this Chunnel so freaking much
@cedricmendoza83163 жыл бұрын
Me too!
@ExclusivelyC42 жыл бұрын
Thanks!
@hemanthsrujan84143 жыл бұрын
Your timing is awesome ..... thanking you to do more...
@sleeping4cat3 жыл бұрын
I'm High School Student :) And I'm learning to do my Software Development tasks ^^
@woosukbyun2455 Жыл бұрын
Watched some part of this video and seems good to watch the whole thing. Thanks for the great video!
@Sam-ke5zb3 жыл бұрын
Thanks for this. It came on the right time. Bless up
@t-ree3 жыл бұрын
Didn't started yet. But i think it will be outstanding!!
@bavan13583 жыл бұрын
Hellll yeahhhhh , right when I needed
@ashutoshthite3 жыл бұрын
Thanks for putting it... I just needed this..
@hmm74583 жыл бұрын
oo what a timing.. i was abt to start with some database and full stack
@jhramirezr3 жыл бұрын
Hello, couple of questions 1) If I’m using Mac, should I still start by installing Linux like you did in the video? 2) When you opened mySql, and stated that your database was already connected - - is it the same thing as what you did in the CLI previously? 3) Later, when you forward engineered. Which hosts and port names did you use? The same ones from your AWS EC instance? Sorry I’m just confused Thanks!
@kareenaolivera3 жыл бұрын
How is this channel for FREEE? thank you so much for this! Forever Grateful! If I become successful coder, I will forever mention you guys haha!!!
@sanumioluwafemi72473 жыл бұрын
Just a question please. At 48:22, was product_3 created? I tried running it but I am getting an error saying ecomm_store.product_3 doesn't not exist. I will appreciate your reply. Thanks for the training session.
@maramcharanteja63203 жыл бұрын
please make a course on object oriented programming in c++
@AmeerHamza-mt5yi3 жыл бұрын
You help lot of people keep doing man thanks a lot ❤️❤️
@christian37ism2 жыл бұрын
I couldn't connect my ec2 instance to mysql workbench so I made an RDS and used that. A little detour, but it all worked out.
@anarpatel89982 жыл бұрын
thank you for sharing!! My ec2 wasn't connecting either. I used same approach.
@vonnghost2 жыл бұрын
how did you do that?
@christian37ism2 жыл бұрын
@@vonnghost Create an rds with your amazon account, then link the workbench to it the same as ec2
@josuemartinez46859 ай бұрын
awesome work...thanks team..!!
@StaticBlaster Жыл бұрын
Thank you, sir, for your generosity and sharing your knowledge with the world.
@TK-wp3iw3 жыл бұрын
Do we need Data base algorithms and similar complex stuff for front end??
@neillunavat3 жыл бұрын
Yes. Actually even if u just do casual programming stuff, u still should learn data structures and algorithms because it really helps in solving problems. Thats what separates professionals from the rest. They optimize and write code in such a way that it is.... Very neat.
@vinny1423 жыл бұрын
"Frontend" just means "in the browser", so what you need to be able to do "something in the browser" depends entire on what you want to do. Mostly: no, the frontend does not have to have any knowledge of how the backend stores the data, they only have to know how the API works.
@elobservador71553 жыл бұрын
Gracias por los subtitulos! Son de mucha ayuda +1
@papusa98783 жыл бұрын
Another SQL course yayyy😄😄😄
@thejack4833 жыл бұрын
2:11 Let me comb first then we will start MySQL
@calvo_en_moto3 жыл бұрын
Thank you for this beautifil material
@marc52263 жыл бұрын
Thanks for the course! Why did you not use AWS RDS to set up the database and what are the advantages of doing it this way?
@muhammadsolikhin80253 жыл бұрын
Really-really Helpfull
@flanker84153 жыл бұрын
There is already a basic MySQL course on the channel, why not get an intermediate or advanced course?
@ilianos3 жыл бұрын
Do you mean the one that's about 4 and a half hours long? I feel like I will like this one better.
@kensimba78682 жыл бұрын
I agree. Am done with that 4.5 hrs basic mysql training and I thought this could be an advanced one. We need next level tutorials pls
@thedevnoteyt3 жыл бұрын
Thanks Freecodecamp ❤️
@jeffkamga79023 жыл бұрын
Hi please which software do you use to make videos and edit them. I hope to hear from you soon.
@therealnero8203 жыл бұрын
Learned more from an indian guy then in school
@ZeusOP3 жыл бұрын
How do we write directly to Excel sheets from mysql
@Juancarlos-hw8sf3 жыл бұрын
Gracias buen hombre, 👌👌👌👌👌👌👌
@BlissAden3 жыл бұрын
Can’t wait for Postgress
@alongbarbrahma4843 жыл бұрын
I have zero experience on Mysql. Can i take this course as a beginner?
@GilligansIsland3 жыл бұрын
Yes you should be able to. plain SQL is pretty simple as a query language and not much like typical programming languages so most people are probably starting from 0 like you. Have fun!
@invinciblevikas95533 жыл бұрын
I am student as this course are good for me
@r3ady1502 жыл бұрын
Why is AWS EC2 Instance needed? There was no explanation what this is and why it's needed.
@adeshmishra16713 жыл бұрын
Why we need to create a AWS account for learning MySql??
@CrazyGamerEmonJ3 жыл бұрын
Skip that part, just use a terminal or download Linux or run Linux on VM
@burakmike3161 Жыл бұрын
Thanks a lot
@buntypeter45843 жыл бұрын
What are prerequisites for the course??
@TorFromReno Жыл бұрын
The video to create AWS account is unavailable and marked as "private".
@keshavthakur59903 жыл бұрын
Very nice
@emilianorobertosesaregoaco47702 жыл бұрын
I cannot install mysql-commuty-server with this instructions. I have errors like: nothing provides libstdc++.so.6(CXXABI_1.3.13)(64bit) needed by mysql-community-server-8.0.30-1.el9.x86_64 .. etc.
@user-hs2vc2rl9w25 күн бұрын
how do I access setting up the AWS account? It says private and I can't access it
@AmroAlmutasim3 ай бұрын
is this for linux or windows ?
@aditya_asundi3 жыл бұрын
thanks fcc!!!
@drhastings3 жыл бұрын
The start of the video is not beginner friendly.
@teenytinytoons3 жыл бұрын
it's quite awful actually.
@ivanzq212 жыл бұрын
What do you mean? I did not understand
@malkeetnanwa233 жыл бұрын
I am a non-technical person so can I start learning mysql as first programming language to get job in IT Industry
@niturai94883 жыл бұрын
you should start with javascript or python as they are easy to learn and are in demand also after that you can learn sql but prior to all these you should learn some computer basics like using the command line, installing and uninstalling programs, creating and saving files and the most important thing, you should learn to type as fast as you can by the touchtyping method. This will save a lot of time and reduc your learning duration to appoximately 3/4 th of what it takes to learn normally
@teenytinytoons3 жыл бұрын
@@niturai9488 lol. JS is not easy to learn.
@iamcktyagi3 жыл бұрын
Thank-you
@juju-94543 жыл бұрын
Do we need to learn while we know mongoDB?
@el_cucu25123 жыл бұрын
that*s which i was looking for.
@coderinmood51193 жыл бұрын
Awesome
@curmudgeoniii97623 жыл бұрын
Sequel and SQL are not the same thing. Sequel is the name of IBM's first database system. SQL is "structured query langauage" and the tow and NOT interchangable. Hope this helps.
@reztheson2 жыл бұрын
I think it’s just the pronunciation, and how people choose to pronounce it. Sequel or SQL 🤷🏿♂️
@speedrusha2 жыл бұрын
SQL = Sequel = Structured English QUEry Language
@GM-uj8cs3 жыл бұрын
마이스꿜 이즈 파퓰러 데러베이르~
@vimanyupurty61663 жыл бұрын
It would have been kind if you had show how to install in the Windows.
@__-cd1nd3 жыл бұрын
Thanks
@anupamkumar70833 жыл бұрын
Creating an aws account was not necessary for linux users, we can do all this locally, I was a fool and created one, now its going to be a waste.
@GustavAgar3 жыл бұрын
Postgress please 🙏
@ramdayalkumawat37123 жыл бұрын
Next course for unity course plz
@dilipkumar-ck1nc3 жыл бұрын
Give us a course on iis webserver
@aniljangir25403 жыл бұрын
great
@farhan_aftab3 жыл бұрын
Laravel Please ?
@CodingByAmp3 жыл бұрын
Cool
@ganalytical3 жыл бұрын
Likes for the video
@HarshAnalysis3 жыл бұрын
I have a test 4 days later and this popped up... Wth
@williamgomez60873 жыл бұрын
ThankUThankUThankUThankUSenior
@azizshifulla19383 жыл бұрын
I want termux full course
@r3ady1502 жыл бұрын
So I tried to push through. I got through creating first db but then you just skipped to the sql scripts. i thought this was for beginners. You skip over key steps. Like after you created database how to properly save it. Not everyone can do A b skip c and d then go on to e f g. A beginners course explains everything in between. This is not a beginner course. This is not a good course.
@LectureHubKe2 жыл бұрын
Mine is beginner. Check out my playlist
@longalex51942 жыл бұрын
I'm quite disappointed about the 'Data Modeling' and 'Creating a table' part. I believe they should be more hand-writing other than just using tools MySQL offers. I agree it is time-saving but business do not pay you for just using tools because everyone else can learn them too. They only have no idea how tables are actually created, for example pk refers to columns of a table, a table cannot have 2 pks but a pk can consist of as many columns as user want.
@OkiemTaty2 жыл бұрын
"in this full tutorial course for beginners" you fail to explain key points of the earliest of journeys - installing DB... If someone hasn't worked with a DB why would you assume they have knowledge about connecting to one? you go through the process but you have loads of presuppositions and assumptions about the knowledge of your audience...
@VTS_99Ай бұрын
This is not Database administration , this should be called MySQL Developer .. its abou Crud and stuff not admin really
@IamCaptainDeadpo0l10 ай бұрын
"MYSQL" self obsessed much
@anantgamer89523 жыл бұрын
😊
@samsonsylvester95453 жыл бұрын
MySQL
@endrisofia3 жыл бұрын
👏👏👏👏
@mrrishiraj883 жыл бұрын
🙏
@MP-wm9gb3 жыл бұрын
Who da hell gave 26 thumbs down? People, CMON! This is just pure hate and nothing more. Idiots.
@ivanyosifov26293 жыл бұрын
I guess it comes from the PHP haters.
@Timureithi3 жыл бұрын
People who never made it past html.
@TonyTony-dl9xr3 жыл бұрын
Add lyrics uzbek please
@satyasridevi8513 жыл бұрын
I am just ----
@iamibayat3 жыл бұрын
First comment!!
@ashishhverma3 жыл бұрын
First like, first comment, first viewer
@SkulzR3 жыл бұрын
S
@billuop56653 жыл бұрын
10 th
@kweku1on12 жыл бұрын
This video isn't really helpful. The instructor skips some key aspects thinking its just easy to work around but most people watching this video are beginners and they need to know how everything is down to the latter. So much confusion going forward. I wouldn't recomend.
@LectureHubKe2 жыл бұрын
Kindly review my MySQL playlist
@timmcgee67873 жыл бұрын
It is pronounced my SQL not my sequel
@balajidevanathan61076 ай бұрын
This Guy will waste your time 😏
@MOLOTOV_1991 Жыл бұрын
00:08 😰🤮😭
@karamalinumberone74783 жыл бұрын
thank you for teaching but Indian acsend is super annoying