how to change databse default stroage in adminer?
- Keeehi
- Member | 36
When you create new table and you select some engine option, adminer saves
this option to cookie adminer_engine and if you then create another table, the
engine is preselected and therefore all other tables created with adminer UI
will be created with this engine. As long as the cookie stays in your
browser.
Obviously, it works only in your browser and if you use UI to create the table.
If you use SQL query without specified engine, adminer won't help you. You would
have to change the default storage option if mysql config as
@DavidMatějka sent.