Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After 2/20 conn.connector hangs on "....trying" #222

Open
IdeaKing opened this issue Feb 23, 2024 · 2 comments
Open

After 2/20 conn.connector hangs on "....trying" #222

IdeaKing opened this issue Feb 23, 2024 · 2 comments

Comments

@IdeaKing
Copy link

Hi, I have been using the following pieces of code:

  // Connect to MySQL
  if (conn.connect(server_addr, 3306, user, pass, db)) {
    delay(1000);
  } else {
    Serial.println("Connection failed.");
  }

The code was working fine until 2 days ago, now the ESP32 hangs on "....trying" and is unable to connect to the MySQL server. Any help would be greatly appreciated!

@ChuckBell
Copy link
Owner

ChuckBell commented Feb 23, 2024 via email

@ChuckBell
Copy link
Owner

ChuckBell commented Feb 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants