Help & Documentation>TencentDB for MariaDB

Account Login

Last updated: 2024-05-16 14:44:41

How do I create an account in TencentDB for MariaDB?

For detailed instructions, please refer to Managing Accounts.

How do I access a TencentDB for MariaDB instance over the private network?

Use a CVM instance in Tencent Cloud with network connectivity to the MariaDB instance to access the private network address of the MariaDB database. For more information, see Accessing Over Private Network.

How do I access a TencentDB for MariaDB instance over the public network?

Install a database client on a Windows or Linux host in the public network to access the public network address of TencentDB for MariaDB. For more information, see Accessing Over Public Network.

What should I do if I forgot my TencentDB for MariaDB instance login password?

You can reset the password by navigating to the MariaDB Console, going to the Account Management page in the instance management section, and selecting More > Reset Password in the Operation column.

Can I set the permission of a TencentDB for MariaDB account on a specified field in a specified table to read-only?

No. The minimum granularity of TencentDB for MariaDB permission settings is table rather than field. This is completely the same as in MySQL.

In the read-only account scheme for read/write separation of TencentDB for MariaDB, do I need to make special settings in my program?

Configuration is required. Set up access to the read replica from the desired location using a read-only account.

After read/write separation is enabled for TencentDB for MariaDB, my read-only account does not have the permission to use functions, so it cannot invoke custom functions or procedures. How do I change this?

A read-only account does not have the permission to run procedures or custom functions. This cannot be changed.