You Don't Need MySQL Clients Anymore! You Can Use VSCode Instead

Поделиться
HTML-код
  • Опубликовано: 21 июл 2024
  • If you are a VSCode developer like Me, well, you'll need to know this awesome extension that will make MySQL/MongoDB or PostgreSQL useless and will make you love using VSCode to access, manage and manipulate your databases without the need of the CLI or using custom software clients like (MySQL Workbench, MongoDB Compass or PGAdmin). This extension supports so many types of databases so you can have access to all your databases and debug data right from VSCode without leaving it or needing to learn and use another ugly software to view the data on the tables or even creating advanced views for joint tables or whatever you think you can do with SQL/NoSQL.
    ⭐ Timestamps ⭐
    00:00 Intro
    00:56 Why using VSCode to access your databases is much better?
    05:37 Adding new Database connection (MySQL, PostgreSQL...)
    06:17 Writing SQL Queries and Altering Tables
    09:31 Database & Table Management inside of VSCode
    10:45 NoSQL Databases too (MongoDB)?
    💻MySQL Extension for VSCode:
    marketplace.visualstudio.com/...
    🧭 Watch Tutorial on Designing the website on Figma
    • I Design a onecolor We...
    🧭 Watch Create a Modern React Login/Register Form with smooth Animations
    • Create a Modern React ...
    🧭 Debug React Apps Like a Pro | Master Debugging from Zero to Hero with Chrome DevTools
    • Debug React Apps Like ...
    🧭 Master React Like Pro w/ Redux, Typescript, and GraphQL | Beginner to Advanced in React
    • Master React Like Pro ...
    🧭 Learn Redux For Beginners | React Redux from Zero To Hero build a real-world app
    • Debug React Apps Like ...
    🧭 Build Login/Register API Server w/ Authentication | JWT Express AUTH using Passport.JS and Sequelize
    • Build Login/Register A...
    🧭 Introduction to GraphQL with Apollo and React
    • Introduction to GraphQ...
    🐦 Follow me on Twitter: / ipenywis
    💻 Github Profile: github.com/ipenywis
    💡 My Blog: ipenywis.com
    Made with 💗 by Coderone

