Easily Switch Between Product Types
You can click the drop-down list box to switch between different product types.
- What's New
- Function Overview
- Service Overview
- Billing
-
Getting Started
- Step 1: Set Up for RDS
- Step 2: Buy a DB Instance
- Step 3: Connect to a DB Instance
- Example: Buy and Connect to an RDS for MariaDB Instance
- Getting Started with RDS for MariaDB Common Practices
-
User Guide
- Using IAM to Grant Access to RDS for MariaDB
- Buying an RDS for MariaDB Instance
- Instance Connection
- Database Usage
- Instance Management
-
Instance Modifications
- Upgrading a Minor Version
- Changing a DB Instance Name
- Changing a DB Instance Description
- Changing the Replication Mode
- Changing the Failover Priority
- Enabling or Disabling Event Scheduler
- Changing a DB Instance Class
- Scaling Up Storage Space
- Configuring Storage Autoscaling
- Manually Switching Between Primary and Standby DB Instances
- Changing the Maintenance Window
- Data Backups
- Data Restorations
- Read Replicas
-
Problem Diagnosis and SQL Analysis
- Function Overview
- Performance Monitoring
- Problem Diagnosis
- SQL Analysis
-
Common Performance Problems
- What Is the Maximum Number of IOPS Supported by RDS?
- How Do I Improve the Query Speed of My RDS Database?
- Identifying Why CPU Usage of RDS for MariaDB Instances Is High and Providing Solutions
- RDS for MariaDB Memory Usage Too High
- What Should I Do If an RDS DB Instance Is Abnormal Due to Full Storage Space?
- Troubleshooting Slow SQL Issues for RDS for MariaDB Instances
- Security and Encryption
-
Parameters
- Modifying Parameters of an RDS for MariaDB Instance
-
Managing Parameter Templates
- Creating a Parameter Template
- Applying a Parameter Template
- Replicating a Parameter Template
- Resetting a Parameter Template
- Comparing Parameter Templates
- Exporting a Parameter Template
- Importing a Parameter Template
- Viewing Parameter Change History
- Viewing Application Records of a Parameter Template
- Modifying a Parameter Template Description
- Deleting a Parameter Template
- Log Management
- Metrics and Alarms
- Interconnection with CTS
- Task Center
- RDS for MariaDB Tags
- RDS for MariaDB Quotas
-
FAQs
-
Product Consulting
- What Should I Pay Attention to When Using RDS for MariaDB?
- Will My RDS for MariaDB Instances Be Affected by Other Users' Instances?
- Will Different RDS for MariaDB Instances Share CPU and Memory Resources?
- How Long Does It Take to Create an RDS for MariaDB Instance?
- What Can I Do About Slow Responses of Websites When They Use RDS for MariaDB?
- Can Multiple ECSs Connect to the Same RDS for MariaDB Instance?
- What Is the Availability of RDS for MariaDB Instances?
- Does RDS for MariaDB Support Cross-AZ High Availability?
- Is RDS for MariaDB Compatible with RDS for MySQL?
- Can I Use an Encrypted Password to Log In to an RDS for MariaDB Instance?
- What Are the Differences Between Floating and Private IP Addresses of RDS for MariaDB Instances?
- What Can I Do If I Can't Find My RDS for MariaDB Resources?
- Resource Freezing, Release, Stopping, Deletion, and Unsubscription
- Resource and Disk Management
-
Database Connection
- What Do I Do If There Are Too Many Database Connections?
- What Should I Do If an ECS Cannot Connect to an RDS for MariaDB Instance over a Private Network?
- What Should I Do If My RDS for MariaDB Instance Fails to Be Connected Due to Database Client Problems?
- What Should I Do If an RDS for MariaDB Database Problem Causes a Connection Failure?
- Do Applications Need to Support Automatic Reconnections to RDS for MariaDB Instances?
- Why Can't I Ping My EIP After It Is Bound to an RDS for MariaDB Instance?
- Can I Access an RDS for MariaDB Instance over an Intranet Connection Across Regions?
- Why Did the New Password Not Take Effect After I Reset the Administrator Password of My RDS for MariaDB Instance?
- Can I Access RDS for MariaDB Standby Instances?
- Will My Access Be Restricted by Bandwidth When I Connect to My RDS for MariaDB Instance from an ECS over a Private Network?
- Database Migration
-
Database Permissions
- Why Does the Root User of My RDS for MariaDB Instance Not Have the Super Permissions?
- What Are the Differences Between RDS ManageAccess and DAS Permissions?
- How Do I View Authorized Databases After a Local Client Is Connected to an RDS for MariaDB Instance?
- Can Multiple Users Log In to an RDS for MariaDB Instance Through DAS at the Same Time? Will the Accounts Be Locked If I Enter Wrong Passwords Several Times in a Row?
- Database Storage
-
Database Usage
- How Do I Use DAS to Query SQL Statements?
- How Do I View Session IDs and Login and Logout Time of an RDS for MariaDB Database?
- What Should I Do If Garbled Characters Are Displayed After SQL Query Results Are Exported to an Excel File for My RDS for MariaDB Instance?
- Does the OPTIMIZE TABLE Operation Lock Tables on an RDS for MariaDB Instance?
-
Backup and Restoration
- How Do I View My Backup Space Usage?
- How Is RDS for MariaDB Backup Data Billed?
- Why Has Automated Backup of My RDS for MariaDB Instance Failed?
- Why Is Data Lost or Deleted from My RDS for MariaDB Instance?
- How Long Does RDS for MariaDB Store Backup Data?
- How Do I Clear RDS for MariaDB Backup Space?
- Can My RDS for MariaDB Instance Still Be Used in the Backup Window?
- How Can I Back Up an RDS for MariaDB Database to an ECS?
- Can I Dump RDS for MariaDB Backups to My OBS Bucket?
- Read Replicas and Read/Write Splitting
- Database Monitoring
- Capacity Expansion and Specification Change
- Database Parameter Modification
-
Network Security
- How Can Secure Data Transmission Be Ensured When I Access an RDS for MariaDB Instance Through an EIP?
- How Can I Prevent Untrusted Source IP Addresses from Accessing RDS for MariaDB?
- How Do I Import the SSL Certificate of an RDS for MariaDB Instance to a Windows or Linux Server?
- What Are the Possible Causes for Data Corruption of an RDS for MariaDB Instance?
- After My RDS for MariaDB Instance Is Deleted, Why Can't the Associated Security Group Be Deleted Immediately?
- Version Upgrade
- Developer-Related APIs and SDKs for RDS
-
Product Consulting
- General Reference
Copied.
What Are the Differences Between Floating and Private IP Addresses of RDS for MariaDB Instances?
Definitions of the Floating IP Address and Private IP Address
After an RDS for MariaDB instance is created, the system assigns the instance a floating IP address, which is used by external systems to connect to the instance over a private network.
The system also assigns a private IP address to each database node for internal network communication (two private IP addresses for a primary/standby instance, one for a single-node instance, and one for a read replica). Private IP addresses cannot be accessed by external systems.
For more information, see What Are the Differences Between EIPs, Private IP Addresses, and Virtual IP Addresses?
Querying the Floating and Private IP Addresses of an RDS for MariaDB Instance
- Floating IP address
On the RDS console, click the name of a DB instance to go to the Overview page. In the navigation pane on the left, choose Connectivity & Security to check the floating IP address of the instance.
Figure 1 Floating IP address - Private IP address
Log in to the management console and choose Networking > Virtual Private Cloud. In the navigation pane on the left, choose Network Interfaces to check the private IP addresses of the RDS instance.
Figure 2 Checking the private IP addresses
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot