How to Use VS Code to Run SQL on a Database

Поделиться
HTML-код
  • Опубликовано: 21 июл 2024
  • 📝 Get my free SQL Cheat Sheets: www.databasestar.com/get-sql-...
    🎓 Learn and become confident in SQL: databasestar.mykajabi.com/sql...
    VSCode is a popular editor for development. If you have any need to work with an SQL database, then you’ll likely be using another IDE as well, such as SSMS, MySQL Workbench, pgAdming, or Oracle SQL Developer.
    However, if you use VSCode, you can access the database directly from within VSCode. You can do this by using an extension.
    This means you can run queries and see your data all within the same application, saving time from using different applications. You may also find it easier to use one application instead of two.
    It’s not as powerful as a full SQL IDE, but for simple stuff, it’s quite useful.
    In this video, you’ll learn how to install the extension and drivers in VSCode, how to create connections to SQL Server, MySQL, and PostgreSQL, how to run some SQL queries, and some features of the extension (including the Run Query keyboard shortcut).
    The extension we use does not support Oracle, but there is a different extension for that.
    Timestamps:
    00:00 Introduction
    00:29 Prerequisites
    01:09 Install extension and drivers
    03:53 Adding a new connection
    04:22 Create MySQL connection
    06:14 Create SQL Server connection
    07:48 Create PostgreSQL connection
    09:14 Connect to database
    09:47 Write and run SQL
    12:38 More features
  • НаукаНаука

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

  • @pirithoven_tech
    @pirithoven_tech 2 года назад +6

    This video is insanelly underrated... Amazing...🙏

  • @GJSoftware
    @GJSoftware Год назад +2

    Great video, thanks for creating it!

  • @LowQualitty
    @LowQualitty Месяц назад +1

    Helped me run specific queries, thanks!

  • @itsryanpretorius
    @itsryanpretorius 11 месяцев назад +1

    this video was so awesome thank you so much!!!

  • @theoriarinne9814
    @theoriarinne9814 3 месяца назад

    Very helpful and easy to understand, thank you so much.

  • @timbui5556
    @timbui5556 Год назад +2

    Hi Ben, as always, thank you for your teaching! On a different topic, can I run Postgresql on Visual Studio (not Visual Studio Code)? Would you please send some instruction? Thank you!!!

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

      Thanks Tim! I'm not sure how, but I am guessing you can. There may be an extension for Visual Studio, just like the one in VS Code, that can be used to access a database. I'll create a video on this in the future.

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

    In the video you mentioned you'd be creating a video on how to use the orcale database VS Code extension, I have seen some videos where you use it with docker (I don't know what docker is), but have you created a similair style video to this were in the beginning you just run through how to connect properly, without brining any other technologies like docker.

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

      Hey, that’s a good suggestion. I don’t have a video on using vs code with oracle on a regular database like Oracle Express. But I can create a video like that. The only difference would be the connection details.

  • @memeti5835
    @memeti5835 Год назад +2

    ı thing you are god :D , I was constantly getting errors, no one explains it as well as you 👍

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

      Thanks a lot! I’m glad you liked the video

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

    really like your video, waiting for the Oracle SQL video

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

      Glad you like it! The Oracle one is coming soon.

  • @user-ko3iy3ew2g
    @user-ko3iy3ew2g 11 месяцев назад +4

    Hey mate - thanks for the video, very helpful! When you say you've just created a new database using MySQL workbench - any chance you could give some more detail on that please?
    Thanks again!

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

      No prolem! Sure, I mean that I used MySQL Workbench to create a database. I opened MySQL Workbench and connected to MySQL running on my computer. I then created a new database which is an area that can hold database objects such as tables.

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

    Hi, thanks for the great easy-to-follow-content! I only have one minor problem that bothers me, around 10:20 whenever I run any query, I don't see the green box even when it's successful, it does show errors, however a feedback on successful queries is essential for me. Any idea how to fix this? Thanks in advance

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

      That's interesting. Is the query successful? I'm not sure why the box would not be appearing. Perhaps there's a setting that shows or hides this panel. Or perhaps it's a known issue in a certain version of the extension.

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

      @@DatabaseStar The query is successful. I checked the settings and wasn't able to find it anywhere.

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

    Amazing tuto!

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

    Do i need to download MySQL before doing all these steps or is it usable with just the plugin? (Like an internal VSC sql server)

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

      Yes, you'll need to have access to a database, such as MySQL. You can download and install MySQL on your computer. There is no internal database included with the plugin.

  • @nanayaaadomaadoku-amponsah672
    @nanayaaadomaadoku-amponsah672 Год назад

    heyyyy, thanks for such a great video.

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

    Thanks that was easy.

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

    Has anyone told you that you have a nice teaching voice, because you do

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

    Hey, I love everything you showed me and although i had like 30 different errors i was able to work them all out except for one, where you talk about things at 11:15 , it keeps saying that it cannot find the table that I had just created, do I have to refresh it or what? I went into mysql and typed in the exact same things and it worked and went back into sqltools and was editting stuff there, but is there a delay or a refresh that has to happen? Thank you

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

      Thanks! I'm not sure, perhaps there is a refresh that needs to happen. The object explorer that shows the tables may need to be refreshed, but if you write a query that refers to the table it should work. Did you happen to use square brackets or single quotes around your table name?

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

      @@DatabaseStar hey, I figured it out, I needed to route my usenode thing in settings to my node application on my computer and it auto updates now!! Thanks for everything

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

    Nice tutorial! 🥰

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

    🙏 Thank you for your a great work .

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

    Thank you for this.

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

    @Database Star i installed all there extensions from market place but in add new connection second one that is SQL Tool Post GRE is not visible.

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

      Oh that's strange, perhaps there's an issue with the extension with Postgres not appearing.

  • @shreyarawatvlogs6920
    @shreyarawatvlogs6920 5 месяцев назад

    best video!!! thanks a lot

  • @CodeIsForBros
    @CodeIsForBros 2 года назад +36

    Bro I'm gonna kiss you on the lips. You just saved me hours of work

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

    Hi, I’m working on the Coursera Capstone project and I’m trying to figure out how to utilize .csv files. Is that possible?

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

      Hey, you can import CSV files into your database as a table. I don't know if you can do this in the VS Code extension, but you can do it in most SQL Editors.

  • @gastonmarengo6790
    @gastonmarengo6790 Год назад +2

    Whenever I'm in the SQLTools Settings and I click on "Test Connection" I get a red error message saying "The server has gone away" I read that I can change the timeout time in the PHP document for SQL but I'm unsure of doing this, anyone knows another solution?

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

      There's a setting on the connection screen about the timeout which you can increase to a higher number, and this may solve the issue. If not, then it may be a MySQL issue.

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

    Thank you soo much. This was so useful

  • @arminsa112
    @arminsa112 3 месяца назад

    Have i understood that correctly, do i need to install the MySQL server on my laptop first, in order to create a MySQL Connection in VS Code Studio?

  • @kelsihill5131
    @kelsihill5131 9 месяцев назад +3

    Hi at your time stamp 4:46, the screen where it says "Use password", mine does not say that. It says "password mode" and gives the options 'SQLTools driver credentials' ,'Ask on connect', 'Use empty password', and 'Save as plaintext in settings'. When I attempted to try each of these it gave me an error once I clicked save connection. I tried uninstalling and reinstalling all of my extensions and even tried downloading different versions of vsc but it still shows this. Any idea how to fix this??

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

      Oh that's strange, perhaps the authors have updated the extension. Is your password correct? If it is, I would suggest contacting the author or developer of the extensions.

    • @Eeswar-hh5gz
      @Eeswar-hh5gz 4 месяца назад

      same

  • @justinehercthehuman
    @justinehercthehuman 5 месяцев назад

    I have a question. When I did this, I already made schemas and databases in the past. When I access them (such as Select/Desc), it returns with "No Data" even when the databases already have data. Is there a fix for this?
    Or do I have to create all databases from the start again?

    • @DatabaseStar
      @DatabaseStar  5 месяцев назад

      That's interesting. Do you see them if you access them using another editor such as SQL Developer? Do you see the tables in the object browser on the left panel?

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

    Hi Ben, thanks for the video, but i am getting a this error: 'Error opening connection Unknown database 'mysql_database'' . Not sure how to go about it

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

      Hmm. Do you have a database with that name on your server? You can check which database are available in another IDE such as MySQL Workbench

  • @petersobhy6987
    @petersobhy6987 24 дня назад

    Please can you tell me how i can connect to multiple databases in the same time using sql server driver
    Thanks in advance.

    • @DatabaseStar
      @DatabaseStar  21 день назад

      I think you can set up multiple connections in the connections panel?

    • @petersobhy6987
      @petersobhy6987 18 дней назад

      @@DatabaseStar would you please tell me how?

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

    You truly did a good job, but when following your steps, I stuck in this error: Failed to connect to localhost:1433 - Could not connect (sequence). Tell me how can I solve it

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

      Thanks! I'm not sure how to solve that one, perhaps you'll have to Google it.

  • @ZyNx50
    @ZyNx50 10 месяцев назад +1

    In 4:23, when I tried the connection I have an error that says: Client option 'pooling.maxIdleTime' does not support value 'NaN'.
    can someone help me with this.

    • @DatabaseStar
      @DatabaseStar  10 месяцев назад

      I think you'll need to enter a value somewhere on the connection screen. There are some other comments on this error I believe.

  • @aswinipenneru3513
    @aswinipenneru3513 5 месяцев назад +1

    After installing SQL tools error occurred like "error opening connection client option 'pooling.maxIdleTime' doee not support value Nan. Pl help me

    • @DatabaseStar
      @DatabaseStar  5 месяцев назад

      Several others had this issue in the comments, so you can probably have a look there.

  • @ZedTheThrid
    @ZedTheThrid 7 дней назад

    Solid video, though how would you connect this and python together?

    • @DatabaseStar
      @DatabaseStar  7 дней назад

      I imagine you would set up Python as normal, and then access it from within VS Code?

  • @joycefred6913
    @joycefred6913 6 месяцев назад

    Hi Thanks for the video. When I try to test connection I keep getting this error "connect ECONNREFUSED ::1:3306" I don't know how to move past this. any help on how to fix this?

    • @DatabaseStar
      @DatabaseStar  6 месяцев назад

      I’m not sure how to solve that one unfortunately

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

    Hey, I have installed the extension sqltools but I cant see it in the side bar. what might be wrong?

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

      Maybe there is a setting in VS Code that needs to be adjusted? Or maybe you need to restart VS Code?

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

    Well, my issue is I'm using a CA Certificate to authenticate to my Azure MySQL server, and this extensions appears to not have an option to select the path to it.

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

      Oh that's a shame it's not available

  • @mitchelleleeuw2266
    @mitchelleleeuw2266 5 месяцев назад

    I love the video. Is there by any chance a way i can connect to IBM informix???

    • @DatabaseStar
      @DatabaseStar  5 месяцев назад

      Thanks! I’m not sure as I don’t have any experience with IBM Informix.

  • @4q1lx_x
    @4q1lx_x Год назад +1

    Great Video!!!
    but i have an issue/error... it say "Request connection/GetChildrenForTreeItemRequest failed with message: Client option 'pooling.maxIdleTime' does not support value 'NaN'."
    Can you help me?

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

      Thanks! I think others have left comments with this error. If that doesn't work then perhaps Google can help.

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

      Hey, I had this same error
      Can you please tell me how you fix this

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

    6:54 I'm trying this on mac os and I'm stumped by what to put in the Database. SSMS isn't available for Mac so how do I create a database on my local machine for visual studio to access?

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

      Ah good question. If you want to run SQL Server on your Mac, you could use a tool called Docker. That’s what I use and I have a video about it on my channel.
      If you don’t necessarily need to use SQL Server, you could install either MySQL or Postgres, both of which work directly on Mac.

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

      @@DatabaseStar Thanks for the response. I'll look into setting up docker. As for mysql and postgresql, I'm not sure about them. I'm not too educated about sql actually. But I've joined a course to learn it and I wanted to set it up on my MacBook beforehand. The instructor is just going to use SSMS so I doubt he will be able to help me

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

    Hey,
    I successfully added the database but when i try to connect i got the next error message:
    Request connection/GetChildrenForTreeItemRequest failed with message: Handshake inactivity timeout
    What should i do?

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

      Hmm I’ve never heard of that message. Could you check the GitHub repo of this plugin to see if others have the same issue? Or some Googling if you have t some so already.

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

      Me2

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

      Hello Attila, please were you able to fix the problem?

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

      Try this
      ruclips.net/video/wzdCpJY6Y4c/видео.html
      If it does not work, you may have to use other sql extensons.
      I use Jun Han's extension instead.

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

    Thank you!

  • @999nico
    @999nico Год назад

    Does MS SQL Extension enough to use SQL with Visual Studio Code? Thanks

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

      Yes, it has enough of the basic functionality to let you write queries and see results. For more advanced stuff, you may want to use another IDE such as SSMS.

  • @unruly_ronin
    @unruly_ronin Год назад +4

    Hey man, your videos are super helpful. I just wanna ask, what do I do at 5:55 when I try to Test Connection it tells me ("Client option 'pooling.maxIdleTime' does not support value 'NaN'. ")
    When I put a value of 30 like you said, it says ("The server has gone away") Yours came so quickly so I'm stumped

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

      Thanks!
      I’m not sure why you’re getting that error about the server going away. The NaN issue is mentioned in a few other comments and I think adding that value like you have would resolve it. Unsure about the other error thought.

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

      @@DatabaseStar That's ok. Thanks for the reply. I'm sure I'll find a way.

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

      @@unruly_ronin hey did you find the way ??

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

      @@harshitkhandelwal9983 did you find a way? I need help too

    • @koushikkv745
      @koushikkv745 8 месяцев назад +2

      I got the same error , change authentication protocol to default then it will be successful.

  • @cobbyrichie8092
    @cobbyrichie8092 6 месяцев назад

    Hi boss, thanks very much for this wonderful tutorial, my question is, can I run this offline without internet connection??

    • @DatabaseStar
      @DatabaseStar  6 месяцев назад

      Glad you like it! Yes, assuming you have a database installed on your own computer. You can connect to that and it should work.

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

    Are Port Number and Process ID the same thing?

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

      I believe they are different. Port number is like the gate that is used to communicate between two things. A process ID is a unique number for a process that runs on the computer.

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

    Hi, what if I want to import the csv file directly into vscode instead of going through pgAdmin4, is that possible?

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

      Good question, I'm not sure if VS Code allows you to do this!

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

      @@DatabaseStar yeah you right, we have to import first on pgAdmin, thanks for answer my question sir. God bless you

  • @esthermona5368
    @esthermona5368 3 месяца назад

    Hello, while trying to create a connection for mysql, it's showing this error- 'Client option 'pooling.maxIdleTime' does not support value 'NaN'. I'm unable to figure out what this is. Could you please help me with that?

    • @DatabaseStar
      @DatabaseStar  3 месяца назад

      I think to solve this you need to put a value into one of the fields on the connection screen. There are other comments with the same issue I believe.

  • @user-ld7uj3se5r
    @user-ld7uj3se5r Год назад

    Hi, thanks for this video but I got "read ECONNRESET" error could you help me out on this problem....

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

      Hmm I’m not sure what that error means unfortunately

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

    I can't thank you enough 🥰🥰.

  • @user-pn7og3sr7q
    @user-pn7og3sr7q Год назад

    Hi~I have a problem for my sql server 2008 using vscode to connect database ,I have no idea which one extension that I can use?any one can help ? Thank you guys assistance.

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

      Hi, you should be able to use this extension mentioned in the video to connect to SQL Server.

    • @user-pn7og3sr7q
      @user-pn7og3sr7q Год назад

      @@DatabaseStar Thanks for you answer,but I'd tried to use SQL Server given connect String as like
      "Data Source=,;Initial Catalog=;User ID=;Password=",
      step by step...then I just could see the database cluster shown
      ,when I use sql code "select * top 1000 from ....",
      it appeared :
      This is likely caused by the extension that contributes mssql.scriptSelect....
      So I thought that Sql2008 is the reason why ?and what's you opinion?

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

    Thank you

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

    I got 'failed to connect to localhost:1433 - could not connect (sequence)' . What should I do?

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

      Hmm I’m not sure. Is the database running? What does Google say?

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

      Have you resolved the problem? I am facing the same problem

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

    when i connect to the sql sever in chromebook i got this error: error opening connection failed to connect localhost, how can i fix it?

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

      Is SQL Server running on your computer? Can you connect with another editor such as SSMS?

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

    is their a way to import an excel file using vscode?

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

      I'm not sure - I'll have to take a look!

  • @soumya4104
    @soumya4104 8 месяцев назад

    Thank you sir

  • @RohitKumar-ip1qp
    @RohitKumar-ip1qp 6 месяцев назад

    What to enter in Database name in VsCode? I have installed mysql server on my Mac.

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

    how to dump data from csv to compact edition data base file.

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

      You can use an IDE to import the CSV into your database, and the process is different for each IDE. In Visual Studio Code, I'm not sure how it's done. I'm not sure if the extension has this feature.

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

    I keep getting this error message when setting up a new connection: sqltools error error : connect econnrefused :: 1:33060

    • @DatabaseStar
      @DatabaseStar  4 месяца назад +1

      Hmm is the database running? I assume this is MySQL as it uses port 3306.

  • @CJosuee
    @CJosuee 5 месяцев назад

    Wow thank you so much for this video! this works on windows with WSL2? I need something like that :(

    • @DatabaseStar
      @DatabaseStar  5 месяцев назад

      Thanks, I'm glad you liked it. I don't know a lot about WSL2 so I don't know why it won't work.

    • @CJosuee
      @CJosuee 5 месяцев назад

      @@DatabaseStar it works! Thanks so much

  • @walidslimani
    @walidslimani 7 месяцев назад

    i have sql plus in my pc , so how do it in VS code

    • @DatabaseStar
      @DatabaseStar  7 месяцев назад

      You can use this video to connect to your database using VS Code. SQL Plus is a command-line tool for Oracle.

  • @funny_lounge
    @funny_lounge 8 месяцев назад

    Hi, Please i have been looking for a video tutorial of how I can link my HTML, CSS and JS to SQL file for web app

    • @DatabaseStar
      @DatabaseStar  8 месяцев назад

      I think you'll need some kind of server-side programming language involved to connect HTML and JS to a database. You could use something like Node.js, or PHP, or .NET, or something else.

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

    sir mySQL is not showing me that exact icone which is appearing in your window on connection time, kindly help to access those icons so i can be able to connect it with VS code.
    I really have no time for wait, I've only one day, bcz my project's viva is almost on my head

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

      Which icon are you missing? Is it the cylinder icon on the left panel? Or something else?

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

      @@DatabaseStar Sir my VS code is showing the error "Found that duplicate Database Client extensions are installed, please uninstall the duplicate!"
      Kindly guide me that how can I know that which is this duplicate extension???

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

    Error opening connection Client option 'pooling.maxIdleTime' does not support value 'NaN'. why this error?

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

      I think you may need to put a value in one of the fields on the screen. I think other commenters had the same issue.

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

    10:03 I dont have this button for running it :( Anyone knows the problem ?

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

      h that's odd. Are you connected to the database?

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

    Hi, I have a problem in here. When I tried to create SQL server connect, I couldn't connect with "Login failed to user "testdb". Can someone help me fix this out? Tks

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

      Is there a user called test db? Or is that the database name?

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

      @@DatabaseStar no, thats just database name. Btw, I figure out to fix this.

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

      @@DatabaseStar I just have subcribed your channel, very useful and great. Thank you

  • @user-lx6lm7zn3d
    @user-lx6lm7zn3d Месяц назад

    Will the work also for mac computers?

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

      Yes, it should. I use VS Code all the time on a Mac.

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

    hi,installing databases in visual studio codes met this problem, how can you help me please...

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

      this error: Request connection/GetChildrenForTreeItemRequest failed with message: Client option 'pooling.maxIdleTime' does not support value 'NaN'.

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

      Hi Mohamed, I'm not sure what this error means. I would suggest Googling it, if you haven't done so already. Or, set a value for Max Idle Time when you create the conneciton.

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

      @@mohamednabe7203 Hi, I got the same error, did you manage to solve this problem?

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

      @@mohamednabe7203 I got the same error too

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

    MySQL:
    Error opening connection Client option 'pooling.maxIdleTime' does not support value 'NaN'.
    :(

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

      Ah I think you'll need to enter a value in one of the fields. I think some of the other commenters had the same issue.

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

      @@DatabaseStar I wrote the same like in your video, but cant establish connection...

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

      @@DatabaseStar I suspect this is because of i dont have any local databases created on my localhost, or i didnt create sql server or didnt create appropriate service.

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

    In SSMS I enter LAPTOP-QFUJTI9Q\SQLEXPRESS for the Server name. In SQL Tools where do I enter the server name?

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

      I'm not sure. Could you try connect without it? Perhaps it's in the server name field.

  • @mustafa._.9371
    @mustafa._.9371 3 месяца назад

    My problem is that I don't see any of the buttons up top like "run on active connections". Can anyone help please?

    • @DatabaseStar
      @DatabaseStar  3 месяца назад

      Oh that’s strange. Have you connected to a database? If so which database vendor is it?

  • @komalkashyap5233
    @komalkashyap5233 3 месяца назад

    sir having problem with database name, which name is to be used, it's not accepting, when i click on test connection getting error

    • @DatabaseStar
      @DatabaseStar  3 месяца назад

      It depends on which vendor you’re using and what your existing database is. You can usually use the same details from another sql editor such as SSMS or MySQL Workbench.

  • @L.TChannel
    @L.TChannel Год назад

    Hey, thank you for the video, it helps a lot. but i have recived "Login failed for user 'sa'", any reason for that? (P.S: i entered the corrected password)

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

      Hmm it could be the database is not running. Are you able to connect using another tool such as SSMS? It could also be the server name is incorrect

    • @L.TChannel
      @L.TChannel Год назад

      @@DatabaseStar yes, I can connect to the database with SSMS, I am not sure what is going on…

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

    6:52 I use mssql and I log in with windows authentication. How do I find the password for connecting it on vs code?

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

      It should be the same password you use when connecting with other editors such as SSMS. The password depends on your database setup - e.g. the one you set when you installed SQL Server Express, or for a different user.

  • @thefamousdjx
    @thefamousdjx 6 месяцев назад

    Companies actually allow people to connect to databases using random extensions from the internet?

    • @DatabaseStar
      @DatabaseStar  6 месяцев назад +1

      Yeah, some do. Some would limit it to only one specific tool such as SSMS, but others have a more relaxed policy or a recommendation, especially if the extension an be assessed by the company’s security team.
      Good point about trusting extensions though!

  • @geopolstrat
    @geopolstrat 3 месяца назад

    Hello Thanks for this amazing video. I am complete beginner I lost my $sa_password so I am not able to connect to sql server. How can I change it or retrieve it?
    Thanks for your help and all the content you are providing

    • @DatabaseStar
      @DatabaseStar  3 месяца назад

      Thanks! I’m not sure how to change it unfortunately. But there is probably some helpful Stack Overflow posts about it.

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

    I keep getting this error "Failed to connect to localhost:1433 - Could not connect (sequence)" Plz Help !!

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

      Oh I’m not sure how to solve that unfortunately. Other commenters may have had the same issue though.

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

    Error opening connection Login failed for user 'sys' .......how to resolve this?

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

      Is the password correct? Are you trying to connect to an Oracle database (I think SYS is part of Oracle)? If it's Oracle then you'll need to use a different extension. I've got another video on how to use Oracle with VSCode on my channel.

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

    I'm having a problem adding a new contact, can you help me please?

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

      Sure, what do you mean by a new contact?

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

    "Add new connection" opens up a blank window for me. Trying it out on a linux vm.

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

      Oh that’s not good. I would suggest contacting the plugin team for this. Not sure why it would show a blank screen.

  • @nabilchahbani8734
    @nabilchahbani8734 3 месяца назад

    What about PostgreSQL databases that use SSH?

    • @DatabaseStar
      @DatabaseStar  3 месяца назад

      Is there an option to specify that when connecting?

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

    How do I solve the 'the server has gone away' error

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

      I’m not sure. I did a quick search and it seems to be a timeout issue or something like that. Perhaps restarting your computer or VS code could fix it.

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

    This is a great tutorial, but can't get it to work with MSSQL using MFA. There's no option for it :(

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

      Oh that’s strange. I’m not sure how to fix that so I hope there’s something on Google

  • @shahsawarkhan7045
    @shahsawarkhan7045 6 месяцев назад

    Error opening connection Access denied for user 'admin'@'localhost any solution whenever i run my connection

    • @DatabaseStar
      @DatabaseStar  6 месяцев назад

      Do you use the same details as when you connect using another editor (such as MySQL Workbench)?

  • @airaharune8108
    @airaharune8108 27 дней назад

    like new_app....how do i set my database

    • @DatabaseStar
      @DatabaseStar  26 дней назад

      It depends on your vendor, but you could use the USE command.

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

    Good day. How to remove the "highlight" like you have in the video 10:02

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

      I use postgresql and this glow never goes out

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

      I solved this problem, I just had to remove the check mark in the extension settings

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

      Oh good to know. Thanks for sharing your solution.

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

    The error i keep getting is just "The server has gone away" and not matter what i set the time out value to, it errors straight away

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

      That's strange. I haven't seen that before. It might be something that Google/StackOverflow could help with (unless you've already tried that)

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

      I encountered the same problem too...pls help

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

    Request connection/GetChildrenForTreeItemRequest failed with message: Unknown database 'myshop' i got this error please help me😭😭😭

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

      Does the database "myshop" exist on your database server?

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

    awesome tools but not sure how to use this with ssh.

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

      Good point, I'm not sure how to use it either. Do you mean ssh within VS Code, or separately?

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

      @@DatabaseStar yes ssh within vscode to access mysql.

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

    Not sure why but i got an ECONNREFUSED error when i tried running the MySQL connection

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

      That’s strange. I’m not sure why either. Hopefully something on Google can help.

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

    self signed certificate in certificate chain how to fix this

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

      What is the issue you're having?

  • @tugrularslan542
    @tugrularslan542 10 месяцев назад

    SQLServer connection is not working on me. With SSMS yes, not with vsc

    • @DatabaseStar
      @DatabaseStar  10 месяцев назад

      What issue are you having with it?

  • @kshitija2606.
    @kshitija2606. 8 месяцев назад

    Hello, I am having this issue when testing my conncetion "Client option 'pooling.maxIdleTime' does not support value 'NaN'.", What should I do?

    • @DatabaseStar
      @DatabaseStar  8 месяцев назад

      You can check out some of the other comments and responses for some solutions.

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

    sir am unable to install sql in vscoder please guide us

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

      What issue are you having installing VS Code?

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

    Failed to connect localhost:1433 -could not connect (sequence)

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

      same here!

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

      Hmm I would suggest checking your username and password, or trying to connect using a different IDE to see if it's a problem with VSCode. Otherwise a Google search may give a solution.

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

      @@DatabaseStar I got the same error and cant fix it. Any suggestion?

  • @aswinipenneru3513
    @aswinipenneru3513 7 месяцев назад

    Even though installed step by step I didn't get any connection assistant

    • @DatabaseStar
      @DatabaseStar  7 месяцев назад

      Oh that’s strange, I thought it would come up correctly

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

    What username and password should I be using?

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

      It’s whatever username and password is set up on your database already. This depends on what database you’re using, eg it could be root for MySQL or sa for SQL Server or something else.

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

    If you have been banging your head against your desk trying to get MySQL to work then you've found the correct video and the answer is at 4:50

  • @niyadedha3487
    @niyadedha3487 3 месяца назад

    MySQL step second dhow error show not successful request can u help me to solve

    • @DatabaseStar
      @DatabaseStar  3 месяца назад

      Is the MySQL server running?

    • @niyadedha3487
      @niyadedha3487 3 месяца назад

      @@DatabaseStar yes but not show successfully connected 😞