Skip to main content

Log in with the MySQL Connector

You can use Awesome Table Connectors to export data from MySQL to Google Sheets by logging in with the MySQL connector.

Prerequisites
  1. In the Awesome Table add-on Home screen, click Create new request.


    The list of available connectors is displayed.
  2. Open the MySQL connector.

    The MySQL connector is listed in the Databases category of the add-on
  3. On the Connect to MySQL screen, enter the following credentials:

    MySQL credentials are entered into their respective fields, which are: Host, Port (Optional), Database name, Username, and Password.
  4. (Optional) If your database is protected by network security, you must add Awesome Table's static IP address (34.133.53.19) to your whitelist.

    1. Connect to your MySQL server using the client of your choice.
    2. Log in as a user with administrative privileges.
    3. Run the following command to grant access to Awesome Table's IP address:
      GRANT ALL PRIVILEGES ON example_db.* TO 'user_name'@'34.133.53.19' IDENTIFIED BY 'password';
      Where:
      • "example_db" is the name of the database you want to grant access to
      • "user_name" is the name of the user you want to grant access to
      • "password" is a secure password for the user
    4. Flush the privileges to ensure that the changes take effect immediately:
      FLUSH PRIVILIGES
  5. Click Test & Save.

You are now logged in with the MySQL connector. The Select data drop-down shows the data you can export to Google Sheets.
The list of options to export from MySQL connector
What’s next
You can now use Awesome Table Connectors to export data from MySQL to Google Sheets.