Help Center> Relational Database Service> User Guide (Ankara Region)> FAQs> Database Connection> How Can I Obtain the IP Addreenabled SQL auditss of an Application?
Updated on 2024-04-11 GMT+08:00

How Can I Obtain the IP Addreenabled SQL auditss of an Application?

Scenario

EIPs obtained through tools are inaccurate. Therefore, applications still cannot be connected to RDS DB instances even though you have added IP addresses to a whitelist. This section describes how to obtain a local IP address.

Procedure

  1. Add IP addresses or IP address ranges that are allowed to access DB instances to the RDS whitelist.
  2. Use the MySQL client to connect to an RDS for MySQL DB instance.

    mysql -h host_name -P port -u username -p

    Enter the password of the database account if the following information is prompted:

    Enter password:

    For example, if you run the following command as user root to connect to a DB instance:

    mysql -h 172.16.0.31 -P 3306 -u root -p

    Enter password:

  3. Query process information.

    show processlist

    Figure 1 shows the query result. The outbound IP address is the host IP address in the "show processlist" row of the Info field.

    Figure 1 IP query result

  4. View historical connection sources in audit logs if you have enabled SQL audit.

    If this function is disabled, historical records cannot be viewed.