Hello, I'm discovering Postgres 9.6 on new Debian Stretch plaform. Installed Adminer version is 4.3.1 (with an SQLite3 enhancement). I'm also having the same connection issue as original poster. May I ask the following questions: When Adminer and Postgres are installed on the same box, how does Adminer connect to Postgres database ? Using "local Unix socket" or "local IPv4 connection" ? Unix socket is configured on my box pg_hba.conf file with: local all all peer Local IPv4 connection is configured...
Are you talking about Adminer's web app login/password or about an SQLite3 login/password ? Can you elaborate why this exactly prevents you from using Adminer ?
Hello, Is there anything to be added in aconfig file to allow remote access to an Adminer instance configured as above ? I'm asking because I have two installed instances of Adminer: one on my laptop, one on a server. Both machines host SQLite3 databases. I can access to a local database on my laptop through Adminer either typing localhost or IP value (eg: http://localhost/adminer or http://198.168.1.15/adminer) in my browser address bar. When I type my server IP or hostname (eg: http://myserver/adminer...
Hello, Using above file, I could positively connect to an SQLite3 database file on a stretch platform. Thank you very much for that !! Allow me to sumarize for others, my setup (I needed root access to set links within /var/www/html directory but this step is most probably not mandatory): create a HackAdminer in my home directory within this HackAdminer, have 2 files: one being adminer-4.3.1.php (from above download link), the other being adminersqlite.php as diaplayed 4 messages above. add a missing...
Hello, May I re-phrase my latest question as I unfortunately, could not follow SystemRevolution's "First, download the latest version and rename it to adminer.php" advice. Which file am I exactly supposed to download and rename as adminer.php (Please, appologize if this seems obvious to most but for me). Best regards
Hello, Thank you very much for replying. Today, I'm back from a business trip and I tried the above procedure. To test it, I created a debian Stretch VM, then: A- added sid repo with echo 'deb http://ftp.fr.debian.org/debian/ sid main' > /etc/apt/sources.list.d/sid.list; apt-get update; B- downloaded adminer .deb (cd /tmp/; apt-get download adminer; mv /etc/sources.list.d/sid.list /etc/sources.list.d/sid.list.disabled; apt-get update; C- installed adminer with dpkg -i adminer_4.3.1-1_all.deb; apt-get...
Hello, As a Debian's Stretch user, I've recently discovered Adminer 4.2.5 and this SQLite issue. Could one please detail what is exactly implied with above "specify this password in the login method of Adminer customization" ? Which file(s) am I supposed to overcome this ? Thanks in advance PS: Thanks for all those that contributed to Adminer as I find it very convenient to use.