C# App Access denied (no replies)
Hi, I have a strange behavior in C# with mariadb. Short description of my problem: My C#-Application can not connect to mariadb database on LINUX: Authentication to host 'xxx.xxx.xxx.83' for user...
View Article+380-9542-31375@in USA buy pmp celpip cissp exam (no replies)
+380-9542-31375@in USA buy pmp celpip cissp exam
View Articlepossibility of publishing mysql connector code on git (1 reply)
Any planning to publish .net connector code on Git? I have put a post couple of days back but no response https://forums.mysql.com/read.php?38,686597,686597#msg-686597 Nowadays most codebase are...
View ArticleMySql.Data Asynchronous Operations (no replies)
Hello, I was looking at the latest branch 8.0 Source Code to check to see if MySql.Data still wrapped synchronous operations with asynchronous wrappers. I see that is still the case. Is there any plan...
View Article.Add vs .AddWithValue using MySql.Data.MySqlClient in ADO.net (no replies)
I use the .Add method consistently to add parameters to the ParametersCollection. Recently, it was pointed out to me that .AddWithValue is preferred in MySql. MySQL actively advocate and promote its...
View ArticleSytax error (no replies)
## Hello, I got an error on line 11 when I run this: import mysql.connector try: conn = mysql.connector.connect\ (host='localhost', database='newbase', user='root', password='pwwwwwww#') #Creating a...
View ArticleEF 6 GroupBy NullReferenceException (no replies)
After migration from MSSQL to the MySql I faced this issue with some queries. For example query with GroupBy statement caused NRE: var finalActivities = from examActivity in...
View ArticleMySQL Connector/NET provider for Entity Framework Core 3.1 (no replies)
MySQL Connector/NET provider for Entity Framework Core 3.1 https://insidemysql.com/mysql-connector-net-provider-for-entity-framework-core-3-1/
View ArticleConvert database sql to mysql (1 reply)
I want convert database sql server 2014 to mysql of wordpress. Hellp me.
View ArticleDesktop Application my sql entityframework (1 reply)
how to connect mysql with entiryframework with database first approach and in desktop application. it gives error something like 'Table 'indiaerm_NewPrime.indiaerm_PrimeStockData.UserMaster' doesn't...
View ArticleMySQL Connector/NET 8.0.23 has been released (no replies)
https://insidemysql.com/mysql-connector-net-8-0-23/
View ArticleMySQL .net core memory usage (2 replies)
Hi there , I seem to having an issue with the .net 5 .net connctor for MySQL. Memory usage is growing in an exponential fashion. Operating system and version - Windows Server 2019 (Both the client...
View ArticleMS Build warnings from MySQL.Data dll with Win10 (Community...
I'm sorry to be a hassle out there but I posted a message in September outlining an issue I had using MySQL Community with Connector .NET 8.0.21 and VB.NET, issue being that I was seeing tons of...
View ArticleHow to use DbFunctions with MySql.Data.Entity (no replies)
I have migrated from SQL Server to MySQL recently, I used DbFunctions class to execute some functions such as truncate time from datetime field while I was using SQL Server but it seems that MySQL...
View ArticleMySQL Entity Framework Core packages for the Connector/NET Provider at NuGet...
https://insidemysql.com/mysql-connector-net-provider-for-entity-framework-core-renamed/
View ArticleMySql SSH With Login from C# (no replies)
I created a login for my program via mysql, connect to mysql using my ssh server. I created the user and granted them permission to enter, but it seems to me that it is unable to contact any of the...
View ArticleCould not find type mapping for column 'xxxx' with data type 'timestamp'....
Hi. How to solve a problem? Scaffold-DbContext "server=127.0.0.1;database=db2;user=root;password=pasword;Allow Zero Datetime=true;Convert Zero Datetime=true" MySql.EntityFrameworkCore -Context...
View ArticleConnector/NET 8.0.24 (no replies)
Is there any word on a release date for 8.0.24? Users are literally stuck in limbo right now because the MySql.Data.EntityFrameworkCore packages that have been working have been deprecated and the...
View Articledeprecated version issue (no replies)
The existing MySql.Data.EntityFrameworkCore packages has been marked as deprecated , however the replacement does not support EF core 3.X on .NET Standard 2. It requires .NET Standard 2.1. We work...
View ArticleMySQL Connector/Net: SSH Tunneling (no replies)
https://insidemysql.com/ssh-tunneling-in-connector-net/
View Article