Prefix | All MySQL tables are now prefixed with 'pg__'. This happens automatically. If you already have tables created they are renamed. If you have no tables all newly created tables are prefixed.
Improvement | The database logic has been revised to accommodate the above change.