MySQL Workbench Tutorial

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 69

  • @murgraydj5812
    @murgraydj5812 8 місяців тому +12

    This video is fantastic! So clear, concise, and thorough. Sincerely appreciate it!

  • @UyenNguyen-ds9pi
    @UyenNguyen-ds9pi 6 місяців тому +6

    I'm just starting to learn SQL and this rly helps acquaint me with the tool. Thank you !

  • @aog2742
    @aog2742 3 місяці тому +1

    Thank you so much for making this video. I was desperate to find myself being the only kid using macOS in my class. And all the tutorials from the teacher are on a Windows os. Luckily, I've got this! Cheers mate.

  • @AliAliOxenFree
    @AliAliOxenFree Рік тому +3

    clear and concise. thank you for this, sir! i'll be revisiting this video often, i can tell

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

    That was really precise and useful to know when you're starting to work in MySQL workbench, Thanks!

  • @danielsehnoutek2016
    @danielsehnoutek2016 Місяць тому +1

    Amazing tutorial, both this and also for the SQL Database installation, because everything is simply working :D

    • @DatabaseStar
      @DatabaseStar  Місяць тому

      Thanks! Glad it's working for you.

  • @someuser4166
    @someuser4166 2 місяці тому +1

    Thank you. I used to use mysqlYog but moved over to Linux and thus needed something new, this was very helpful. I haven't watched the full video yet but I hope this program has the ability to export your databases as sql quarries for backups 🤔
    Also a bit of a side note but do you know of any reputable mysql clients on Android? Nothing fancy, I just want to be able to quickly review the information when I'm out and about. 🤔

    • @DatabaseStar
      @DatabaseStar  2 місяці тому +1

      Glad you liked it. Yes I believe it can export to both formats. I don’t know any clients for android as I’ve never used sql on an android

  • @9785633425657
    @9785633425657 9 місяців тому

    Thanks a lot for this video. I need to do the project for my studies and this is helping me a lot!😀

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

    perfect start with mysql workbench, thank you!

  • @violettracey
    @violettracey Місяць тому

    Thank you so much!

  • @anthonycarella1779
    @anthonycarella1779 5 місяців тому +1

    MySQL Workbench is so unintuitive and frustrating to work with. Thanks for making a video to make it a bit easier.

    • @DatabaseStar
      @DatabaseStar  5 місяців тому +1

      Yeah it can be tough to get things done.

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

    It helped me. watched your videos those are awesome. Thanks for sharing!😎

  • @andreasansa6569
    @andreasansa6569 Місяць тому

    Very clear!!

  • @ashwanth9981
    @ashwanth9981 Рік тому +1

    Nice vid! So how to work on connecting the database to some python code that we wrote in our system? Say coding a login or logout page using python which uses database.

    • @DatabaseStar
      @DatabaseStar  Рік тому +1

      Thanks! Good question. I don’t have python experience but you would need to create a connection to the database in your code somewhere. Then use that connection to run your queries on the database (such as select user details, or insert into login history table)

    • @ashwanth9981
      @ashwanth9981 Рік тому +1

      @@DatabaseStar OK thanks!

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

    This video was so helpful! Thank you so much

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

    Very, very well done! I really enjoyed your video. thank you...Bob👍

  • @horizonariondust576
    @horizonariondust576 Рік тому +1

    Thank you so much for this detailed and clear instruction! It helps a lot! 😁

  • @user-yk8dq1st2k
    @user-yk8dq1st2k Рік тому

    Thank you so much for such a detailed explanation❤

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

    This is a great tutorial clip.

  • @GD-my5hm
    @GD-my5hm Рік тому

    Fantastic tutorial.

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

    Hello there, thank you for your sharing, such a great thing. I have a question please. Is there any chance to set the Light theme for MySQL Workbench since I still want to keep the Dark theme from system perspective. I just googled around but had no luck.

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

      No problem! Not that I know of, I've only ever used the light theme.

  • @thomashart5081
    @thomashart5081 24 дні тому

    For some reason on my Mac workbench works fine but the output bar isn’t showing actions but I can copy actions. How do I get action to be displayed on the bar between time and response?

    • @DatabaseStar
      @DatabaseStar  24 дні тому

      Oh that's strange. Which MySQL Workbench version are you using? Is there a menu option to show actions?

    • @thomashart5081
      @thomashart5081 23 дні тому

      The latest Mac version I think 8.0.39. I’m also finding on here it only shows command words in a changed tone of grey not blue which is not helpful and can’t find options to resolve the query display

  • @merry1195
    @merry1195 5 місяців тому

    Why your key words color is blue,mine is gray. How could I switch to blue ?

    • @DatabaseStar
      @DatabaseStar  5 місяців тому

      Oh I’m not sure, I’ve only ever seen it blue. Perhaps it’s a setting in Preferences.

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

    Hi there! Bottom right corner of the Result Grid, I can only see 'Read Only'. I don't have Apply and Revert. How do I find it, I want to change data from the result panel? Thanks for the help.

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

      I think it's because you haven't selected the primary key in your query, so MySQL Workbench can't work out which row you want to edit.

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

    hi.
    i wonder is it possible to kinda put a folder in where all the tables are? to make it more organized?
    and also, i get an error if i remove all the records in the table. i wonder if its something i need to set, that allows a table to be empty. or maybe i just don't need to care about the error.
    .

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

      Good question about the folder for tables! I'm not aware of this feature but I can look into it.
      Which error are you getting when you remove records? Is it something about a foreign key or parent records?

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

      @@DatabaseStar i cant send a picture on it.
      But here is the text:
      "MySQL Workbench has encountered a problem Value of '0' is not valid for 'RowCount'. 'RowCount' must be greater than or equal to 1. Parameter name: RowCount We are sorry for the inconvenience but an unexpected exception has been raised by one of the MySQL Workbench modules. In order to fix this issue we would kindly ask you to file a bug report. You can do that by pressing the [Report Bug] button below.
      Please make sure to include a detailed description of your actions that lead to this problem. Thanks a lot for taking the time to help us improve MySQL Workbench! The MySQL Workbench Team
      "

  • @user-ty7ze6nm5o
    @user-ty7ze6nm5o Рік тому

    How to disable UPDATE option in MySQL workbench for mac... I can't find the PREFERENCE option in it.

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

      Do you mean disable updates for users? I don’t think this is a workbench setting. I think it can be done with user privileges.

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

    what is the function of the tools tab in the workbench.... Please provide details

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

      There are a range of features of Workbench that it gives you access to.

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

    I'm on mac silicon and the IDE keeps crashing when running the SELECT statement 10:14 ?? I dropped the schema and tried again, still crashing! Frustrated!

    • @DatabaseStar
      @DatabaseStar  Рік тому +1

      I actually just got an email from someone today with this same issue. I think it’s an issue with the latest version of Workbench (32 I believe). If you try a previous version, that may work.

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

      @@DatabaseStar Thanks! Will try

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

      @@DatabaseStar Yup, older (31) worked fine, thanks!

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

    wrong instructions???... I've done everything, and ir didn't worked! therefore I needed to previously install mySQLSERVER and also mySQL connections....

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

      What issue are you having? Which instructions are you referring to?

  • @user-wd6bl2pd9g
    @user-wd6bl2pd9g Рік тому

    10/10

  • @magicaxel2000
    @magicaxel2000 Рік тому +3

    why schools can't exlpain this much in a 3h class?

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

      That's a shame the school doesn't teach you this stuff, but glad you like the video!

  • @adityapawar1337
    @adityapawar1337 Рік тому +4

    WHAT ACCENT DOES HE HAVE?

    • @DatabaseStar
      @DatabaseStar  Рік тому +6

      It’s an Australian accent 🇦🇺 😊