oy my gosh, thank you, thank you, thank you! i've been stuck on this for weeks now! you're walk through included every problem i ran into with vs code! i
Hi, at @2:08 in the field 'Database' , you have 'myshop' , is it required to first create a database somewhere else and then use it when creating a connection ? Thank you
for those having trouble with "check the manual that corresponds to your mysql server version for the right syntax to suer near 'IDENTIFIED BY 'password' " try this CREATE USER 'user'@'localhost' IDENTIFIED BY 'password'; GRANT ALL ON *.* to user_name@localhost IDENTIFIED BY 'password'; replace user_name with whatever your username is, and i think password is supposed to be replaced with whatever you set your password to
Hi, When I am setting up connections I am not getting list under connections tab in order to get connect and disconnect connection. Can you please help me in this
Should change the directory to bin folder by the following command: cd Program Files\MySQL\MYSQL Server 8.0\bin But ofcourse go to main directory first by the command: cd\
@@marierie101 yrr ye to kisi ne bataya hi nahi even in comments everyone is like run this command in cmd they must hv cleared pehle install kr then uska location dal.........
after i type the password it says ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded: The specified module could not be found plss help
thanks, I thought this was the answer but using MariaDB 10.5.8 and trying to create the user using this old password format gives the error [check.... syntax to use near ' BY 'password' ' at line 1.] It seems on github that this function is depreciated. Any thoughts? I can't get connected using either VSCode or VS 2022.
My connection has been created and sql queries are executing successfully but in connections tab there are no connections can you please help me with this?
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PRIVILAGES ON *-* TO 'sqluser'@'%'' at line 1
@@akhiljella5958 in the second line GRANT ALL PRIVILEGES ON . TO 'sqluser'@'%' WITH GRANT OPTION; the "." needs to be surrounded by ' * ' symbol, youTube uses the symbol to format text to bold " *Like this* " so it doesn't show up in reply
@@samuellazar554 mysql> CREATE USER 'sqluser'@'%' IDENTIFIED BY 'password'; mysql> GRANT ALL PRIVILEGES ON *.* TO 'sqluser'@'%' WITH GRANT OPTION; mysql> FLUSH PRIVILEGES; use this
Hey thank you! I got everything working up until trying to click the magnifying glass and see what I have inserted into my tables. I get the error "ERROR: Error while showing table records Cannot read properties of undefined (reading 'total')" source is the SQLtools extension. Nothing on the github the ticket has been open for 2 years LOL. Any thoughts? Cheers!
I have a macbook pro laptop, and I am having issues with running the commands in the terminal. It keeps on saying mysql: command not found. What should I do?
Its Showing a stupid error and saying "Request connection/GetChildrenForTreeItemRequest failed with message: ER_BAD_DB_ERROR: Unknown database 'myshop'" at 05:39 vid part..... 😐😐😐
First of all, thanks alot for this videos, I don't have words! 🙏 In my case I am receiving similar error : Request connection/GetChildrenForTreeItemRequest failed with message: ER_ACCESS_DENIED_ERROR: Access denied for user 'Herrniemand'@'localhost' (using password: YES) Any insights @Boostmytool?
@@danieldanielides In his example, username = sqluser, password = password as you can see here (CREATE USER 'sqluser'@'%' IDENTIFIED WITH mysql_native_password BY 'password';). that will solve your problem in vscode while trying to make connection
I followed all the steps until at the terminal step where i have an error,this is the message from my command prompt:-> The term 'mysql' is not recognized as the name of a cmdlet, function, script file, or operable program. Check t he spelling of the name, or if a path was included, verify that the path is correct and try again.
did you execute the command from the bin folder of mysql ? if yes, please check if this folder contains an executable file called "mysql.exe". if you don't have mysql installed, you should install it as explained in this video: th-cam.com/video/hPmdx8NV_EI/w-d-xo.html
while installing, the errors i got are different from the ones you are seeing. also when I am trying to check my MySQL version on command prompt, i cant see the version. can anyone please help?
I was open the vs code to set a database and start it to connect the process of database and in connection settings ther was error like self signed certificate in certificate chain.....help me to slove this problem sir😢
hi there! I done all instructions and finally I have got the connection. But I get error when Im trying make require : Cannot read properties of undefined (reading 'undefined') Help me please!
Man, this is the second time I watch this video, several months apart, and it's the second it saves me life. THANK YOU SO MUCH!!!!!
What a steep learning curve for something that is supposed to be straight forward. Thanks for the video!!!
After searching for like 30 minutes trying to find this answer, you video saved my sanity! Thank you!
it didnt worked in mine
Are you really that beautiful
Great video, was the last piece I needed to get VSCODE talking to a database. Signed a budding developer:)
oy my gosh, thank you, thank you, thank you! i've been stuck on this for weeks now! you're walk through included every problem i ran into with vs code! i
Thank you too for your subscription to the channel
Great video & awesome explanation.
Saved me a lot of time.
Now I can enjoy SQL with the comfort of VS code
THANK YOU!!! You don't know how helpful your video was to me
Spent 4 hours and you saved me so much time.
thanks a lot it works, i browsed a bit and couldn't find the answer before i stumbled upon this great vid 👌
Tried a lot of vids for connect mysqlworkbench with IDE, none worked, this one is a life saviour
Awesome, it worked! You explained the whole thing very clearly! Thanks a lot man!
Grant privileges one not working for me
Pls help
@@biswabikashparida9691 no
Thanks a lot. You're the best! Short and concise!
THANKK YOU! This was also the last piece I needed
Man you are awesome!! thank you very much. You saved me from a lot of trouble.
Ur accent is soo good❤
Thank u so Mach one of the video all the problem solve thank you so much❤😊
Hi,
at @2:08 in the field 'Database' , you have 'myshop' , is it required to first create a database somewhere else and then use it when creating a connection ?
Thank you
I had this question too. One way to go about it is:
Run "mysql -u root -p" in cmd.
Then create a database using: CREATE DATABASE myshop;
@@will_4799 thank you so much it worked.
تحية للتوانسة متابعك الجديد من المغرب
keep up the good work
Vous êtes le bienvenu et merci pour votre inscription
@@BoostMyTool لا شكرا على واجب..اتمنى لك مسيرة موفقة
Thanks for this tutorial , your accent seems like you are Tunisian
Thanks for this video.. It worked so well for me too.. Have a nice day
I have a problem at 4:00 it says ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I am facing same problem how did you solved it?
@@PriyaVerma-zk2zx I somehow managed to reset my password but I can't remember exactly how I did it
Open task manager > go to services > search for mysql80 or something like this > right click and start the service
go sudo
or
if that doesnt work
in sudo
try mysql -u root mysql
@@PriyaVerma-zk2zx did you solved the problem
This tutorial was a life saver! Thank you!!
This video is a life saver! Thanks a ton!!!
You're welcome
You've saved my ass within a skiddle of minutes
Thanks so much
Keep up the good work man thanks so much 🙏🙏
Thanks for this video.. It worked so well for me too.. Have a nice day😊
this video was really helpfull,,,thanks broo
for those having trouble with "check the manual that corresponds to your mysql server version for the right syntax to suer near 'IDENTIFIED BY 'password' "
try this
CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON *.* to user_name@localhost IDENTIFIED BY 'password';
replace user_name with whatever your username is, and i think password is supposed to be replaced with whatever you set your password to
Very clear and detailed explanation. Thanks
Hi,
When I am setting up connections I am not getting list under connections tab in order to get connect and disconnect connection. Can you please help me in this
awesome video, straight forward and easy explanation.
Thanks very much for this. It has greatly helped me
Great Explanation! Thank you Sir.
thanks a ton!
vs code is unreal!
it can run anything!
Many thanks for clear explanations!
Thank you so much sir, it worked! your explained is so good
please i have been getting ER_BAD_DB_ERROR: Unknown database 'shop' after setting up my connection
it is showing=> connect ECONNREFUSED ::1:3306
version not showing please help its showing ; - 'mysql' is not recognized as an internal or external command operable program or batch file
Should change the directory to bin folder by the following command: cd Program Files\MySQL\MYSQL Server 8.0\bin But ofcourse go to main directory first by the command: cd\
@@tkurtalan it's showing system cannot find the path specified
There's another video in the i button.
Worked out for me
You are the best. Greetings fom 🇧🇷
Awesome man, just awesome! Thanks.
4:16 couldn't you use the Terminal that is part of VS Code instead of resorting to command prompt.
You made my day, thanks a lot
bro how ur cmd prompt shows mysql ? mine says that no such thing found
Your English is so great , where are you from
At 4:10 what is it after create user 'sqluser'
seems like 'e'
reply please as soon as🙏🙏
it is @ and you can find the entire command in the description of the video
I have to ensure something. So we must install MySQL firstly to our local system in order to successfully run it in vscode, is that true?
Yes
@@marierie101 yrr ye to kisi ne bataya hi nahi even in comments everyone is like run this command in cmd they must hv cleared pehle install kr then uska location dal.........
4:23 I stopped here...error 1524 plugin mysql native password is not loaded
please help
after i type the password it says ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded: The specified module could not be found
plss help
'mysql' is not recognized as an internal or external command,
operable program or batch file.
Would be great if someone helped me out.
@@modestasriabovas3977 Hey budy on your cmd just cd to C:\Program Files\MySQL\MySQL Server 8.0\bin
@@modestasriabovas3977 Find your mysql folder then navigate to bin and then run mysql --version
watch this video th-cam.com/video/hPmdx8NV_EI/w-d-xo.html
th-cam.com/video/hPmdx8NV_EI/w-d-xo.html&ab_channel=BoostMyTool
You are awesome!! thank you very much.
thanks friend it was a great tutorial
thank u so much as i was facing this issue
4:27 sir i can't understand that symbol... what was that.i have to write that symbol or there's something to write there instead of symbol?
it's just " **.** ", I guess
It worked! Thanks a lot
You're welcome
thanks, I thought this was the answer but using MariaDB 10.5.8 and trying to create the user using this old password format gives the error [check.... syntax to use near ' BY 'password' ' at line 1.] It seems on github that this function is depreciated. Any thoughts? I can't get connected using either VSCode or VS 2022.
Thank you so much. its really work
Can you please help me? I followed all the steps but i have an error: Error opening connection ER_BAD_DB_ERROR: Unknown database 'myshop'
same
Did you fix it?
@@shmel850 yes just create a database named myshop in mysql terminal
@@shmel850 CREATE DATABASE myshop;
My connection has been created and sql queries are executing successfully but in connections tab there are no connections can you please help me with this?
Thanks this video is helpful.
Thanks a lot for solving my problem
You're welcome
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PRIVILAGES ON *-* TO 'sqluser'@'%'' at line 1
@@samuellazar554 this also not working, facing same error
@@akhiljella5958 in the second line
GRANT ALL PRIVILEGES ON . TO 'sqluser'@'%' WITH GRANT OPTION;
the "." needs to be surrounded by ' * ' symbol, youTube uses the symbol to format text to bold " *Like this* " so it doesn't show up in reply
You need to Change ‘ into ' attention on that
@@samuellazar554 mysql> CREATE USER 'sqluser'@'%' IDENTIFIED BY 'password';
mysql> GRANT ALL PRIVILEGES ON *.* TO 'sqluser'@'%' WITH GRANT OPTION;
mysql> FLUSH PRIVILEGES;
use this
you have to add two asterisk before and after full stop (.)
4:01 - I get stuck when typing my password as it denies access.
Hey thank you! I got everything working up until trying to click the magnifying glass and see what I have inserted into my tables. I get the error "ERROR: Error while showing table records Cannot read properties of undefined (reading 'total')" source is the SQLtools extension. Nothing on the github the ticket has been open for 2 years LOL. Any thoughts? Cheers!
thanks bro nice explained
I have a macbook pro laptop, and I am having issues with running the commands in the terminal. It keeps on saying mysql: command not found. What should I do?
brew install mysql
@@Theotav I do have it installed
In my case, I'm trying to connect to a MySQL server on Azure, and it has SSL. Couldn't find any option to use my CA Certificate.
Before I do what you show as do I have to do anything ?other than downloading visual studio code?
Thank you, appreciate your help
Thank you so much my good sir
hii tanhs for this tutorial iteally helped
Thank you so much for your help
😍bil7ram tounsi inti hhhhh
I got an Error opening connection Access denied for user 'admin'@'localhost'(using password:YES)
Its Showing a stupid error and saying "Request connection/GetChildrenForTreeItemRequest failed with message: ER_BAD_DB_ERROR: Unknown database 'myshop'" at 05:39 vid part.....
😐😐😐
First of all, thanks alot for this videos, I don't have words! 🙏
In my case I am receiving similar error :
Request connection/GetChildrenForTreeItemRequest failed with message: ER_ACCESS_DENIED_ERROR: Access denied for user 'Herrniemand'@'localhost' (using password: YES)
Any insights @Boostmytool?
@@danieldanielides did your problem solved
@@marsakatlavincentprajwal289 Not yet, unfortunately.
@@danieldanielides In his example, username = sqluser, password = password as you can see here (CREATE USER 'sqluser'@'%' IDENTIFIED WITH mysql_native_password BY 'password';). that will solve your problem in vscode while trying to make connection
Simple explain that is good but i want to ask how to connect with our java program.❤
Very useful..thanks
great video. thanks for sharing
I followed all the steps until at the terminal step where i have an error,this is the message from my command prompt:->
The term 'mysql' is not recognized as the name of a cmdlet, function, script file, or operable program. Check t
he spelling of the name, or if a path was included, verify that the path is correct and try again.
did you execute the command from the bin folder of mysql ? if yes, please check if this folder contains an executable file called "mysql.exe". if you don't have mysql installed, you should install it as explained in this video: th-cam.com/video/hPmdx8NV_EI/w-d-xo.html
Did you tried it , with a huge database remotely ?It is terribly slow there...
When typing grant all privileges command...its saying that no database selected
while installing, the errors i got are different from the ones you are seeing. also when I am trying to check my MySQL version on command prompt, i cant see the version. can anyone please help?
same problem
'sqltools.getChildrenForTreeItem' failed. error is coming. this is coming when I am creating connection by clicking edit in vs code 5:35
Create a database(mysql) from terminal/command prompt before trying to connect from vs code.
@@stephengeorge5362 Can you elaborate a bit more? I am receiving the same message. Thanks in advance.
Sir still i am getting access denied error for user in vs code
I was open the vs code to set a database and start it to connect the process of database and in connection settings ther was error like self signed certificate in certificate chain.....help me to slove this problem sir😢
Excellent Video.
Not sure if I’m the only one but it’s not letting me run it on my Mac. When I try opening run.bat it takes me back to visual studio code…
How and Where did you create the password?
Hello can we make a html css php and mysql app only with vs code? Without use xamp or other same thing?
Referenced libraries under Java project is not visible . Please help me with this 🙏
hi there! I done all instructions and finally I have got the connection. But I get error when Im trying make require : Cannot read properties of undefined (reading 'undefined')
Help me please!
when i run sql files in vscode terminal mysql> source schema.sql; it give this error
ERROR:
Failed to open file 'schema.sql', error: 2
Please help me
Bro "mysql --version" Doesn't work
yes same here
but do I have to first create a username and password named "admin"?
bro how can i connect mt4 account into my website . so whatever i will trade it will show me as performance or graph in my website dashboard
Why dont I have the button for execution the sql code ?
Firstmy sql connection not showing ^ arrow and in command prompt is not recognize as internal or external command
when going to CMD, i get the error 'mysql' is not recognized as an internal or external command, operable program or batch file. any fixes?
see this: th-cam.com/video/hPmdx8NV_EI/w-d-xo.html
Can this will be connect with Ubuntu server database??
do we have to create a new username and password for every db connection?