June 1, 2022 at 5:10 PM
I never found a good way to deal with SQL dumps (like from mysql or where ever) because the really big ones were to slow to load or query (if they ever loaded in the first place).
The simplest choice seems to be this utility:
https://github.com/dumblob/mysql2sqlite
It converts the mysql dumps to SQLite and I just use the sqlitebrowser to view the data or do queries. The conversion takes a while but afterwards I can view in a graphical browser the tables.
Converting to CSV never works right
Loading into a MySQL or other database takes too long
viewing it in an editor (like vi or nano) doesn't work and can look terrible onscreen
Does anyone have anything better? Or is this the bees knees?
The simplest choice seems to be this utility:
https://github.com/dumblob/mysql2sqlite
It converts the mysql dumps to SQLite and I just use the sqlitebrowser to view the data or do queries. The conversion takes a while but afterwards I can view in a graphical browser the tables.
Converting to CSV never works right
Loading into a MySQL or other database takes too long
viewing it in an editor (like vi or nano) doesn't work and can look terrible onscreen
Does anyone have anything better? Or is this the bees knees?
Dark & Unclean

