Migrating Kodi to MariaDB, with locked-down permissions and no import/export
Instructions for migrating Kodi from SQLite to MySQL/MariaDB, without giving root database permissions or needing import/export of media.
more ...Instructions for migrating Kodi from SQLite to MySQL/MariaDB, without giving root database permissions or needing import/export of media.
more ...Jess Robinson’s
SQL-Translator CPAN
module translates and parses SQL statements. The
SQLfairy project has some nice
binaries that, among other things, use GraphViz or GD to draw pseudo-ER
diagrams from SQL CREATE statements. Drawing a diagram of an SQL schema
is as easy as
sqlt-diagram --db=MySQL …