I installed adminer to check my database content but i can’t login, it doesnt even show an error. Or is there any better way to do this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
What I could suggest is rather than using Adminer, instead, you could use an SQL client like Workbench. You can install it on your laptop and use it to access and manage your databases.
You can follow the steps from this tutorial here on how to do that:
https://www.digitalocean.com/community/tutorials/how-to-connect-to-a-mysql-server-remotely-with-mysql-workbench
Hope that this helps. Regards, Bobby