Connect to Aiven for MySQL® with DataGrip
Use DataGrip to connect to your Aiven for MySQL® service.
Prerequisites
- Access to the Aiven Console
- At least one running Aiven for MySQL service
- DataGrip installed on your machine
Get JDBC URI from Aiven Console
-
Log in to Aiven Console and go to your organization > project > Aiven for MySQL service.
-
On the service Overview page, click Quick connect.
-
In the Connect window:
- Choose to connect with Java using the Connect with dropdown menu.
- Copy the generated JDBC URI.
- Click Done.
Connect to JDBC URI from DataGrip
- Open DataGrip on your machine, and select File > New > Data Source > MySQL from the top navigation menu.
- In the Data Sources and Drivers window > General tab, paste the URI copied from the Aiven Console.
- Click OK to create and save the connection.
The connection to your Aiven for MySQL service has been established and is visible in DataGrip > Database Explorer.
Related pages
- Connect to Aiven for MySQL for more tools you can use for connecting to your service
- DataGrip
- DataGrip download