Skip to content

Commit

Permalink
✨ add MySQL 8.4 and MariaDB 11.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Jul 28, 2024
1 parent 08c006f commit beb5bf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ mysql2sqlite --help
```
Usage: mysql2sqlite [OPTIONS]
mysql2sqlite version 2.1.12 Copyright (c) 2019-2024 Klemen Tusar
Options:
-f, --sqlite-file PATH SQLite3 database file [required]
-d, --mysql-database TEXT MySQL database name [required]
Expand Down Expand Up @@ -64,6 +62,9 @@ Options:
-W, --without-data Do not transfer table data, DDL only.
-h, --mysql-host TEXT MySQL host. Defaults to localhost.
-P, --mysql-port INTEGER MySQL port. Defaults to 3306.
--mysql-charset TEXT MySQL database and table character set
[default: utf8mb4]
--mysql-collation TEXT MySQL database and table collation
-S, --skip-ssl Disable MySQL connection encryption.
-c, --chunk INTEGER Chunk reading/writing SQL records
-l, --log-file PATH Log file
Expand Down
2 changes: 2 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Connection Options

- ``-h, --mysql-host TEXT``: MySQL host. Defaults to localhost.
- ``-P, --mysql-port INTEGER``: MySQL port. Defaults to 3306.
- ``--mysql-charset TEXT``: MySQL database and table character set. The default is utf8mb4.
- ``--mysql-collation TEXT``: MySQL database and table collation
- ``-S, --skip-ssl``: Disable MySQL connection encryption.

Other Options
Expand Down

0 comments on commit beb5bf7

Please sign in to comment.