FAQ
Let's get some help!
Let's get some help!
On the details page of your instance, the IP address and your instance’s port are shown:
It is possible to connect to your instance from any application using the IP address and port shown in the Endpoint section and the login/password of any valid database user. This can be managed from the “users” tab.
$DATABASE_NAME
to be used is rdb
.You can access your Scaleway Database for MySQL instance with the following command:
mysql -h $IP --port $PORT -p -u $USERNAME
You will be prompted to enter your password to log in.