I have covered MySQL in a number of ways so far. You can read how to administer your MySQL database with MySQL Workbench (see my article “Complete database administration package MySQL Workbench“), MySQL Administrator (see my article “Creating a database with MySQL Administrator“), MySQL Navigator (see my article “Manage you MySQL databases with an easy [...]
- Author: Jack Wallen
- Comments: 10
Complete database administration package MySQL Workbench
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: 11
Creating a database with MySQL Administrator
My last article illustrated how to manage your MySQL databases with a simple (albeit outdated) GUI MySQL Navigator (see my article “Manage your MySQL databases with an easy to use GUI“). Although that tool is outdated, it does still work for basic functionality. But there are better tools for managing your MySQL databases. One of [...]
- 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 [...]
