I still have MySQL installed so copied the app, changed database URL, deleted all files under the applications databases directory, created empty db, let app create empty tables by running it once to login screen. I then did the all data from tables at once export from PostgreSQL (db.export_to_csv_file()) and imported the data to MySQL using db.import_from_csv_file().
Happy to say it all just worked. Ron