https://bugs.kde.org/show_bug.cgi?id=377662
--- Comment #15 from Jarosław Staniek <stan...@kde.org> --- Good. It's SQlite. .kexi files are SQLite3 files. To create a MySQL file: - start Kexi - Kexi->New command, select 'Blank' - Click the Server button - Click Add.. - If you have a local MySQL server running, keep the default options, just in the Authentication box enter username and password (you can save password if you want) - recommended: click 'Test Connection'; does it work for you? - Click Add, dialog closes - Click Next (on the right-top) - You may be asked to enter password if it was not saved; click Next - Connecting happens now - Enter Project caption; database name will be created based on that - Click Create. Now you should have an empty project fully stored on the server. You can create tables/queries/etc. there. -- You are receiving this mail because: You are watching all bug changes.