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.

What's the difference between MySQLdb, mysqlclient and MySQL connector/Python?

So I've been trying to do some database update with python and while setting up the whole dev environment, I …

python mysql database mysql-python mysql-connector
How to use python 3.5.1 with a MySQL database

I have been trying to use MySQL in a Python project I've been working on. I downloaded the connector: mysql-connector-python-2.1.3…

python mysql-connector
Connect to mysql 5.0 database using pure vbscript?

I've tried the below script but I am getting an error: dim cn, rs set cn = CreateObject("ADODB.Connection") set …

mysql vbscript odbc mysql-connector
Can't Create Entity Data Model - using MySql and EF6

I'm trying to add an edmx Entity model to my C#/Web Project in Visual Studio 2013. My problem is that …

mysql entity-framework visual-studio-2013 mysql-connector ado.net-entity-data-model
Cannot uninstall MySQL Connector/Net 6.3 or higher

I cannot install MySQL Connector/Net due MS Web Platform because of that error. MSI (s) (E4:D8) [12:15:40:237]: Doing action: …

.net windows uninstallation mysql-connector
How can I transfer data between 2 MySQL databases?

I want to do that using a code and not using a tool like "MySQL Migration Toolkit". The easiest way …

mysql database data-migration mysql-connector
Django: how to install mysql/connector python with pip3

I am working on projects based on Django 1.7 and Python 3.4. However, I had problems installing MySQL/Connector Python with pip3. …

mysql-python mysql-connector
Create Spark Dataframe from SQL Query

I'm sure this is a simple SQLContext question, but I can't find any answer in the Spark docs or Stackoverflow …

mysql sql scala apache-spark mysql-connector
Getting MySQL record count with C#

I would like to know how can I get record count of a query with C#. Here is the code …

c# mysql mysql-connector
How to avoid "There is already an open DataReader associated with this Connection which must be closed first." in MySql/net connector?

I have this following piece of code: public TimestampedRowStorage GetTimestampedRowStorage(string startTime, string endTime, long trendSettingID, int? period) { var timestampedList = (…

c# linq-to-sql asp.net-mvc-3 mysql-connector