Search found 1 match

by grellclaus
Sat Mar 02, 2024 1:25 pm
Forum: ESP32 Arduino
Topic: ESP32 connect to mysql database
Replies: 7
Views: 28218

Re: ESP32 connect to mysql database

Hi asifuz

So my code didn't working?
It don't even connect to the database? Why???

Did you find a soulution? I'm having the same problem.

if (conn.connect(server_addr, 3306, user, password)) {
delay(1000);
}

The terminal just keep saying "...trying..."

Claus