In the Wiki I find the instructions to migrate from Liveconfig using SQLite to using MySQL. I experience a problem in the third step:
ZitatSchritt 3: Import der Daten
Importieren Sie nun die in Schritt 1 exportierten Daten in MySQL:
$ mysql -u liveconfig -p -h localhost LIVECONFIG < /root/dump.sql
Enter password: ************
I get the error ERROR at line 91: Unknown command '\\'. Line 91 is a very long line beginning with
SQL
INSERT INTO APPTEXTS (AT_ID, AT_REV, AT_APPID, AT_LANG, AT_TITLE, AT_DESC_SHORT, AT_DESC_LONG, AT_VENDOR_URL) VALUES
and it continues with all the values on the same line. 91. Likely the script lcdbdump needs some correction to avoid long long lines?