Use this (download within browser) https://www.adminer.org/latest.php (full version) or https://www.adminer.org/latest-en.php (english only)
Fist, download the latest version and rename it to adminer.php, then create a new file named adminersqlite.php (or another .php if you want), then put the following code into it <?php function adminer_object(){ class AdminerSoftware extends Adminer{ function login($login, $password){ if($login!='thisUser') return false; if($password!='$ECR€7') return false; return true; } } return new AdminerSoftware; } require('adminer.php'); Then login using thisUser as user and $ECR€7 as password. !!! IMPORTAN...
Thnx.
SQLite error