News

MySQL is a common database amongst many organizations. As such, when building an automation script that needs to query data from somewhere, you might run into the need to query a MySQL database. By ...
We used a commercial product MySQL Manager 2 from EMS to design the database and generate our queries. The tool offers a nice visual query builder that can then display the query’s text.
The phpMyAdmin interface to MySQL provides a GUI for interactively working with your databases, querying them using a comand-line-like interface, and modifying MySQL’s settings.
As a MySQL developer, you should be at least dimly aware that MySQL supports several database formats. Find out what each is good for and how you use them.
Get up to speed on MySQL basics with this step-by-step tutorial on how to create a database, add a table, and input data into the table.