Top "Mysql-connector" questions

MySQL provides standards-based drivers for JDBC, ODBC, and .NET enabling developers to build database applications in their language of choice.

.NET MySQL Connector Conflicting DbProviderFactories

I'm using the .NET MySQL Connector with Entity Framework 4, and everything worked great but I wanted to package the MySQL …

c# .net mysql mysql-connector
C# with MySQL through Connector/NET

I'm developing CMS application in C#(4.0 Framework) which connects to MySQL database (5.0.95) on remote server by MySQL Connector (6.5.4). I have …

c# mysql mysql-connector
SSL Exception on Java: Path does not chain with any of the trust anchors

I am trying to establish a SSL connection with my MySQL database in Java using MySQL Connector/J (version 5.1.45) and …

java amazon-web-services ssl amazon-rds mysql-connector
MySQL C++ Connector: undefined reference to `get_driver_instance'

I've been trying to get the MySQL connector working I've installed both the connector and the mysql client library but …

c++ mysql makefile mysql-connector
Add List<int> to a mysql parameter

I have this question about the MySqlParameter from the .NET connector. I have this query: SELECT * FROM table WHERE id …

c# .net mysql mysql-connector mysql-parameter
How do I setup ASP.NET MVC 2 with MySQL?

Is it possible to setup ASP.NET MVC 2 to work with a MySQL database?

mysql asp.net-mvc asp.net-membership mysql-connector
adding more fields to registration form using membership on MySql and MVC 3

i started a site based on asp.net MVC 3 and MySql i got the membership to work with the MySQL .…

asp.net asp.net-mvc asp.net-mvc-3 asp.net-membership mysql-connector
com.mysql.jdbc.Driver not found on classpath while starting spark sql and thrift server

I am receiving the following errors on starting the spark-sql shell. But when I start the shell using the command …

mysql apache-spark hive apache-spark-sql mysql-connector
Python MySQL Connector executing second sql statement within cursor loop?

The following logic works with the mysqldb module (see python mysqldb multiple cursors for one connection), but I am getting …

python mysql mysql-python mysql-connector
How to connect to mysql using mysql connector via C# without actually installing the connector

We have a dot net 2.0 based C# product which uses Mysql as the data storage. When we install the mysql …

c# mysql database-connection mysql-connector