Re: How to use adminer?

2019-09-04 Thread Alexandre Rossi
Hi,

> I installed adminer in debian 10 by sudo apt install adminer.
> Now I am unsure how to use it on web browser. Note I installed LAMP and
> already run a local setup for Wordpress.

If your LAMP webroot is /var/www/html do, one way is to do the following.

$ ln -s /usr/share/adminer/adminer /var/www/html

and you should find adminer at http://server.example.com/adminer

Alex



How to use adminer?

2019-09-04 Thread Bapi Dey
I installed adminer in debian 10 by sudo apt install adminer.
Now I am unsure how to use it on web browser. Note I installed LAMP and
already run a local setup for Wordpress.