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.

Python - MySQL Connector error in Mac OSX 10.10

import mysql.connector config = { 'user' : 'root', 'passwd' : ' ', 'host' : 'localhost', 'raise_on_warnings' : True, 'use_pure' : False, } cnx = mysql.…

mysql macos python-3.x mysql-connector mysql-connector-python
Are there "official" Javadocs available for MySQL JDBC Connector?

Are there javadocs available for MySQL JDBC connector? If so, where can I find them? Googling around, I've come across …

documentation javadoc mysql-connector
ASP.NET 5 / MVC 6 with MySQL database

I have plans to build an MVC 6 website which will be hosted on Linux, and I am currently in the …

mysql mysql-connector asp.net-core entity-framework-core
Laravel 5.4 gives Wrong COM_STMT_PREPARE response size

I'm working on a website and it worked fine the past month, suddenly yesterday it crashed and says Wrong COM_…

mysql laravel mariadb laravel-5.4 mysql-connector
Reference: MySql Connector/Net Authentication to host using method 'mysql_native_password' failed

I tried to figure out for a long time, what the following error message was about and why I could …

mysql mysql-connector connector-net
inserting data using mysql Connector in python

i've faced an wired problem that's when i'am about to insert data into my database it's not inserting and not …

python mysql insert mysql-connector
what is a mysql buffered cursor w.r.t python mysql connector

Can someone please give an example to understand this? After executing a query, a MySQLCursorBuffered cursor fetches the entire result …

mysql python-3.x mysql-connector mysql-connector-python
Excel VBA connect to MySQL - architecture mismatch error

I am trying to connect to MySQL from my local machine located on a server using VBA. Initially I was …

mysql excel mysql-connector mysql-connect vba
mysql.connector, multi=True, sql variable assignment not working

SQL code (all in one file that is eventually saved in the python variable "query"): select @dtmax:=DATE_FORMAT(max(…

python-2.7 mysql-connector
can't install mysqlclient on mac os x mojave

I'm trying to install mysqlclient on mac os x mojave: sudo pip3 install mysqlclient I get the following error: clang …

python macos mysql-python mysql-connector macos-mojave