Create MySQL Database - MySQL Workbench Tutorial

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 141

  • @alexl8632
    @alexl8632 5 років тому +10

    This is helping me pass a class in uni. I'm working on a database about boardgame tournaments, so it's different but if I pass this class, it's gonna be in large part thanks to this video. All the kudos to you.

    • @daniii3915
      @daniii3915 4 роки тому

      I can also help you with a hug.

  • @FacePalmProduxtnsFPP
    @FacePalmProduxtnsFPP 6 років тому +25

    That is so awesome! I love that someone created the GUI interface and forward engineer option!

  • @RosnerTheWriter
    @RosnerTheWriter 6 років тому +1

    I don't know the first about SQL or databasing or anything but I am able to follow your video and I appreciate the time you've put in to these videos to make SQL accessible for lay people like myself.

  • @gatorslife22
    @gatorslife22 5 років тому +4

    YOU ARE A GOD! Thank you so much for making this video. I have been struggling for 4 days trying to figure out how to connect to my own database using a java connector and I think this may just be the key I was missing. thank you SO much! *HUGS*

  • @sahinyildirim17
    @sahinyildirim17 7 років тому +25

    It is incledible! Great tutorial and great presentation. I have a project with about 50 tables and many relationships. I bumped into your video and solved all my complexity problems with that! Many, many thanks to you. :)

  • @GreatAdib
    @GreatAdib 7 років тому

    extremly usefull saved my day tomorrow is my final lab mysql exam on database management

  • @albertolopez7073
    @albertolopez7073 4 роки тому +1

    Im trying to get a webserver database running for my android app and This is exactly the info I've been looking for! Thank you so much, you're a great teacher! 😁

  • @patriksamju
    @patriksamju 7 років тому +5

    I learn fast on your way in tutoring us on "HOW TO" on stuffs, very easy and concise.

  • @jamesstark4136
    @jamesstark4136 3 роки тому

    @13:30 It says movies_has_directors because it is meant to be read either forward or backward, Movies have directors and directors have movies. A movies_directors relationship could be any relationshiip 1:1 or 1:n or n:m and therefore is ambiguous unless you already know what it is.

  • @jdtaylor1454
    @jdtaylor1454 3 роки тому +1

    Oh bless you 🙏🏾 May you continue to be a light in the dark places . Tysm

  • @amirrahman853
    @amirrahman853 3 роки тому

    Just the video i was looking for

  • @iliyaniliev1079
    @iliyaniliev1079 6 років тому +6

    Sir, you are incredible and you are shining beam of humanity's essence - sharing with others and caring for them!
    Amazing, amazing video!

  • @Krobongo
    @Krobongo 4 роки тому

    Finally a video with a non-indian guy

  • @ntulume
    @ntulume 2 роки тому +1

    Great stuff clever techie

  • @TLOL777
    @TLOL777 10 місяців тому

    thanks for this masterpiece i learned a lot.

  • @brettaylor2661
    @brettaylor2661 6 років тому

    Thank you for the movie. I'm a beginning user and couldn't figure out how to export a sql file. After viewing this I learned I needed to forward engineer the model before I could export it. Thank you.

  • @durianjaykin3576
    @durianjaykin3576 3 роки тому

    thank you so much, needed a quick revision and you really helped me out

  • @S1mple0bserver
    @S1mple0bserver 2 роки тому +1

    Amazing tutorial!

  • @ILIILLLIIILL
    @ILIILLLIIILL 8 років тому

    I didn't know that I can make relational database without fields that store the values of foreign table id.
    Nice video.

  • @erikschiegg68
    @erikschiegg68 4 роки тому

    Email adresses and URL can be 255 long, if you choose smaller, some users will not be able to be registered correctly.

  • @hemendrasahu7943
    @hemendrasahu7943 6 років тому

    Good way to teach about many to many relationship between database table. Thank you it helped me

  • @EdwinSepulvedaLE
    @EdwinSepulvedaLE 7 років тому +2

    You really explained this course super excellent, thanks.

  • @krish6729
    @krish6729 2 роки тому

    Thank you for this lovely lesson. Can this also be done on an Android tablet ?

  • @scotloomi941
    @scotloomi941 6 років тому

    Very clear and useful. Thank you.

  • @aigbekennethomorodion4026
    @aigbekennethomorodion4026 7 років тому +2

    Great presentation style! Very helpful, thanks.

  • @edwinaguilar1855
    @edwinaguilar1855 4 роки тому

    Excellent tutorial

  • @sudsown7258
    @sudsown7258 7 місяців тому

    Thanks. I am facing a problem. I am new to SQL and downloaded a database from the lecture but after uploading it to MYSQL Workbench, it shows error- "error code 1049 unknown database". However, the database file type extension is .sql and it is error free. Please suggest.

  • @almogklinger4525
    @almogklinger4525 6 років тому

    great video very helpful and sufficient ! thx !

  • @jamesmakume2630
    @jamesmakume2630 4 роки тому +1

    If I could subscribe more than once I could.

    • @clevertechie
      @clevertechie  2 роки тому

      Glad you liked the video so much :)

  • @SciDOCMBC
    @SciDOCMBC 2 роки тому

    What's the point of using "phpMyAdmin" on a development system if you are already using "MySQL Workbench". Anything you can do with "phpMyAdmin" can also be done with "MySQL Workbench".

  • @magalyperez9272
    @magalyperez9272 7 років тому

    Thank you . Excellent video.

  • @abdulmlaikalomayri727
    @abdulmlaikalomayri727 3 роки тому

    This really useful

  • @joemariebin4874
    @joemariebin4874 3 роки тому

    its so helpful bro i appreciate it thank you for the tutorial Godbless you

  • @tamillivingjesuswords
    @tamillivingjesuswords 4 роки тому

    Thanks Great Tutorial .

  • @sarahmoreels2248
    @sarahmoreels2248 6 років тому

    Ty so much! you are great at explaining!

  • @cinemaismywife
    @cinemaismywife 4 роки тому +1

    will this many to many create a combination of unique keys in the movies_directors? if there is not unique combination duplication might occur right?

  • @charlieramonesbackingtrack8876
    @charlieramonesbackingtrack8876 6 років тому

    One movie can be directed by one or many directors, one director can direct none, one or many movies. 😎

  • @saadawais8153
    @saadawais8153 6 років тому

    Helped a lot thanks.

  • @JimiTip
    @JimiTip 7 років тому

    Cool tutorial man really helpful

  • @viciouz25
    @viciouz25 7 років тому +1

    Thank you for this tutorial. I have two questions and want your thought to be clear. 1. When populating the tables with data which table should be consider first since there exist relationships and some constraints. 2. Do we also populate the intermediate tables that were created as a result of the many to many relationships (.i.e. movies_directors, movies_genres and movies_stars)? Or these are just used for relationships

  • @seanleeduncan
    @seanleeduncan 2 роки тому

    Very helpful. Thanks. What did you use to make the initial model diagram?

    • @clevertechie
      @clevertechie  2 роки тому

      I used workbench and some Photoshop

  • @dayvisonfelipe3172
    @dayvisonfelipe3172 6 років тому

    YOU FUCKING SAVED ME RIGHT NOW, BRO. LOVE U!

  • @micko8217
    @micko8217 Рік тому

    why do i have Error 1064: when i try to forward engineering???

  • @mvcypriano
    @mvcypriano 7 років тому +1

    Very good stuff. Thank you.

  • @libranajay
    @libranajay 7 років тому

    A very nice tutorial.

  • @KS-fz7hh
    @KS-fz7hh 5 років тому

    I don't really get why you choose "ID" and then don't explain your choice.

  • @brianshaw738
    @brianshaw738 5 років тому

    Thx. very useful info

  • @angelazeta9448
    @angelazeta9448 4 роки тому

    Thank you for this video :-)

  • @TheMrGreenMoney
    @TheMrGreenMoney 5 років тому

    What is the difference between creating a relationship with a continuous or discontinuous line?

    • @SupertCZ
      @SupertCZ 5 років тому

      Continuous line - Value has to be specified
      Discontinuous line - Value can be null

  • @imie5762
    @imie5762 10 місяців тому

    Doesn't primary key automatically make it not null? Why should we select both? And if we have to, why not select unique too then?

  • @misterkoko-code5140
    @misterkoko-code5140 8 років тому +1

    How to increase a font size of user interface? Because my display has too big resolution and I cannot see UI items names. I've tried all options but I only made editor font bigger.

    • @clevertechie
      @clevertechie  8 років тому

      Not sure, haven't played with font sizes yet, I'll let you know if I figure it out.

  • @adilsoncardoso8391
    @adilsoncardoso8391 4 роки тому

    How do I solve error 1064 on Fw engineering? Please. Have a deadline in 4hours

  • @aaron9828
    @aaron9828 5 років тому

    The only thing I changed is to not start the server with the system. Now I run into problems. How do I start it manually?

  • @victoriacox4313
    @victoriacox4313 5 років тому

    SO HELPFUL!!! THANK YOU!!!!

  • @johnnybegood4756
    @johnnybegood4756 6 років тому

    Thanks, Bro! It was really usefull tutorial

  • @evanzhao3887
    @evanzhao3887 5 років тому +1

    Thanks a lot for the tutorial video. Just a suggestion to make your chanel even: can you organize your playlist in a clearer way, i am having trouble finding the "next video" that you mentioned in the end of this video.

  • @mohamedabdalla844
    @mohamedabdalla844 2 роки тому

    Was useful!!

  • @skepat9426
    @skepat9426 7 років тому

    I don't actually understand why the relation of movies to genres is many to many, because 1 movie has only 1 genre ,and 1 genre can be assigned to many movies so its a 1:n relationship. Please correct me if I'm wrong!

    • @odil8484
      @odil8484 7 років тому

      "Some movie" Genre : Drama, Fantasy ... that's why

  • @RendernStattGendern
    @RendernStattGendern 6 років тому

    great tutorial

  • @emerenuedison2374
    @emerenuedison2374 3 роки тому

    Please how can I get Ur previous video

  • @julcrm
    @julcrm 5 років тому

    What if can't connect with my local database? :(

  • @DunkusB3ndro
    @DunkusB3ndro 6 років тому

    I'm confused on the phpmyadmin part. Can I download that if I have a Mac? Huge SQL newbie over here so I was following pretty well with the workbench stuff but then got confused once you went to the phpmyadmin part

  • @mohsinraza4526
    @mohsinraza4526 7 років тому

    your excellent work

  • @gromitbear9231
    @gromitbear9231 4 роки тому

    thank you so much for this :) I have been looking to create a database of the movies on my Plex server. How would we go about inputting the data into the tables? Would we have to input all the movie, actor, director, genre information separately?

  • @monopenguin1375
    @monopenguin1375 6 років тому

    Thank you..very helpful:D

  • @jemoli87
    @jemoli87 5 років тому

    man... this video, sure if you know what he is talking about its good but if you are starting from literally 0 (you just installed workbench and don't know anything else) and want to know how to do it this is NOT the video to learn how, so many unanswered questions from the start.

  • @medtalks6146
    @medtalks6146 5 років тому

    thank you

  • @jasperrenaldo7367
    @jasperrenaldo7367 4 роки тому

    Could you help with a python script for the same?

  • @catalintodoran4302
    @catalintodoran4302 5 років тому

    Database is used usually for PHP programing lanangue, u know how to make in html a database.. i dont know if its possible I'm just 70% percent but please if u can or anyone... Explain me . I want to understand :)

    • @isaacalexisrivera3157
      @isaacalexisrivera3157 5 років тому

      html is a markup language, works only in the client side, php works in the server side

  • @luispereira4495
    @luispereira4495 7 років тому

    Hy Clever Techie! Great tut!! Im trying to build a Real Estate Website Database Schema, but i don´t have much experience. But i can use this tutorial for that?...its kind of the same thing? Can u give me some general hints??

  • @varunmj5482
    @varunmj5482 6 років тому

    when i try to scrape the data, i get the error in $all_data = array_merge($data,$all_data); that Undefined variable: data

  • @sirasidibe3149
    @sirasidibe3149 7 років тому

    Hi I love your video thank you so much for your advices. But there's a point that i didn't understand. In fact in the stars & directors tables you select Unique box for "name" attribute. But I learnt that attritbute like name,lastname,firstname cant be unique cause it's possible to have several people with the same first and last name. So can you explain me the reason why you did that ?

  • @ibrahimacobar12
    @ibrahimacobar12 7 років тому

    so usefull....thanks a lot

  • @SpiderLy
    @SpiderLy 7 років тому

    Thanks for Tutorial

  • @xazmorado2442
    @xazmorado2442 6 років тому

    Do you have the example of the insert¿

  • @Jeffly509
    @Jeffly509 4 роки тому

    Great!

  • @sabinamartins2674
    @sabinamartins2674 5 років тому

    how to download the video of programing with used of mysql

  • @fritzschreiber552
    @fritzschreiber552 6 років тому

    Best Video

  • @Spiceysec
    @Spiceysec 3 роки тому

    unable to connect to local host

  • @adityatekumalla3578
    @adityatekumalla3578 7 років тому

    wonderful ... Thanks a ton :)

  • @farmerlanglang
    @farmerlanglang 6 років тому

    localhost/phpmyadmin/ site cant be reached

  • @mscode-hd8xw
    @mscode-hd8xw 6 років тому

    how to call it those tables on the JOIN query?

  • @emilianoacuna9705
    @emilianoacuna9705 6 років тому

    Can you use mutually exclusive relationships? cant finde them anywhere

  • @HugoRamirezSoto
    @HugoRamirezSoto 6 років тому

    Great tutorial, thank you so much!

  • @michaelchambers5606
    @michaelchambers5606 7 років тому

    Thank you!

  • @cathyb2204
    @cathyb2204 7 років тому

    Eek! I'm a complete MySQL newbie, and not ready to start into PHP yet. What platform do I run the code you provide to parse the IMDB file? Sorry for being such an ignoramus.

    • @nobytes2
      @nobytes2 7 років тому

      Cathy Bourner You need to run it on a server. Either local server like Apache or your website server. Lookup Xamp or Mamp.

  • @DheaFikyFatchaturRizky
    @DheaFikyFatchaturRizky 4 роки тому

    Thankyou

  • @levchegochev6086
    @levchegochev6086 5 років тому

    How can i get the script?

  • @anuzunalioglu
    @anuzunalioglu 6 років тому

    hi there, great work btw. When I'm trying to connect localhost/phpmyadmin, it says browser can't connect to the server. I've checked MySQL status(up and running) and also I am able to connect in my terminal and create db etc... How can't I connect to my phpmyadmin page?

  • @violeta4558
    @violeta4558 5 років тому

    How I can setup Timezone on MySql Workbanch server?

  • @mubarakazeez859
    @mubarakazeez859 5 років тому

    Nice presentation.
    Pls can you help me with the video on how to link MySQL workbench with login page using VS text editor.
    Thanx.

  • @СергейДрузь-ь3ж
    @СергейДрузь-ь3ж 7 років тому +1

    Good guy!

  • @ILIILLLIIILL
    @ILIILLLIIILL 8 років тому +1

    Which workbench theme are you using? and is there any way that I can create new model (drawing relations) with existing database?

    • @clevertechie
      @clevertechie  8 років тому +1

      I'm using Windows 7 theme, and yes if you want to new relations with existing database model, you first have to "reverse engineer it". So to do that go to Database -> Reverse Engineer and then pick the one you want generated as a diagram.

    • @ILIILLLIIILL
      @ILIILLLIIILL 8 років тому

      Clever Techie Thank you so much! Sorry for my bad English.

  • @cb_mixed
    @cb_mixed 4 роки тому

    As an accountant, I cringed each time you pronounced "gross" as "grahs".
    Still, great video, good sir

  • @futurepython6774
    @futurepython6774 3 роки тому

    mysql/django/python新教程:ua-cam.com/video/61RE4DZ33oY/v-deo.html

  • @swleeca
    @swleeca 6 років тому

    Man! Too many ads in the video.

  • @mubirumugerereict5502
    @mubirumugerereict5502 7 років тому

    best for me

  • @MrFelipefronte
    @MrFelipefronte 4 роки тому

    GOOD

  • @lydiagiwa2178
    @lydiagiwa2178 5 років тому +1

    too fast at the end

  • @Oleksandr594
    @Oleksandr594 7 років тому

    It would be better with foreign key explanation

    • @randomname6617
      @randomname6617 7 років тому

      ua-cam.com/video/aKcEfkLxg80/v-deo.html
      mybe this helps