Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you ready above, you can set its JDBC URL as following


Code Block
languagebash
jdbc:mysql://<hostname or IP address>[:<port>]/<database>

Note that you cannot put "localhost", because Google Data Studio server needs to connect to your MySQL server remotely for getting necessary data - meaning it should be public IP address.

If everything above is ready, let us start connection by MySQL Connector.


...