How to connect NodeJS Project with MySQL Workbench

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I'm brazilian and couldn't find a video that helped me with that in a easy way. Thanks a lot!

nathaliadagort
Автор

this was excellent. Really enjoyed the bare bones breakdown, exactly what I needed as a mySQL workbench refresher! thank you so much!

richardish
Автор

You dont know how much I searched for this video. Great work🎉😊 Keep it up ❤

netharachamodya
Автор

Great tutorial. All the basics and nothing extra!

JackLohmar
Автор

Fantastic video very useful saves a lot of time

BhosleVedant
Автор

helpful brother... keep going.. we are getting many issues .. make videos on all topics..

ContentMaker_
Автор

10:34 getting error
TypeError: connection.connect is not a function

InInferno
Автор

Great Video ! Thank you for making this

guitarlover
Автор

Abhi bhi nahi ho Raha please again make a video

sachinbattlefield
Автор

Thank you ! good video.... I learned a lot

juanmanuelarteaga
Автор

thanks to you. It's very useful tutorial.

KimHans-unqu
Автор

So I already had set up a connection long back and written few queries. i had a backup of the database schema as well. But now I recently had a system reset. So when I reinstalled workbench, created a connection, imported the schema, it isn't working anymore. It's not connecting to the db. I'm pretty sure I've double checked the connection line of code. Since it doesn't even require the port, idk what's the issue here. Any help would be great thanks

sharanshetty
Автор

someone might be receiving an error protocol authentication, type this in SQL work bench., and then restart., ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Current-Root-Password';
FLUSH PRIVILEGES;

gautamgoel
visit shbcf.ru