Комментарии • 135

  • @elle381
    @elle381 2 года назад +5

    Thank you! You're a life saver. You have no idea how much this shady dev charged me just to access my own DB. I am so happy

  • @Scapben
    @Scapben 2 месяца назад +2

    godlike extension!
    I was struggling getting a client working on my machine it was driving me insane
    Thank you :)

  • @Wangaruro
    @Wangaruro 2 года назад +5

    Wow!!! Damn I'm impressed! Thanks for such an awesome video!

  • @resilientprogrammer8466
    @resilientprogrammer8466 2 года назад +8

    Sequel is still in the market and improving massively even after 50 years.

  • @martinhertog5357
    @martinhertog5357 2 года назад +8

    Nice extension! Very handy indeed. The count next to table images showed 5, but the result showed 6 rows. Tiny bug

  • @NovaSaputra
    @NovaSaputra 2 года назад +2

    interesting layout on that extension.
    i havent get any good extension for SFTP on vscode.
    any recommendation?

  • @sudoku37
    @sudoku37 2 года назад +66

    I was a little stunned for awhile, you should be saying workbench, GUI interface on your title. Anyway, this is a nice video and thanks for sharing it.

    • @blanco4869
      @blanco4869 2 года назад +9

      Client is correct chief

  • @ansonnn_
    @ansonnn_ 2 года назад

    Nice extension. Anyone has any idea on how does this compare to the SQLTools extension?

  • @DIN_A8
    @DIN_A8 2 года назад +5

    My favorite RUclipsr at the moment. Love your videos!

    • @MiguelLopez-mu1ss
      @MiguelLopez-mu1ss 2 года назад +1

      Until you decide to build your workflow from the ground up based on your personal needs and use VIM and get dadbod and hate the days you wasted on Vscode 🤷🏻‍♂️

    • @DIN_A8
      @DIN_A8 2 года назад

      @@MiguelLopez-mu1ss can‘t wait to get to this point :D

  • @luiseduardoramos7767
    @luiseduardoramos7767 2 года назад +1

    Does anyone know how this behaves querying large amount of data?

  • @edwinrodriguez2890
    @edwinrodriguez2890 2 года назад

    Hola, Cómo podría importar y anexar datos a una tabla. He buscado la opción y no lo pude encontrar.

  • @simonzhao8629
    @simonzhao8629 Год назад

    Hi! your vscode theme (like how your file icons in file explorer panel) looks sick! how do you do it?

  • @pkavenger9990
    @pkavenger9990 Год назад +5

    That is so cool. I just start learning MySQL queries and the person who is teaching said download pop SQL but then I thought why not use VScode that I am already familiar with, so I searched for it and got your video. it looks pretty cools. I will share my experience after using it.

    • @arpan157
      @arpan157 11 месяцев назад

      so how was your experience bro??

  • @allenkim4776
    @allenkim4776 2 года назад +2

    Thank you so much. That is awesome!

  • @omkar.gaikwad
    @omkar.gaikwad 2 года назад

    Which color theme are you using?

  • @rakeshpk4991
    @rakeshpk4991 2 года назад +1

    Thank you very much. This is a new information for me.

  • @my_side_of_the_street
    @my_side_of_the_street 2 года назад

    Quite impressive, thanks for sharing!!!

  • @ved76177
    @ved76177 Год назад

    Please show me how can I import an export data file in VS code

  • @nikfp
    @nikfp 2 года назад +9

    I don't know what the issue is with the title, but everyone seems pretty upset. Unless it's changed since this was originally released? As of the time of this comment the video title reads "You Don't Need MySQL Clients Anymore! You Can Use VSCode Instead". This makes perfect sense with what the video is about. You don't need "Clients" anymore, which are separate programs from the databases themselves, and people seem to be missing that point in the comments. The DB engines are still awesome, and still required, but the management tools (clients) are now integrated into VSCode. The title reads correctly and the video is as advertised.

    • @FranzAllanSee
      @FranzAllanSee 2 года назад

      Because the video title doesnt make sense that’s why i clicked on it. After seeing the first 30 seconds, i get now what he’s trying to say. It’s VS Code *as* MySQL client.
      Still, pretty cool stuff.

    • @stilldreamy5181
      @stilldreamy5181 Год назад

      First off "client" isn't really the right word. "client" doesn't mean "database management tool". Even if it were the right word, he would still be using it wrong. It's not that you no longer need a MySQL "client", VS Code + whatever extension is a "client". At one point he says something much worse: "you can use VS Code instead of MySQL". I want to say in response that words escape me, but that applies more to him.

    • @cruzinsweetsntreats
      @cruzinsweetsntreats Год назад

      @@stilldreamy5181 with this extension (plugin) installed, and acting as a "client", it then helps to save some time, by not having to toggle back and forth between VSCode and the preferred "DB Management Tool", be that another application, or logged in to the server on a webpage. It then helps to improve the efficiency of writing proper connect statements. An improvement in the older days of Notepad++, Notepad, or whatever standard text app one uses.
      For someone that only uses one server source and type, it may not make that big a difference. However, if you have need of accessing to multiple servers, of different types, then this extension will definitely help consolidate that list.
      As I've noted a nice feature that's been refined in VSCode itself, are the checks and balances amongst pages that have related data, to help correct any errors. 04-13-2023 0400 PT

  • @preetamchakravarty
    @preetamchakravarty Год назад

    can we import csv file data into our database using this extension?

  • @Mrroy08657
    @Mrroy08657 2 года назад

    Can i run Operate Mysql and SQL server ( MS SQL Management Studio ) on the same Laptop ?

  • @JeremiKress
    @JeremiKress 2 года назад +2

    This is awesome. I despise using the pg admin 😩

  • @PrasangaBasnayake
    @PrasangaBasnayake 2 года назад +3

    I ran in to problems with mongo db connect. Even though you can remove the 2000 limit, its still going to limit when you right click and press the entire collection.

  • @cradleofrelaxation6473
    @cradleofrelaxation6473 2 года назад +2

    Never Knew VSCode is this versatile!
    Thanks!

    • @cruzinsweetsntreats
      @cruzinsweetsntreats Год назад

      Nor did I. And I just got back into web designing after about 4 years, having been the old ways of Notepad, then Notepad++. As I started watching Dani Krossing again, on his updated full length tutorials on website creation, it took me a few minutes to try and figure out that the program he is using, is VSCode. A definite game changer, especially over those programs that have bootstrap from about 5 years ago. A lot more flexibility for customizing a site, with less errors, or risk of errors. 04-13-2023 0344 PT

  • @mohammedmmutaru870
    @mohammedmmutaru870 2 года назад

    Can I connect to oracle database?

  • @xxxjamxxx638
    @xxxjamxxx638 4 месяца назад

    been watching mysql videos for days now wondering if its something i should learn rather than relying on my now sluggish excel file. Regardless I have no idea what you are talking about but feel like im learning something and enjoy your videos

  • @khandoor7228
    @khandoor7228 2 года назад +2

    This is incredible!

  • @bleakCode
    @bleakCode 4 месяца назад

    Personally not a big fan of sql extension in vscode. If a query is taking time, it can make the vscode stuck or slow loading. It is web editor so I try to keep it as lite as possible

  • @ikeslo
    @ikeslo Год назад

    This extension is good, but how can I turn off this error code the output keeps giving me.
    Execute sql fail : SELECT datname "Database" FROM database name WHERE datistemplate = false order by datname ASC;
    permission denied for table database name

  • @Wildkomments
    @Wildkomments 2 года назад

    how do you see the diagrams

  • @carloanimationTV
    @carloanimationTV 9 месяцев назад

    can use it if my source file excel?

  • @rickychiurc
    @rickychiurc Месяц назад

    how do you initialize a db with vscode?

  • @bemotivateddaily271
    @bemotivateddaily271 2 года назад

    Please make a video on how we can connect the databases

  • @vasilikilampeti884
    @vasilikilampeti884 2 года назад

    Hi there,what about snowflake connections ?

  • @saghait
    @saghait 2 года назад

    yeah, i also use that extensions at my vscode and takes more RAM usage but it's worth

  • @jonnyzheng419
    @jonnyzheng419 2 года назад

    Thanks for the Great Show!!!

  • @Martin-kj1od
    @Martin-kj1od 2 года назад

    Looks amazing, but does it offer intellisense for table names columns etc?

  • @millerdane
    @millerdane 2 года назад +11

    Why would anyone give this a thumbs down. My God this world is so sad.
    Thanks for posting the content!!

    • @geeksy2278
      @geeksy2278 2 года назад

      It's actually good for the algorithm. The video ranks higher if there are not only thumbs up :)

    • @ziad_jkhan
      @ziad_jkhan 2 года назад +4

      Probably because the title is misleading. He actually meant MySQL workbench.

    • @zacharysyoung
      @zacharysyoung 2 года назад

      @@ziad_jkhan Yeah, I thought by the title there would be no DB engine... just VS Code to hold the data!

    • @cruzinsweetsntreats
      @cruzinsweetsntreats Год назад

      @@ziad_jkhan as I see it on 04-13-2023 0374 PT, the title is "You Don't Need MySQL Clients Anymore! You Can Use VSCode Instead". And though MySQL Workbench is the mainstay, currently within version 8, depending on the person's preferred OS, there are likely other programs (clients) out there for Unix / Mac / M$. So to me, it's not misleading.

  • @sahadathossain6940
    @sahadathossain6940 Год назад

    Which theme is he using?

  • @bettatheexplorer1480
    @bettatheexplorer1480 2 года назад

    Why not use dbeaver?

  • @zbynekriha
    @zbynekriha Год назад

    Does it have http connector?

  • @leularia
    @leularia 2 года назад +1

    This IDE Becoming a beast🥰

  • @yahyeabdirashid9716
    @yahyeabdirashid9716 2 года назад

    Good title i thought mysql is gone when i read your title thanks look like everything is in vscode to day thanks i think we should practice laziness

  • @jukkap.5722
    @jukkap.5722 2 года назад +22

    Well..its a bit misleading..u still need the database..but not for example workbench..

    • @newmonengineering
      @newmonengineering 2 года назад +5

      The title says CLIENT. That is what a client is, an interface to interact with the SERVICE.

    • @jukkap.5722
      @jukkap.5722 2 года назад +1

      @@newmonengineering yeah now it says client..didnt originally

  • @AonyjsViolmlar05
    @AonyjsViolmlar05 2 года назад +1

    Its paid now do you have other extension like this to suggest or is the premium version is much better? i would love to support the developer if its the latter workbench lag the heck my laptop.

    • @cruzinsweetsntreats
      @cruzinsweetsntreats Год назад

      I found it "free" at version 6.3.7 as of 04-13-023 0325 PT. Same developer: cweijan (Weijan Chan)

  • @ewliang
    @ewliang 2 года назад

    Nice find

  • @amanindoveni7203
    @amanindoveni7203 2 года назад

    You are a life saver

  • @ericstevens653
    @ericstevens653 2 года назад

    In the beginning, when he was like “how cool is that!?” I (alone in my appt) blurted out “that’s f****n’ cool!!” ❤️ vsccode

  • @msuleman7786
    @msuleman7786 2 года назад +1

    I'm getting this error " Access denied for user 'root'@'localhost' (using password: NO)".
    Can Anybody help me?

    • @birgith9183
      @birgith9183 2 года назад

      I have the same issue - did you find the solution? :D

    • @msuleman7786
      @msuleman7786 2 года назад

      no

  • @manit77
    @manit77 2 года назад

    He means there is a MySQL database management extension for vscode.

  • @ElectroLensReview
    @ElectroLensReview 2 года назад

    Thank you pal

  • @alexgordienko93
    @alexgordienko93 2 года назад

    Whats the name of the extension for the mongoDB ?

    • @shohagkhan3677
      @shohagkhan3677 2 года назад +1

      Everything is inside one extension. You don't need separate extension for this.

  • @zzzzzzzzzzsh
    @zzzzzzzzzzsh 2 года назад +17

    Please change the video title, it's completely misleading!
    They called Database clients not MySql as you you use them to connect to database servers.

  • @biLLie_wiLLie
    @biLLie_wiLLie 2 года назад +3

    I like your videos

  • @cristianaguirre1931
    @cristianaguirre1931 2 года назад

    Otra razón para usar VSCode 👌😁

  • @rafalmyszynski
    @rafalmyszynski 2 года назад +25

    Thumb down for click bait

    • @ufukbakan4741
      @ufukbakan4741 Год назад +1

      Indeed it's not a click bait, title says no need for database clients, but still you need database servers, however video is not worth to watch to learn about a vscode extension which does same job as every database clients

  • @FiRizzi
    @FiRizzi 2 года назад

    only need client to make backup and restore, this plugin can`t work correctly.

  • @deepanshu7562
    @deepanshu7562 Год назад

    Thanks

  • @caiokleiner1275
    @caiokleiner1275 2 года назад

    I can't connect, someone may help me?
    Plz. I wanna learn it. 🤦🏻‍♂️😭🙏🏻🙏🏻

  • @j4355002
    @j4355002 2 года назад

    這太好用了 竟然可以用ssh tunnel

  • @nikhil6204
    @nikhil6204 Год назад +3

    Vscode is the best thing happened in the coding world

  • @autthapone
    @autthapone 2 года назад

    Do you mean the DB client tool?

  • @ihatekids2348
    @ihatekids2348 2 года назад

    i fucking love you man u solved my problem

  • @fubar8805
    @fubar8805 2 года назад +2

    Sorry but developer say this "This project is no longer maintain for free and requires payment to unlock all features."

  • @nathantonini8733
    @nathantonini8733 Год назад

    i DIDNT FIND THIS EXTENTION

  • @shareb1t
    @shareb1t 2 года назад +10

    Title You Don't Need MySQL Anymore, meanwhile shows u cant without MySql lol

  • @yuriysemenikhin302
    @yuriysemenikhin302 2 года назад +15

    And this is the level of upcoming developers 😂

    • @shamilAliyev92
      @shamilAliyev92 2 года назад

      Yeah)) like me 😂

    • @yuriysemenikhin302
      @yuriysemenikhin302 2 года назад

      @@shamilAliyev92 well... If you don't know the difference between MySQL and Visual Studio.... 🤷

    • @TheRDB46
      @TheRDB46 2 года назад +2

      @@yuriysemenikhin302 what you on about ?

  • @erichepperlewp
    @erichepperlewp Год назад

    Neet overview.

  • @jojoc.1171
    @jojoc.1171 2 года назад

    So this extension is called MySQL?

  • @tsn-3a365
    @tsn-3a365 2 года назад

    Only open one table or collection. tables not short by name :|

  • @megasuperlexa2
    @megasuperlexa2 Год назад

    de-sssing is necessary for this vid )

  • @kamranb6712
    @kamranb6712 2 года назад

    Great

  • @afiefsholichuddin
    @afiefsholichuddin 2 года назад +11

    Ah yess, the click bait title

  • @DombagsDelite
    @DombagsDelite 2 года назад +7

    you should be explicit that you are using vscode to deal with database management and not to provide a database itself as the video title suggest

  • @dekcode2824
    @dekcode2824 2 года назад +5

    VS Code has gone further than what it meant to be. You can replace postman with it LOL

    • @tentaklaus9382
      @tentaklaus9382 2 года назад

      Bloat isn't always a good thing. Nor is having all your eggs in one basket.

    • @Remls
      @Remls 2 года назад

      @@tentaklaus9382 Options are.

  • @70kum31
    @70kum31 Год назад

    助かった

  • @zeehutt7876
    @zeehutt7876 Год назад

    I downloaded it but I am not gonna do the paywall. Gonna stick with the free sql on vscode instead

  • @pdeswardt
    @pdeswardt 2 года назад

    Misleading title....

  • @hafsahussein2016
    @hafsahussein2016 2 года назад

    Ah the title is confusing

  • @zigzag2341
    @zigzag2341 2 года назад

    Intellij has best db client

  •  2 года назад +3

    Why did you have to ruin your video with this title?

  • @rrt1878
    @rrt1878 Год назад +1

    this extension is no longer free!

  • @heathbruce9928
    @heathbruce9928 2 года назад

    Or since you are making money with the editor. Spend a little and but one that has the database components built in like phpstorm.

  • @hanimecheddal6472
    @hanimecheddal6472 2 года назад

    😍

  • @eugenmalatov5470
    @eugenmalatov5470 Год назад

    wow, could be condensed into 1 min video

  • @gftessitore
    @gftessitore 2 года назад +1

    What about security? You give all your db password to this extension… Think about that 🤦🏻‍♂️

    • @rockeyjockey3899
      @rockeyjockey3899 2 года назад

      so you mean there is AJAX call which passes you credentials to creator of extension... :}

  • @viktorkot992
    @viktorkot992 2 года назад

    Are you wrestler ?

  • @mosespeter9711
    @mosespeter9711 2 года назад

    Please just go straight to the point in your next video. Thanks a bunch!

  • @jedediah-fanuel
    @jedediah-fanuel 2 года назад

  • @rino19ny
    @rino19ny 2 года назад

    oh it's not free anymore. i guess the author got wise.

  • @rw_2000
    @rw_2000 Год назад

    Docker is better

  • @AimerYui
    @AimerYui 2 года назад

    U don't need mysql.
    Ok,thanks 😒

  • @maxa8836
    @maxa8836 2 года назад

    Yea, who needs to know how to optimize queries...

    • @rebelsdeveloper367
      @rebelsdeveloper367 2 года назад

      explain "sql query " . command prompt /terminal but mostly depend on your database structure, the best create history table horizontal or some call it materilize view not live for statistical purpose

    • @maxa8836
      @maxa8836 2 года назад

      @@rebelsdeveloper367 You are rebelling against everything or just an effective DB architecture?

    • @rebelsdeveloper367
      @rebelsdeveloper367 2 года назад

      @@maxa8836 hmm? we rebel on slow thing. we want fast2 thing but people need to understand computer also not superman so stil has pro and con limitation in action

  • @AlexHernandez-vm9sj
    @AlexHernandez-vm9sj 3 месяца назад

    Boo

  • @bra5081
    @bra5081 2 года назад

    You may think that kind of clickbait title is worth it but I am not sure it will help your rep in the long run. I don't know you but I know you are either ready to say about anything to grab attention or missing some basic technical knowledge. And I don't think it is the latter. Either ways it makes you look more like a clown than a worthy source of information. :D

  • @filipeagrati4014
    @filipeagrati4014 2 года назад

    Dude, we could have just said that people that use Vs Code can get a better experience and one less program to use.
    Because the explanation was ridiculous. "you can do a query in vc code and is so simple. In Workbench so complicated to write down"
    Are you kidding me? It's an interface easy as VS Code....
    Trying to denigrate other programs to your video look cooler, is just rubbish.