docs
udb-mysql
Quick Start
Login access

Login Access

After the creation of the MySQL cloud database instance is completed, you can log in to the MySQL cloud database through phpMyAdmin, or connect to the cloud database through IP and port.

Login via phpMyAdmin

On the UDB-MySQL management page in the console, select the MySQL database instance you need to log in, and click on Login in the operation item:

Redirect to the phpMyAdmin login page:

Enter the username and password set when creating the instance, you can connect and log in.

Connect via IP Port

Log into the cloud host UHost and visit through MySQL Client. Enter the following command line:

mysql -h$IP -P$Port -u$User -p$Password

$IP specifies the internal IP address of the MySQL instance.

$Port specifies the port of the MySQL instance.

$User specifies the administrator name of the MySQL instance.

$Password specifies the administrator password of the MySQL instance.

MySQL instances only support internal network login through cloud hosts.

  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved