Recently I covered the MySQL GUI tool MySQL Administrator (see the article “Create a database with MySQL Administrator“). However, this tool was just given the official EOL (End of Life) announcement by the MySQL dev team. Although this is sad news for a tool that had recently become my standard for working with databases, this [...]
- Author: Jack Wallen
- Comments: 2
Create and manage databases in Linux with Glom
If you’ve ever had to work with a database in Linux you most likely are aware of three or four tools that can handle the task: MySQL, PostgreSQL, PhpMyAdmin, and OpenOffice Base. These are all outstanding applications, but the first two are complex command-line only tools, the third requires a web server, and the last [...]
