mysqlclient icon indicating copy to clipboard operation
mysqlclient copied to clipboard

MySQL database connector for Python (with Python 3 support)

Results 33 mysqlclient issues
Sort by recently updated
recently updated
newest added

### Read this first We don't use this issue tracker to help users. If you had trouble, please ask it on some user community. See [here](https://github.com/PyMySQL/mysqlclient-python#support). Please use this tracker...

At the moment mysql-client have following defined: ``` #if ((MYSQL_VERSION_ID >= 50555 && MYSQL_VERSION_ID = 50636 && MYSQL_VERSION_ID = 50711 && MYSQL_VERSION_ID = 80000)) && \ !defined(MARIADB_BASE_VERSION) && !defined(MARIADB_VERSION_ID) #define...

In https://github.com/PyMySQL/mysqlclient/commit/684dcbf0657f18c1ba12fe21732323c890ff20ab and https://github.com/PyMySQL/mysqlclient/commit/dac24e7b05b83eb1511e25e3cd8f8c20b7fbe112 it looks like Python 3.6 support has been dropped. This change updates `python_requires` to match so tools like `pip` know not to install the next version...

Hi, thanks for putting all the work into the module! I had to do some quick inserts to mysql and I could not find a very good sample on the...

According to https://mariadb.com/kb/en/mysql_optionsv/ MariaDB supports TLS enforcing in its own way. So the idea behind this PR is to keep the same interface for MariaDB based clients, but behind the...

On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. There are other type of warnings as well...

### Describe the bug mysqlclient is raising OperationalError instead of IntegrityError for all constraint violations, such as not null, unique, foreign key, and check. This is a bug because it...

right parameter name defined is "password" and "database",but method defined said "passwd" and "db"