With my recent conversion to Linux one of the first things I missed was a familiar DB client.
I’d been working with Toad on Windows for quite a bit now and had grown rather used to the interface. I needed a similar replacement on Linux. A search for “Toad + Linux” threw up a lot of TOra.
TOra has all the same features as Toad with very similar interface, including schema browser, syntax highlighting and support for common databases.
Trouble is, by default TOra comes packaged with only the PostgreSQL “Connection Provider” .
So if you want to get it to work with MySQL the following Qt dependencies need to be installed as well:
sudo apt-get install tora libqt3-mt-odbc libqt3-mt-mysql
As a Newbie, I am always searching online for articles that can help me. Thank you