[Newbie] Im getting an error "Fatal Error Encountered During Command...
Hello im getting an error and i dont know why. it says "Empty File path is not Legel " Right after that "Fatal Encountered During Command Execution." Here is my code along with its image conversion....
View ArticleEF dbcontext scaffold (no replies)
Following the steps outlined in docs to scaffold an existing MySQL database, I keep getting an Argument Null Exception with the parameter named language. I have the screen output -- basically, a mini...
View ArticleNot support value conversions in EF Core 2.1 (no replies)
EF Core 2.1 is still in preview, so I realize support will lag for new features. I am interested in knowing if the MySQL .NET connector will support value conversions new in EF Core 2.1 in the near...
View ArticleProblems with SSL Config at MySQL and PowerBI (no replies)
Hi! I'm trying to visualize my mysql database data on powerBI. I can't do it since for PowerBI to work, SSLMode has to be set to Required. Since by default is set to preferd I'm trying to change it's...
View ArticleMySQL 8.0: Connector/NET (no replies)
MySQL Connector/NET 8.0 - https://insidemysql.com/introducing-connector-net-with-full-support-for-mysql-8-0/ DevAPI: - https://insidemysql.com/mysql-8-0-welcome-to-the-devapi/
View ArticleConnector 8.0 - Stored Procedure Error in MySqlDataReader (no replies)
Not sure if this is proper forums, I have issue with MySql.Data.MySqlClient .Net Core Class Library v8.0.11. Using visual studio 2017 nuget package manager I have an environment with a fresh install...
View ArticleIssue when Adding a new Data Source in VS2015 (no replies)
Hello, I have reinstalled windows, installed VS2015 Enterprise, MySQL Server 8.0.11, .NET Connector 8.0.11 and MySQL for Visual Studio 1.2.8. When I try to Add a Database to my project (which...
View ArticleDrop constraint instead of drop foreign key (no replies)
Hi! I have a .net core 2.0 application with the mysql I try the beta the MySql.Data.EntityFrameworkCore -Version 6.10.2-beta the 8.0.11, the 6.10.7 but in the scripts to update the database for delete...
View ArticleUpgrade to 8 Causes Runtime Error (no replies)
I have updated my connector from 6.5 to 8, and now when connecting using VB.NET I get the error "The host mysql.domain.com does not support SSL connections". Any ideas? Dim sConn As String =...
View ArticlemySQL can't connect to windows 10 Pc's (no replies)
HELLO. I did a project with VisualStudio2013 it worked fine with other windows OS such as windows 7. But my client's pc is Windows 10 Single Language. I installed the mySQL server...
View Articlethe mysql connector net 6.4.4 package did not load correctly (no replies)
I am new to MySql. I am running Windows 10, Visual Studio 2012 and 2017. I have installed MySql using "mysql-installer-web-community-8.0.11.0.exe". I have tried to make sure I have the latest version...
View ArticleError using MySql connector with Xamarin (no replies)
Hi, I am trying to use MySql plugin in Xamarin project. I have added the pliugin to all my PCL projects and the used: sql_connection = new MySqlConnection("Server=mysql.mydomain.com; Database=mydb;...
View ArticleCalling stored procedure MySQL 8.0.11 from C#. ERROR Table mysql.proc doesn´t...
Hello, i have windows 10 x64, with MySQL SERVER 8.0.11 I´m calling from visual studio 2017 C# a stored procedured, but always get the error: Table 'mysql.proc' doesn´t exist. This table is not...
View ArticleMy old data use latin1 to store utf8 text, now i use the connector with C#...
My old data use latin1 to store utf8 Arabic text, now I use the connector with C# can't read the text i've tried to set char in connection to utf8 but it still not reading text in Arabic, Please advise
View ArticleDetecting Changes in table in order to detect when any changes (no replies)
Receive Notifications when a table record changes between an asp.net web application and an instance of mysql like SQLDependency in SQL Server. thanks in advance
View Articlecan't uninstall the connector (no replies)
I installed mysql and then because I forgot my password had to uninstall it. But my connector failed to uninstall and now when I am trying to reinstall mysql, it shows an error. How do I fix it?
View ArticleIOException in EF6 connection close (no replies)
I have a C# application that is reading and writing data to a MySQL instance hosted in Azure (5.7.21). It is running on a machine with .NET Framework 4.7 on it. The application is using Entity...
View ArticleHost 'XXXXXX-xxx' is not allowed to connect to this MySQL server (no replies)
Hello, Writing C# I always get the error "Host 'STATION1-W10' is not allowed to connect to this MySQL server". I use QNAP NAS MySql->myphpadmin. When establishing the connection and testing it, it...
View ArticleMySQL Connector/NET 8.0.12 has been released (no replies)
https://insidemysql.com/mysql-connector-net-8-0-12-has-been-released/
View ArticleUse two different MySQL.Data.Dll version in one solution (not in one project)...
Hi, a solution I'm working on need some references to a third party package. They use MySQL.Data.dll version 6.9.8, while I made my solution based on the 8.x version. Their software doesn't work with...
View Article