mysql1_dart
mysql1_dart copied to clipboard
Unhandled Exception: SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = localhost, port = 3306
when I use it on mac with the flutter.
var settings = new ConnectionSettings(
host: 'localhost',
port: 3306,
user: 'xxxx',
password: 'xxx',
db: 'xxxx');
var conn = await MySqlConnection.connect(settings);
it gets the error.
search some one: I have solve it as follow: ok, worked by editing the following file:
Runner/DebugProfile.entitlements