If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Printing from MySQL WorkBench database software from Oracle
MySQL and MySQL Workbench are both tools used in database development and management. While MySQL is a relational database management system (RDBMS) used for storing and managing structured data, MySQL Workbench is a graphical user interface (GUI) tool used for creating, managing, and visualizing databases.
If you need to print results or reports from these benchmarks, you would typically export the data to a file format (like CSV or JSON) and then use a separate application to handle the printing. This could be done using standard print drivers supported by your operating system or specific applications like Excel or a text editor.
Comment