sqlite3-to-mysql icon indicating copy to clipboard operation
sqlite3-to-mysql copied to clipboard

Transfer data from SQLite to MySQL

Results 14 sqlite3-to-mysql issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I migrated the sqlite file data to mysql8, I encountered an error that resulted in only a portion of the data being migrated, but the error...

question
need more info

`Mysql Version:- 8.0` Error: ``` mysql.connector.errors.DatabaseError: 3780 (HY000): Referencing column 'user_activity_id' and referenced column 'id' in foreign key constraint 'common_app_notification_FK_0_0' are incompatible. ```

question
need more info

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.0.2 to 8.1.3. Release notes Sourced from sphinx's releases. Sphinx 8.1.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html Bugs fixed #13013: Restore support for cut_lines() with no object type. Patch by Adam...

dependencies
python

## Description This adds a `--mysql-socket` option to the CLI which passes a `unix_socket` parameter to the MySQL Connector, which lets you connect using a Unix socket instead of a...

enhancement