If your database server has remote access blocked to avoid external attacks, like mine, you can access the database using desktop clients. You need to use phpMyAdmin on the server to manage it. But there’s a workaround to connect to a remote database: using ssh tunnel! Steps to connect to the database using ssh: 1 […]