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

Transfer data from MySQL to SQLite

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

I wanted to connect to mysqld via a UNIX socket rather than IP, so I added an option. Hope this looks ok.

I'm neither a python nor SQL person. Having said that I find it a bit weird that currently the script is creating a real table for all the views and...

enhancement

``` temp_log="$(mktemp /tmp/xbackup.XXXXXX)" exec 2>>"$temp_log" docker exec nextclouddb /bin/bash -c "mysql2sqlite -V -f /var/lib/mysql/backub.db -d mariadb -u user --mysql-password 12345 docker exec freshrssdb /bin/bash -c "mysql2sqlite -V -f /var/lib/mysql/backub.db -d...

question
need more info

# Pull Request: Add MySQL SSL Options ## Description This pull request adds support for MySQL SSL options (`--mysql-ssl-cert`, `--mysql-ssl-key`, `--mysql-ssl-ca`), that allow users to specify the paths to SSL...

enhancement