VOOZH about

URL: https://www.cdata.com/kb/tech/mysql-odbc-openoffice-base.rst

⇱ How to Easily Query MySQL Data in OpenOffice Base


How to Easily Query MySQL Data in OpenOffice Base

πŸ‘ Mohsin Turki
Mohsin Turki
Technical Marketing Engineer
Connect to MySQL data in OpenOffice Base using the CData ODBC Driver for MySQL and generate reports with live data insights.

Apache OpenOffice Base is a versatile, free database tool that makes connecting and managing data easy. With CData ODBC Driver for MySQL, you can seamlessly integrate and query live MySQL data, bringing real-time insights directly into OpenOffice.

This guide simplifies the setup, showing you how to connect MySQL to OpenOffice Base so you can easily generate reports, analyze trends, and make informed decisions right within your familiar workspace.

Overview

Here is an overview of the steps:

  1. CONFIGURE: Configure the DSN for MySQL data in the CData ODBC Driver for MySQL, using the required connection properties.
  2. CONNECT: Set up the ODBC connection in OpenOffice Base using the configured DSN.
  3. IMPORT: Once connected, review the available metadata and tables.
  4. CREATE: Create a report based on the queried MySQL data data.

Configure the MySQL DSN Using the CData ODBC Driver for MySQL

To start, configure the DSN (Data Source Name) for MySQL data in your system using the CData ODBC Driver for MySQL. Download and install a 30-day free trial with all the features from here.

Once installed, launch the ODBC Data Source Administrator:

  • On Windows: Search for ODBC Data Source Administrator in the Start menu and open the application.
  • On Mac: Open Applications, go to Utilities, and select ODBC Manager.
  • On Linux: Use the command line to launch ODBC Data Source Administrator or use unixODBC if installed.
πŸ‘ ODBC Data Source Administrator

Once launched, double-click on the CData MySQL data Source and enter the required values to establish a connection:

The CData Provider supports connecting to on-premises and cloud-hosted versions of MySQL such as Amazon RDS for MySQL, Google Cloud SQL for MySQL, Azure Database for MySQL, or Oracle MySQL HeatWave. The Server and Port properties must be set to a MySQL server. If IntegratedSecurity is set to false, then User and Password must be set to valid user credentials. Optionally, Database can be set to connect to a specific database. If not set, tables from all databases will be returned.

SSH Connectivity for MySQL

You can use SSH (Secure Shell) to authenticate with MySQL, whether the instance is hosted on-premises or in supported cloud environments. SSH authentication ensures that access is encrypted (as compared to direct network connections).

SSH Connections to MySQL in Password Auth Mode

To connect to MySQL via SSH in Password Auth mode, set the following connection properties:

  • User: MySQL User name
  • Password: MySQL Password
  • Database: MySQL database name
  • Server: MySQL Server name
  • Port: MySQL port number like 3306
  • UserSSH: "true"
  • SSHAuthMode: "Password"
  • SSHPort: SSH Port number
  • SSHServer: SSH Server name
  • SSHUser: SSH User name
  • SSHPassword: SSH Password

SSH Connections to MySQL in Public Key Auth Mode

To connect to MySQL via SSH in Password Auth mode, set the following connection properties:

  • User: MySQL User name
  • Password: MySQL Password
  • Database: MySQL database name
  • Server: MySQL Server name
  • Port: MySQL port number like 3306
  • UserSSH: "true"
  • SSHAuthMode: "Public_Key"
  • SSHPort: SSH Port number
  • SSHServer: SSH Server name
  • SSHUser: SSH User name
  • SSHClientCret: the path for the public key certificate file
πŸ‘ Configuring a DSN (Salesforce is shown)

Setup an ODBC Connection in OpenOffice Base

Once you've set up the DSN, it's time to connect to it in OpenOffice Base and start querying data:

Your connection is now established β€” ready to query and analyze data seamlessly within OpenOffice Base.


Review the Metadata and Tables

After the database file is created and the connection is established, the table list will automatically display all available MySQL data objects.

  • Review the MySQL data Object List: In the left pane, click on Tables to view the MySQL data objects now available within OpenOffice Base.
  • View Object Data: Click on any object to view its contents. The MySQL data data will display directly within OpenOffice Base, allowing you to review records and fields with ease.
πŸ‘ Apache OpenOffice Base Metadata (Salesforce data is shown)

That's it! You have now successfully established a connection to MySQL data in OpenOffice Base, with data readily available for analysis and reporting.


Create a Report

Now, let's generate a report based on your MySQL data data.

Your report is now created, drawing live data directly from MySQL data, and ready for analysis.


Try CData Free for 30 Days

Experience the power of live MySQL data data at your fingertips and seamlessly integrate it into OpenOffice Base. Start your free trial today!

Ready to get started?

Download a free trial of the MySQL ODBC Driver to get started:

 Download Now

Learn more:

πŸ‘ MySQL Icon
MySQL ODBC Driver

The MySQL ODBC Driver is a powerful tool that allows you to connect with live MySQL data, directly from any applications that support ODBC connectivity.

Access MySQL databases from virtually anywhere through a standard ODBC Driver interface.