How TO Connect To MYSQL SERVER & RUN SQL Queries Using VSCode

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

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

  • @jubayershikder7722
    @jubayershikder7722 10 месяцев назад +4

    I was struggling with the authentication problem in general. I just randomly clicked just like other videos with no expectations that if it could fix my problem but you just nalied it. Finally I can do my work on sql, Huggggggggggggge thanks brother

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

    Brooooo you’re the greatest man I’ve been trying this for months. Big ups man just followed, God bless

    • @kskroyaltech
      @kskroyaltech  3 месяца назад +1

      Super .and thank you so much

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

    OMG you saved my life!!! Thank you so much! I've been trying to find out on how to resolve this problem for days and now I can start to learn SQL. THANKS A LOT!!!!!

  • @dreamscomestrue4114
    @dreamscomestrue4114 8 месяцев назад +6

    It shows error 1049 (42000) : unknown database 3306

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

      solution?

    • @SURYAS-re8oe
      @SURYAS-re8oe 4 месяца назад +1

      Instead of using 3306 use 33060 to create local host port

    • @_aman2602_
      @_aman2602_ 19 дней назад

      if still after entering 33060 the error is showing up then install mysql community server from google and then setup it in your terminal or cmd and then come here and type the name of database as - information_schema

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

    This video has been a great help. I can't thank you enough! Here to support your future workings.

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

    Clear and easy to follow. Thank you!

  • @LUISCAÑIBANOMATEOS
    @LUISCAÑIBANOMATEOS 9 месяцев назад +1

    great video, such a clear explanation !!

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

    THANKS ALOT SIR YOU MAKES A GREAT PINPOINT SOLUTION VIDEO. THANKS MAN

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

    Man, I love your voice! You're just a Chez from Metal Family!

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

    this is what I was looking for exactly, thank you!

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

    Thank you. Excellent tutorial with successful set up.

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

    Thank you. I wonder what do you do for a living. You kinda manage a bunch of skills that making me a little bit worship.

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

      Just RUclips & Agriculture Farming Currently. I Was a Engineering College Drop Out.

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

    thank you so much it worked so helpful ❤❤

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

    good vedio vary help full for me

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

    Why the terminal doesn't recognize mysql --version?
    I already add that address on local disk C (ex: C:\Program Files\MySQL\MySQL Server 8.0\bin) to Path on Environment.
    How do I fix that thing??

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

      Close the terminal and reopen and try again.

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

    this is really helpful

  • @synosahil
    @synosahil Год назад +7

    Your videos are so helpful ❤

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

    Very good tutorial, thank you!

  • @NANI-zb2ql
    @NANI-zb2ql 4 месяца назад

    Thank you so much brother!!!

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

    Thankyou bro ❤😊

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

    Hi bro! What can I do about active connection in VSCode??

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

    That was helpful, thank youuu

  • @lonewolf.8635
    @lonewolf.8635 Год назад

    This video was very helpful

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

    Your videos are so helpful

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

    This video helps me alot bro 🤜🤛

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

    thank you, so helpful

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

    Great video!! Amazing font bro, could you please me which it is?

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

      Monaco or Avnier next.

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

      Nope, it's neither, I later found out it is Anonymous Pro. Please check properly and lemme know

  • @Rex-Solis
    @Rex-Solis 6 месяцев назад

    Can you please tell how we can import csv file data into this vs code extension of mysql

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

    I tried your steps but while installation , its not showing developer default mode ,
    video time-1:43

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

    Hi, thx its helpful
    But can you make git bash as the administrator to run the mysql in gitbash instead of powershell?

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

    7:50 at this moment after entering localhost root password and everything the localhost database is not showing

    • @sandeepa8755
      @sandeepa8755 9 месяцев назад +1

      Even I am facing the same issue, did you get the solution for this

  • @OthersWork-jl5eh
    @OthersWork-jl5eh 5 месяцев назад

    this literally solve all my problems

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

    This Helps a lot, but when we already have a SQL file , we are not able to use that using this method, this only works when we do the new query after right clicking on the database in vscode, any workaround for this,
    I have even done
    use databasename and select database() ---> this is giving me null as result.
    please help on this.

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

    7:40 I entered the username, password, localhost... and the database is just not showing at all. Like nothing appens. Pls help me !

    • @xyz-sy8eu
      @xyz-sy8eu 6 месяцев назад

      Same error, did u find the solution ?

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

    it saved my time thanks bro

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

    Thanks!

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

    Thank you a lotttt

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

    can you do C++ connection with sql using Visual Code Studio?

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

    bro it worked like magic

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

    Thanks

  • @DarkWays-oz1cf
    @DarkWays-oz1cf Год назад

    Thanks bro. U good

  • @shubhamsingh-gq9uj
    @shubhamsingh-gq9uj Год назад

    Thankyou ❤

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

    How do you create a new database on the side panel from vscode

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

    thank you soo much!!

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

    Access denied for user 'root'@'localhost' (using password: YES), (how to fix this) :)
    pleaseee

  • @GetAccess-z2j
    @GetAccess-z2j 5 месяцев назад

    when i press the + to create new mysql connection, nothing happens

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

    thanks

  • @YouPI227
    @YouPI227 14 дней назад

    Where are the links ?

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

    100000 LIKES DUDE!!!!!!!!!!!!!!!!!! Succinct 🙌🙌🙌🙌🙌🙌🙌🙌🥂🥂🍻🍻🥂🥂🍻🍻⭐⭐⭐⭐⭐⭐

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

    After Enter password, in terminal its shows error 1049 unknown database 3306

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

      Same problem bro

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

      @@abhinavrnarayan did you find solution,? I m moved on workbench

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

      @@nagarajk3309 no bro I'm also using workbench rn

    • @akshitrawat3903
      @akshitrawat3903 Год назад +9

      mysql -h localhost -P 3306 -u root -p.........(before entering the port number its capital 'P' not a small one try checking this)

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

      @@akshitrawat3903 thank you 👍

  • @Diablo-tq8yb
    @Diablo-tq8yb 11 месяцев назад

    Bro, the installer of package give me problems

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

    it's not working for me, I tried this several times already

  • @Doxing-i8n
    @Doxing-i8n 10 месяцев назад

    why i dong have developer option?

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

    While creating a new user it shows "SyntaxError: Unexpected identifier 'user'"

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

      This is the format of the MYSQL commands to create a new user:
      *CREATE USER 'USERNAME'@'localhost' IDENTIFIED BY 'PASSWORD';*
      then grant all privileges by running this command:
      *GRANT ALL PRIVILEGES ON * . * TO 'USERNAME'@'localhost';*
      and lastly run
      *FLUSH PRIVILEGES;*

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

      thankyou@@kskroyaltech

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

    Why am I not getting server in my MySQL folder

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

      Neither I am getting Developer option

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

    I've done all the steps. But on vscode, i do the localhost username and password but after clicking enter nothing happens. Please help me if you can

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

    YOU ARE GREAT!!!!!!!!!!!!!!!!!!!!!

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

    Fatal error : uncaught error: Class "mysqli" not found 😢, hooowww

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

    For some reasons localhost database isnt showing on my vscode and i dont know why is that

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

      Which VSCode extension you are using the one I mentioned ?

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

      ​@@kskroyaltech hey it worked today i dont know how but it did😅 thanks alot

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

    best

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

    How can I get the initial link?

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

    I cant create user

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

    where can i find the connectorrrrrrrrrrrrrrrrrrrrrrr

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

    Hi bro
    At 5:45 when i enter password it shows me unknown database 3306 error could you please answer it if possible

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

    @5.25 - I am getting this error message in the terminal: "The term 'mysql' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
    the spelling of the name, or if a path was included, verify that the path is correct and try again." Any idea what I'm doing wrong? Cheers!

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

      Make sure mysql is installed on your computer and you added its install path to the system environment ..

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

      @@kskroyaltech This is where I screwed up, I didn't correctly add the path to the env. Cheers!

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

      😊

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

    I'm seeing no active connection found

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

      Make sure the MYSQL server is running in the background

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

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

    i installed my sql and click + button the occurs this error massage "Error running command mysql.addConnection: command 'mysql.addConnection' not found. This is likely caused by the extension that contributes mysql.addConnection." why and how should i overcome this

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

      Which extension you are using ? at 7:03

    • @Peter-CDs
      @Peter-CDs Год назад

      @@kskroyaltech
      "Error running command mysql.addConnection: command 'mysql.addConnection' not found. This is likely caused by the extension that contributes mysql.addConnection."
      mysql. This error is such a a pain

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

    create user 'root' @'%' identified with mysql_native_password by 'admin';
    ERROR 1524 (HY000): Plugin 'mysql_native_password' is not loaded
    plss help i am stuck here and cant move forward