Prerequisites
Connect OVHcloud to VexiData
Get your connection details
- Log in to the OVHcloud Control Panel
- Navigate to Web Cloud > Web Cloud Databases in the left sidebar
- Select your database server
- On the General Information tab, find the hostname and port in the connection information section
- Go to the Users and Rights tab to find your username
- Go to the Databases tab to find your database name
| Parameter | Example |
|---|---|
| Host | aaXXXXX-XXX.eu.clouddb.ovh.net |
| Port | 35XXX (custom per instance) |
| Database | Your database name |
| Username | Your database username |
| Password | Your database password |
OVHcloud assigns a custom port to each database instance — it won’t be the standard
3306. Make sure you copy the exact port from the General Information tab.Authorize VexiData's IP addresses
OVHcloud blocks all external connections by default. You must add VexiData’s IP addresses to the allowlist.
- In your database server settings, go to the Authorised IPs tab
- Click Add an IP address/mask
- Add each of VexiData’s IPs:
| IP address/mask |
|---|
139.59.53.167/32 |
165.22.217.42/32 |
- Save the changes
IP authorization is mandatory. Your connection will fail without this step.
Add the connection in VexiData
- Go to Data Sources in VexiData
- Click MySQL or MariaDB depending on your database engine
- Fill in the details:
| Field | Value |
|---|---|
| Display Name | A name to identify this connection (e.g., “OVHcloud Production”) |
| Host | Your OVHcloud hostname (e.g., aaXXXXX-XXX.eu.clouddb.ovh.net) |
| Port | Your custom port (e.g., 35XXX) |
| Database | Your database name |
| Username | Your database username |
| Password | Your database password |
Troubleshooting
Connection timed out
Connection timed out
- Verify VexiData’s IPs (
139.59.53.167/32and165.22.217.42/32) are listed in the Authorised IPs tab. Without this, all external connections are blocked - Make sure you’re using the custom port from the General Information tab, not the standard
3306 - Check that your database server is running in the OVHcloud Control Panel
Authentication failed
Authentication failed
- Verify your username and password. You can reset the password from the Users and Rights tab via the options menu
- Make sure the user has access to the specific database you’re connecting to
No tables visible after connecting
No tables visible after connecting
- Check that your database user has
SELECTpermissions on the tables - Verify you entered the correct database name from the Databases tab