Advanced Node-RED & MySQL tips and techniques

  Рет қаралды 48,797

Opto Video

Opto Video

Күн бұрын

Пікірлер: 40
@utsmanjunath
@utsmanjunath 3 жыл бұрын
One of the best video i saw for Node-red Mysql combination !
@Opto22
@Opto22 3 жыл бұрын
Thank you so much Manjunath!!
@agler_
@agler_ 2 жыл бұрын
isn't concatenating the SQL statements like this susceptible to SQL injection attacks?
@FidelAlexanderHernándezG
@FidelAlexanderHernándezG 10 ай бұрын
Brother.... this is enlightening. You're a boss. Thank you for sharing this!
@asifsiddique6646
@asifsiddique6646 3 жыл бұрын
can you please give the link of the previous video. Couldn't find it
@wick_bourne
@wick_bourne Жыл бұрын
Yes, i was also going to ask same thing
@Opto22
@Opto22 Жыл бұрын
here is the link to the Intro to MySQL Node-RED Nodes video: kzbin.info/www/bejne/oXrcnYmlbcurj7s
@wick_bourne
@wick_bourne Жыл бұрын
@@Opto22 heyy, its uploaded just 40 minute ago. That's cheating. Fun aside, you are the Only one i can count on for node-red. Best of 🍀
@Opto22
@Opto22 Жыл бұрын
@@wick_bourne Sorry about that Shubham, Somehow this video didn't get posted on our KZbin Channel. For more free Node-RED videos please check out our free training site: training.opto22.com/ Also, be sure to join the community at: forums.opto22.com/ And our developer community at: developer.opto22.com/ And find more videos at: www.opto22.com/support/videos
@printsmartiot
@printsmartiot Жыл бұрын
hi thanks for u sharing this information . can u please explan how to set "and" "or" "not" in node-red with 2 input .
@krisnalingga
@krisnalingga 2 жыл бұрын
How to make select date & time & download button on dashboard? I want to download data in mysql, from node red dashboard.
@balajovidiu9699
@balajovidiu9699 2 жыл бұрын
Hi there. Thanks for the video and information. Do you have a video where you create multiple instances of node-red for multiple projects on same server at once? :)
@Opto22
@Opto22 Жыл бұрын
kzbin.info/www/bejne/oXrcnYmlbcurj7s
@kevinargudin2318
@kevinargudin2318 2 жыл бұрын
Hi, Thanks for the video. I was wondering if you had an opinion on data validation? By that in this example for the price parameter should we use a more comprehensive function within your convert to string OR is it better to catch the fail on conversion to a float? In either case we would need to notify the user that there is a problem with what they entered. We could either wait until they save (use this event to check) or once they leave the price entry field, but I'm not quite sure how to get that correct.
@هبةمهديصالحالموسوي
@هبةمهديصالحالموسوي 2 жыл бұрын
Great video . i need help please can you help me how to do data classification for diagnosis of patients using red nod ?
@Kiyura24
@Kiyura24 Жыл бұрын
Hi, that is very useful. I have a problem with my project, how to insert data in multiple table in 1 database using function in node-red?
@Opto22
@Opto22 Жыл бұрын
Thanks for watching! The first possibility that comes to mind would be to the function `node.send()` to return multiple objects; one for each table, for example. nodered.org documentation has more info on how that function can be used.
@damianvalle5634
@damianvalle5634 3 жыл бұрын
Thank you for sharing this videos, they are very useful!
@Opto22
@Opto22 3 жыл бұрын
You're very welcome!
@virtumind
@virtumind 2 жыл бұрын
previous video link ?
@Opto22
@Opto22 2 жыл бұрын
Here you go: kzbin.info/www/bejne/mYCbgqOvitN4rck
@aznableredking2656
@aznableredking2656 2 жыл бұрын
amazing video this video help me a lot to build my project thank you the instructor very much
@Opto22
@Opto22 2 жыл бұрын
Great to hear!
@nikitamane-se3tx
@nikitamane-se3tx Жыл бұрын
how to ues php code in node red and fatch mysql database
@groovheads
@groovheads Жыл бұрын
I'm not sure PHP would be the best tool to use here. Javascript would be the much better way to work in Node-RED with MySQL. Most MySQL actions can be done in Node-RED with no extra outside code required.
@nikitamane-se3tx
@nikitamane-se3tx Жыл бұрын
please help me , i need Dynamically add led_ui node in node red dashboard
@nikitamane-se3tx
@nikitamane-se3tx Жыл бұрын
@@groovheads give a javascript code please
@granxavi
@granxavi 5 ай бұрын
It allows injection attacks, be careful. I am searching ways to disable injection attacks but I don't find any with sql and node-red. If someone knows how, please tell me.
@faisalsaddique3323
@faisalsaddique3323 2 жыл бұрын
Thank you so much!
@Opto22
@Opto22 2 жыл бұрын
No worries!
@roquiamuzaffari4213
@roquiamuzaffari4213 2 жыл бұрын
Sir i am unable to insert my data to mysql database.. Plz make a video to do insert into mysql.. I have seen your video its awesome.. Plz help me.. Thanks in advance..
@ardianbara2534
@ardianbara2534 Жыл бұрын
So easy bro 😊
@tasosstr5774
@tasosstr5774 3 жыл бұрын
The audio are ok something wrong are in your speakers. Very good job 👌👍 well done ✅ keep the good job !!!
@Opto22
@Opto22 3 жыл бұрын
Ok, thank you
@xbbast
@xbbast 3 жыл бұрын
No sound :(
@Opto22
@Opto22 3 жыл бұрын
There is definitely sound - try refreshing the page or adjusting your audio settings. Thanks for watching!
@xbbast
@xbbast 3 жыл бұрын
@@Opto22 Yes indeed. Now I have sound. This is odd...
@Opto22
@Opto22 3 жыл бұрын
Phew! Glad to hear it. Thanks for watching!!
@wick_bourne
@wick_bourne Жыл бұрын
can you please give the link of the previous video. Couldn't find it
@Opto22
@Opto22 Жыл бұрын
Here is the link to the Intro to the MySQL Node-RED Node video: kzbin.info/www/bejne/oXrcnYmlbcurj7s
How to create a data table in Node RED Dashboard
20:02
Opto Video
Рет қаралды 68 М.
Intro to JSON for Node-RED
12:58
Opto Video
Рет қаралды 55 М.
Raspberry Pi IoT Server Tutorial: InfluxDB, MQTT, Grafana, Node-RED & Docker
12:32
Learn Embedded Systems
Рет қаралды 242 М.
Writing My Own Database From Scratch
42:00
Tony Saro
Рет қаралды 261 М.
7 Database Design Mistakes to Avoid (With Solutions)
11:29
Database Star
Рет қаралды 91 М.
Intro to Node-RED: Part 1 Fundamentals
9:47
Opto Video
Рет қаралды 678 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 219 М.
Quickly Get OpenWeatherMap API Data with Node-RED
17:38
Opto Video
Рет қаралды 20 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34