mysql.dart
mysql.dart copied to clipboard
MySQL client for Dart written in Dart
Hi zim, Im using this package in localhost no problem but i need connect remote database i have this error,remote databe is phpmyadmin host and port are true but i...
` await MySQLConnection.createConnection( host: '127.0.0.1', port: 3306, userName: 'root', password: 'root', databaseName: 'coba_dart_mysql', secure: false, ); ` hi, thank you for making this excellent package, i just wanna ask, for...
Hi. Thanks for your library. Sometime I got **SocketException** and even if its wrapped in try catch the error will be thrown and can not be handled, this makes not...
I have a store procedure which call some complex functions or other store procedure inside it. but unfortunately, it cannot be execute using this package.
Perhaps I have overlooked something - forgive me if I have. I have tried the transaction block. Even if I throw an exception within it, the transaction is not rolled...
How do I use an if statement in dart to check whether if there is no data within the results? Please help thank you very much.
``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Unexpected extension byte (at offset 0) #0 MySQLConnection.execute. (package:mysql_client_plus/src/mysql_client/connection.dart:642:47) connection.dart:642 #1 MySQLConnection._processCommandResponse (package:mysql_client_plus/src/mysql_client/connection.dart:445:23) connection.dart:445 #2 MySQLConnection._processSocketData (package:mysql_client_plus/src/mysql_client/connection.dart:279:7) connection.dart:279 #3 MySQLConnection.connect. (package:mysql_client_plus/src/mysql_client/connection.dart:127:9) connection.dart:127 #4 _RootZone.runUnaryGuarded (dart:async/zone.dart:1594:10)...