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

Cannot Connect On Heltec ESP32 LoRa v3 #229

Open
JakeBiggs opened this issue May 5, 2024 · 1 comment
Open

Cannot Connect On Heltec ESP32 LoRa v3 #229

JakeBiggs opened this issue May 5, 2024 · 1 comment

Comments

@JakeBiggs
Copy link

I'm running a MySQL 8.2.4 DB on a Myphpadmin mariaDB server v10.4.28.

I have set up my bind address to 0.0.0.0, i have created a user with hostname %, i have set the right port and turned off all firewalls.

When testing on a python SQL client on another machine, it works fine, but when using the same credentials on my ESP32, it gets stuck on conn.connect(). The server log states "Aborted connection to db: "unconnected" user: "unauthenticated" host: "192.168.1.82" (This connection closed normally without authentication)

I'm not sure if it's the ESP32 that's causing issues, or the mixmatch of MariaDB and MySQL components, but it doesn't seem to work.

@ChuckBell
Copy link
Owner

Hi. I will need to see your code for connecting to diagnose, but please be aware that this connector is not guaranteed to work with non-Oracle releases of MySQL.

The biggest issues are around the mysql_native password plugin. See the wiki for details and troubleshooting tips.

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