Hi!
Sorry i assume, that is a stupid question, but i doesnt know what to do next. I try to login with the use of adminer to my sqlite database. But the program/script ask me for username and password.
The sqlite3 database has no username, no password. How i can get access?
cu Frank
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Adminer requires a password for SQLite database for security reasons. It's not a SQLite's password, it's Adminer's. You can specify this password in the login method of Adminer customization. You can also use the login-sqliteplugin which allows logging to SQLite without a password.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Sorry i assume, that is a stupid question, but i doesnt know what to do next. I try to login with the use of adminer to my sqlite database. But the program/script ask me for username and password.
The sqlite3 database has no username, no password. How i can get access?
The documentation for adminer and SQLite is pretty scarce. I also have the issue you ask about, and posted this comment.
Have you managed to get it working?
Adminer requires a password for SQLite database for security reasons. It's not a SQLite's password, it's Adminer's. You can specify this password in the
loginmethod of Adminer customization. You can also use the login-sqlite plugin which allows logging to SQLite without a password.