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

facing the error that my ip is not allowed to connect with mysql server how can i resolve this? #134

Open
DhruvAkshay opened this issue Jun 6, 2022 · 1 comment

Comments

@DhruvAkshay
Copy link

/flutter (27836): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Error 1130 (ost '): 192.168.43.144' is not allowed to connect to this MySQL server
E/flutter (27836): #0 Handler.checkResponse (package:mysql1/src/handlers/handler.dart:77:7)
E/flutter (27836): #1 HandshakeHandler.processResponse (package:mysql1/src/auth/handshake_handler.dart:129:5)
E/flutter (27836): #2 ReqRespConnection._handleData (package:mysql1/src/single_connection.dart:349:32)
E/flutter (27836): #3 ReqRespConnection._handleHeader (package:mysql1/src/single_connection.dart:318:13)
E/flutter (27836):
E/flutter (27836): #4 ReqRespConnection._readPacket (package:mysql1/src/single_connection.dart:303:7)
E/flutter (27836):
E/flutter (27836):

@DhruvAkshay DhruvAkshay changed the title facing the error that my ip is not allowed to connect with server how can i resolve this error ? facing the error that my ip is not allowed to connect with mysql server how can i resolve this? Jun 6, 2022
@safwanyp
Copy link

safwanyp commented Jul 3, 2022

I had received this error when working on a personal project and it was caused when the app wasn't able to connect to the internet.

Have you added internet permissions in your XML file? Can your emulator access the internet? Let me know if this helped

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