I want to get data from h2 database which my server is using. After some googling, I found that DbVisualiser may help to read data from an h2 database .mv file but could not find a way to install it on the server.
1 Answer
Download it from the official DbVisualizer website and install it :
wget
sudo dpkg -i dbvis_linux_9_2_13.debThe current version is 9.2.13.
4