ConnectionString multiple servers error (bug?) (no replies)
Well, I'll give this a shot here, although it doesn't seem to be a very active forum... Trying a connection string with multiple servers for a replicated environment doesn't work. I get the error...
View ArticleUnable to connect to any of the specified MySQL hosts [EntityException: The...
Hi, i am facing this problem after uploading in server. Everything is working fine in local. Please help me on this topic
View ArticleNeed Assistance Trying to CREATE a table in VB.Net (1 reply)
Hi, I am using this little bit of code and trying to create a MySQL table: Dim MySqlConn As New MySqlConnection( _ "data source=localhost; database=********; user id=root; password=********") Dim...
View ArticleTimeout expired. The timeout period elapsed prior to completion of the...
I am trying to connect to MySQL database from a SSIS package. I am using .NET provider for MySQL Data provider connection type to connect to MySQL. I have been facing the timeout issue error. Issue:...
View ArticleConnector/Net will not install. Problem with WebProvider (no replies)
I have seen numerous cases of similar problems but I've never seen a solution. I deleted all MySQL components then, using the installer, re-installed everything which all went fine except...
View ArticleMySQL .Net connector extremely slow on one ISP (3 replies)
I have a Windows Forms .Net 4.0 application which connects to a MySQL 5.5 Server on a dedicated Windows server at our web hosting company (WebAfrica). I am using MySQL Connector 6.8.3. Everything was...
View ArticleConnection pooling not working (no replies)
I have a Windows Forms app targeting .NET framework 4.0, which connects to a MySQL Server 5.5.9 database running on Windows Web Server 2008 R2. I'm using the MySQL .NET Connector 6.8.3 for the data...
View ArticleMySQL Connector/NET - how to hash password / use "salt" in "server greeting"...
Hello, I am hereby writing you as a .NET application I am currently authoring is unable to connect to MySQL server with various unicode passwords, namely the "§" character. Yet, I am able to connect...
View ArticleHelp Needed to Unravel a Query Response (3 replies)
Hi, I am very new to this stuff and would greatly appreciate some help unraveling the response to this query in VB.Net or C#: "SELECT table_schema , SUM( data_length + index_length) / 1024 / 1024 "...
View ArticleProblem with running MySQL Connector simple applicaton on MONO (4 replies)
Hello, I have Ubuntu Linux with MONO installed (MONO JIT compiler version 3.2.8 Debian 3.2.8+dfsg-4ubuntu1), and I have installed the MySQL connector 6.8.3.0. I have followed all installation...
View ArticleCan't update model from database (1 reply)
Hello, My environment consists of the following: Connector .NET 6.8.3 Packages installed from Nuget for EF 6.0.2 & the latest MySql.ConnectorNET.Entity packages Server 5.6.20 (basically everything...
View ArticleCant update from 6.5.4 to Connector/NET 6.8.3 (1 reply)
Im using the MySQL Installer and update feature. It gives me this log: 1: 1: Action 11:46:44: INSTALL. 1: 1: MySQL Connector Net 6.8.3 2: {38157422-F952-42F7-88AA-CC16A63CD109} 1: Action 11:46:44:...
View Articlequestion about open and close of MySqlConnection (no replies)
hi i'd like to ask a question. MySqlConnection connection = newMySqlConnection(stringConnection); MySqlCommand cmd = connection.CreateCommand(); connection.Open(); and i have a try catch. accoding to...
View ArticleConnector NET will not update. Data Provider is rolling back. (Included log...
Scenario: I deleted all MySQL components manually. Then I re-installed everything with the installer - everything got installed except Connector/Net 6.8.3. It seems like I still have an older version...
View ArticleCannot add Model from Database using EF6 (no replies)
X Your project references the latest version of Entity Framework; however, an Entity Framework database provider compatible with this version could not be found for your data connection. … I have read...
View ArticleMySQL Connector/NET 6.9.3 GA has been released (no replies)
Dear MySQL users, MySQL Connector/Net 6.9.3 is the first GA release for the 6.9.x series of the .NET driver for MySQL. It can be used for production environments. It is appropriate for use with MySQL...
View Article.Net Connector Problem (no replies)
I am trying to make a dataset using Dataset Designer in VS.NET 2013. I have installed "MySql Connector/Net 5.9.3" and "MySql For Visual Studio 1.2.3". I am trying to call stored procedures. When using...
View Articlemysql-connector-net-6.9.3 bug. (no replies)
In the middle of "ExecuteScalar()" function of MySql.Data.MySqlClient.MySqlCommand in MySql.Data.command.cs source file, You can see : 1 #if !CF && !RT 2 // give our interceptors a shot at it...
View ArticleFK indentifier is too long (1 reply)
Hi, I am running EF6.1.1 and MySQL connect 6.9.3 when running update-database for a code first project I get the following error. Is there a way to force identifiers to be shorter? A setting? Any...
View ArticleQuery Takes approx 82 seconds in Workbench and 3 minute 30 seconds in program...
I'm using connector/net to run a query that basically counts the number of records and groups them by month. On MySQL Workbench it takes between 80 and 90 seconds to execute. I copy pasted the...
View Article