连接云数据库实例

文章描述连接云数据库实例的方法

通过云服务器连接SSH和主机名

使用下列步骤使用安全shell和主机名通过云服务器连接

  1. 登录到云控制板.

  2. 顶部导航栏点击华体会联盟hth选择产品>机载云.

  3. 选择数据库> MySQL.

  4. 点击想连接实例的名称

  5. 复制主机名字符串

  6. 从终端窗口使用SSH登陆云服务器下行代码显示SSH命令示例

    ssh用户@IPad
  7. 服务器上使用 MySQL客户端(或类似工具)访问数据库MySQL使用下命令并粘贴主机名串-h选项 :

    mysql-h主机名_string-u数据库_instance_username-p

直接连接数据库使用主机名

本节显示如何使用样本脚本显示简单网页显示网页帮助测试连接数据库实例

网络服务器必须和数据库实例同处区域,以便它能通过云专用网络连接实例

进程假设Web服务器和PHP配置正确

复制并粘贴PHP脚本

拷贝以下PHP脚本并粘贴成文本编辑器

连接云数据库 - 华体会足球软件
             ss,$argexr,$value, mysql_errormysql_free_result($result)!mysql_close($connection)!}?
             
输入 MySQL表达式
华体会联盟hthPHP简单示例测试你与Rackspace云数据库连接数据库不要求有表格双工法计算浏览器中的简单 MySQL表达式
样本使用字符串解析编译 SQL语句,仅在密码保护网站开发环境使用 sQL语句
华体会联盟hthEXAMPLES: PI()3*3cruate()3=3和4>4MID

复制实例主机名

使用下列步骤复制实例主机名

  1. 登录到云控制板.
  2. 顶部导航栏点击华体会联盟hth选择产品>机载云.
  3. 选择数据库> MySQL.
  4. 点击名称实例并查看细节实例
  5. 复制主机名字符串

粘贴实例主机名成文本编辑器

使用下列步骤粘贴实例主机名成文本编辑器

  1. 定位文本编辑器脚本行 :

    华体会联盟hth$THE_HOST = "5c70345ad036fc112dc0a14ee1db7992f5c172db.rackspaceclouddb.com";
  2. 双引号内粘贴主机名字符串,替换下列值:

    华体会联盟hth5c70345ad036fc112dc0a14ee1db7992f5c172db.rackspaceclouddb.com

修改脚本中信息指定数据库用户、密码和数据库实例名

使用下列步骤修改脚本:

  1. 定位文本编辑器脚本行 :

    Unitedth_USER=fmdb_read
  2. 替换fmdb只读值与数据库用户名可查找信息用户群数据库实例小节云控制板.

  3. 定位文本编辑器脚本行 :

    $THE_PWD=fmdb
  4. 替换fmdb只读带密码值用户

  5. 定位文本编辑器脚本行 :

    USTHE_DB=FEAUREMANIA
  6. 替换风景使用数据库名值

  7. 将修改脚本编辑.php例举clouddatabases.php)

    if you change脚本文件名clouddatabases.php中修改下行替换clouddatabases.php值选择脚本名

    
                 

拷贝修改脚本并用服务器执行

使用以下步骤拷贝修改脚本并用脚本执行
服务器 :

  1. 将修改脚本拷贝到服务器上(例如拷贝到网站上)gi-bin文件夹)

  2. 运行脚本测试数据库连接

    连接数据库成功时,网页运行并显示类似下列消息:
    数据库连接有效 MySQL表示PI()*3*3=28.2734

  3. 类型 MySQL表达式PI()*3*3并点击提交评估它

使用云负载平衡器连接

本节描述如何使用云负载平衡器连接

您应该使用负载平衡器访问云数据库实例不向负载平衡器添加其他节点

复制实例主机名

使用下列步骤复制实例主机名

  1. 登录到云控制板.
  2. 顶部导航栏点击华体会联盟hth选择产品>机载云.
  3. 选择数据库> MySQL.
  4. 点击实例名连接负载平衡并查看细节实例
  5. 注意数据库所在区域在同一区域创建负载平衡器
  6. 复制主机名字符串

创建负载平衡器实例

使用下列步骤创建负载平衡器实例

  1. 云控面板顶部导航栏点击网络化.
  2. 菜单下创建资源中键负载平衡器.
  3. 输入负载平衡器名
  4. 指定数据库实例所在的相同区域
  5. 配置段选择公共互联网访问面向虚拟IP选项 。
  6. 选择MySQL面向协议/港.
  7. 添加节点段点击添加外部节点.
  8. 粘贴数据库实例的主机名字符串IP或主机名字段内
  9. 输入默认 MySQL端口3306端口字段内
  10. 点击添加外部节点.
  11. 点击创建加载平衡器.

负载平衡器创建后数据库可通过负载平衡器存取

使用负载平衡器访问数据库实例产生正常负载平衡和带宽收费更多信息见云加平衡计数计算器.

使用公共IP地址连接高可用性实例

高可用云数据库实例连接信息使用公共互联网协议地址见高可用云数据库.


\n
\n%s\", $arg_expr, $eValue, mysql_error());\n        mysql_free_result($result);\n        mysql_close($connection);\n    }\n?>\n    
\n Enter a MySQL expression:\n \"/>\n \n
\n This is a simple PHP example to test your connection to Rackspace Cloud Databases.\n It does not require your database to have any tables.\n It doubles as a handy way to calculate simple MySQL expressions from the browser.\n
\n Because this sample uses string concatenation to compose SQL statements, only use this in your development environment in your password-protected site.\n
\n EXAMPLES:\n PI()\\*3*3\n curdate()\n 3=3 AND 4>4\n MID('Rackspace',1,4)\n SIN(PI()/2)\n SHA1('Rackspace Cloud Databases')\n
Baidu
map
\n\n```\n\n### Copy the instance hostname\n\nUse the following steps to copy the instance hostname:\n\n1. Log in to the [Cloud Control Panel](https://login.rackspace.com/).\n2. In the top navigation bar, click **Select a Product > Rackspace Cloud**.\n3. Select **Databases > MySQL**.\n4. Click the name for the instance to which you want to connect and view the details for the instance.\n5. Copy the hostname string.\n\n### Paste the instance hostname into a text editor\n\nUse the following steps to paste the instance hostname into a text editor:\n\n1. Locate the following line of the script in your text editor:\n\n ```\n $THE_HOST = \"5c70345ad036fc112dc0a14ee1db7992f5c172db.rackspaceclouddb.com\";\n ```\n\n2. Paste the hostname string inside the double quotation marks, replacing the following value:\n\n ```\n 5c70345ad036fc112dc0a14ee1db7992f5c172db.rackspaceclouddb.com\n ```\n\n### Modify the information in the script to specify your database user, password, and database instance name\n\nUse the following steps to modify the script:\n\n1. Locate the following line of the script in your text editor:\n\n ```\n $THE_USER = \"fmdb_readonly\";\n ```\n\n2. Replace the `fmdb_readonly` value with the name of your database user. You can find this information in the **Users** section of the database instance Details page in the [Cloud Control Panel](https://login.rackspace.com).\n\n3. Locate the following line of the script in the text editor:\n\n ```\n $THE_PWD = \"fmdb_readonly\";\n ```\n\n4. Replace the `fmdb_readonly` value with the password for the user.\n\n5. Locate the following line of the script in the text editor:\n\n ```\n $THE_DB = \"FEATUREMANIA\";\n ```\n\n6. Replace the `FEATUREMANIA` value with the name of your database.\n\n7. Save the changes that you made to the script in the editor to a file name that ends in **.php** (for example, **clouddatabases.php**).\n\n > 📘 If you change the script file name to something other than **clouddatabases.php**, you must modify the following line in the script to replace the **clouddatabases.php** value with the name that you chose for your script:\n\n ```\n
\n ```\n\n### Copy the modified script and execute it on your server\n\nUse the following steps to copy the modified script and execute it on your \nserver:\n\n1. Copy the modified script to your server (for example, to the website's **cgi-bin** folder).\n\n2. Run the script to test connectivity to your database.\n\n If the connection to your database succeeds, the web page runs and displays a message similar to the following one: \n `The database connection worked, and MySQL says that PI()*3*3 = 28.274334`\n\n3. Type a MySQL expression (for example, **PI()\\*3\\*3**) and click **Submit** to have it evaluated.\n\n## Connect by using a cloud load balancer\n\nThis section describes how to connect by using a cloud load balancer.\n\n> 📘 You should use this load balancer only to access your Cloud Databases instance. Do not add other nodes to the load balancer.\n\n### Copy the instance hostname\n\nUse the following steps to copy the instance hostname:\n\n1. Log in to the [Cloud Control Panel](https://login.rackspace.com/).\n2. In the top navigation bar, click **Select a Product > Rackspace Cloud**.\n3. Select **Databases > MySQL**.\n4. Click the name of the instance that you want to connect to the load balancer and view the details for the instance.\n5. Note the region in which this database is located. You must create the load balancer in the same region.\n6. Copy the hostname string.\n\n### Create a load balancer for the instance\n\nUse the following steps to create a load balancer for the instance:\n\n1. In the top navigation bar of the Cloud Control Panel, click **Networking**.\n2. In the menu, under **Create Resources**, click **Load Balancer**.\n3. Enter a name for the load balancer.\n4. Specify the same region in which your database instance is located.\n5. In the **Configuration** section, select **Accessible on the Public Internet** for the **Virtual IP** option.\n6. Select **MySQL** for the **Protocol/Port**.\n7. In the **Add Nodes** section, click **Add External Node**.\n8. Paste the hostname string of the database instance in the **IP or Hostname** field.\n9. Enter the default MySQL port **3306** in the **Port** field.\n10. Click **Add External Node**.\n11. Click **Create Load Balancer**.\n\nThe load balancer is created, and your database is accessible through the load balancer.\n\n> 📘 Using a load balancer to access your database instance incurs normal load balancing and bandwidth charges. For more information, see [Cloud Load Balancers Pricing and Calculator](//www.marisma21.com/cloud/cloud_hosting_products/loadbalancers/pricing/).\n\n### Connect to a High Availability instance by using a public IP address\n\nFor information about connecting to a High Availability Cloud Databases instance by using a public Internet Protocol (IP) address, see [High Availability for Cloud Databases](/support/how-to/high-availability-for-cloud-databases).","opts":{"alwaysThrow":false,"compatibilityMode":false,"copyButtons":true,"correctnewlines":false,"markdownOptions":{"fences":true,"commonmark":true,"gfm":true,"ruleSpaces":false,"listItemIndent":"1","spacedTable":true,"paddedTable":true},"normalize":true,"lazyImages":true,"reusableContent":{"tags":{}},"safeMode":false,"settings":{"position":true},"theme":"light"},"terms":[{"_id":"636d314a7b2cc300312af862","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"variables":{"user":{},"defaults":[{"source":"security","_id":"641e10ffd239e90035bb5928","name":"api_key","type":"apiKey","apiSetting":"641e10fed239e90035bb5923"},{"source":"security","_id":"641e10ffd239e90035bb5927","name":"petstore_auth","type":"oauth2","apiSetting":"641e10fed239e90035bb5923"},null,{"source":"security","_id":"645a798c3273ad32563c4726","name":"noauthAuth","type":"http","scheme":"noauth","apiSetting":"645a798b3273ad32563c4724"}]},"dehydrated":{"toc":"","body":"

This article describes methods for connecting to your Cloud Databases instance.

\n

Connect through a cloud server by using SSH and the hostname

\n

Use the following steps to connect through a cloud server by using Secure Shell (SSH) and the hostname:

\n
    \n
  1. \n

    Log in to the Cloud Control Panel.

    \n
  2. \n
  3. \n

    In the top navigation bar, click Select a Product > Rackspace Cloud.

    \n
  4. \n
  5. \n

    Select Databases > MySQL.

    \n
  6. \n
  7. \n

    Click the name of the instance to which you want to connect.

    \n
  8. \n
  9. \n

    Copy the hostname string.

    \n
  10. \n
  11. \n

    From a Terminal window, use SSH to log in to a cloud server that's located in the same region as your cloud database instance. The following line of code shows an example SSH command:

    \n
    ssh user@IPaddress\n
    \n
  12. \n
  13. \n

    On your server, use the MySQL client (or a similar tool) to access the database. For MySQL, use the following command and paste the hostname string following the -h option:

    \n
    mysql -h hostname_string -u database_instance_username -p\n
    \n
  14. \n
\n

Connect to the database directly by using the hostname

\n

This section shows you how to use a sample script to display a simple web page. Displaying the web page helps you test your connection to your database instance.

\n

Your web server must be in the same region as your database instance so that it is able to connect to the instance through the cloud private network.

\n

📘

This process assumes that your web server and PHP are configured correctly.

\n

Copy and paste the PHP script

\n

Copy the following PHP script and paste it into a text editor:

\n
\nConnecting to Cloud Databases
\n
\n%s", $arg_expr, $eValue, mysql_error());\n        mysql_free_result($result);\n        mysql_close($connection);\n    }\n?>\n    \n        Enter a MySQL expression:\n        \n        \n    \n    This is a simple PHP example to test your connection to Rackspace Cloud Databases.\n    It does not require your database to have any tables.\n    It doubles as a handy way to calculate simple MySQL expressions from the browser.\n    
\n Because this sample uses string concatenation to compose SQL statements, only use this in your development environment in your password-protected site.\n
\n EXAMPLES:\n PI()\\*3*3\n curdate()\n 3=3 AND 4>4\n MID('Rackspace',1,4)\n SIN(PI()/2)\n SHA1('Rackspace Cloud Databases')\n
Baidu
map
\n\n
\n

Copy the instance hostname

\n

Use the following steps to copy the instance hostname:

\n
    \n
  1. Log in to the Cloud Control Panel.
  2. \n
  3. In the top navigation bar, click Select a Product > Rackspace Cloud.
  4. \n
  5. Select Databases > MySQL.
  6. \n
  7. Click the name for the instance to which you want to connect and view the details for the instance.
  8. \n
  9. Copy the hostname string.
  10. \n
\n

Paste the instance hostname into a text editor

\n

Use the following steps to paste the instance hostname into a text editor:

\n
    \n
  1. \n

    Locate the following line of the script in your text editor:

    \n
    $THE_HOST = "5c70345ad036fc112dc0a14ee1db7992f5c172db.rackspaceclouddb.com";\n
    \n
  2. \n
  3. \n

    Paste the hostname string inside the double quotation marks, replacing the following value:

    \n
    5c70345ad036fc112dc0a14ee1db7992f5c172db.rackspaceclouddb.com\n
    \n
  4. \n
\n

Modify the information in the script to specify your database user, password, and database instance name

\n

Use the following steps to modify the script:

\n
    \n
  1. \n

    Locate the following line of the script in your text editor:

    \n
    $THE_USER = "fmdb_readonly";\n
    \n
  2. \n
  3. \n

    Replace the fmdb_readonly value with the name of your database user. You can find this information in the Users section of the database instance Details page in the Cloud Control Panel.

    \n
  4. \n
  5. \n

    Locate the following line of the script in the text editor:

    \n
    $THE_PWD = "fmdb_readonly";\n
    \n
  6. \n
  7. \n

    Replace the fmdb_readonly value with the password for the user.

    \n
  8. \n
  9. \n

    Locate the following line of the script in the text editor:

    \n
    $THE_DB = "FEATUREMANIA";\n
    \n
  10. \n
  11. \n

    Replace the FEATUREMANIA value with the name of your database.

    \n
  12. \n
  13. \n

    Save the changes that you made to the script in the editor to a file name that ends in .php (for example, clouddatabases.php).

    \n

    📘

    If you change the script file name to something other than clouddatabases.php, you must modify the following line in the script to replace the clouddatabases.php value with the name that you chose for your script:

    \n
    \n
    \n
  14. \n
\n

Copy the modified script and execute it on your server

\n

Use the following steps to copy the modified script and execute it on your
\nserver:

\n
    \n
  1. \n

    Copy the modified script to your server (for example, to the website's cgi-bin folder).

    \n
  2. \n
  3. \n

    Run the script to test connectivity to your database.

    \n

    If the connection to your database succeeds, the web page runs and displays a message similar to the following one:
    \nThe database connection worked, and MySQL says that PI()*3*3 = 28.274334

    \n
  4. \n
  5. \n

    Type a MySQL expression (for example, PI()*3*3) and click Submit to have it evaluated.

    \n
  6. \n
\n

Connect by using a cloud load balancer

\n

This section describes how to connect by using a cloud load balancer.

\n

📘

You should use this load balancer only to access your Cloud Databases instance. Do not add other nodes to the load balancer.

\n

Copy the instance hostname

\n

Use the following steps to copy the instance hostname:

\n
    \n
  1. Log in to the Cloud Control Panel.
  2. \n
  3. In the top navigation bar, click Select a Product > Rackspace Cloud.
  4. \n
  5. Select Databases > MySQL.
  6. \n
  7. Click the name of the instance that you want to connect to the load balancer and view the details for the instance.
  8. \n
  9. Note the region in which this database is located. You must create the load balancer in the same region.
  10. \n
  11. Copy the hostname string.
  12. \n
\n

Create a load balancer for the instance

\n

Use the following steps to create a load balancer for the instance:

\n
    \n
  1. In the top navigation bar of the Cloud Control Panel, click Networking.
  2. \n
  3. In the menu, under Create Resources, click Load Balancer.
  4. \n
  5. Enter a name for the load balancer.
  6. \n
  7. Specify the same region in which your database instance is located.
  8. \n
  9. In the Configuration section, select Accessible on the Public Internet for the Virtual IP option.
  10. \n
  11. Select MySQL for the Protocol/Port.
  12. \n
  13. In the Add Nodes section, click Add External Node.
  14. \n
  15. Paste the hostname string of the database instance in the IP or Hostname field.
  16. \n
  17. Enter the default MySQL port 3306 in the Port field.
  18. \n
  19. Click Add External Node.
  20. \n
  21. Click Create Load Balancer.
  22. \n
\n

The load balancer is created, and your database is accessible through the load balancer.

\n

📘

Using a load balancer to access your database instance incurs normal load balancing and bandwidth charges. For more information, see Cloud Load Balancers Pricing and Calculator.

\n

Connect to a High Availability instance by using a public IP address

\n

For information about connecting to a High Availability Cloud Databases instance by using a public Internet Protocol (IP) address, see High Availability for Cloud Databases.

"}},"doc":{"metadata":{"image":[],"title":"","description":"","keywords":"","robots":"index"},"api":{"method":"get","url":"","auth":"required","params":[]},"next":{"description":"","pages":[]},"algolia":{"recordCount":12,"publishPending":false,"updatedAt":"2024-01-22T17:56:50.300Z"},"title":"Connect to a Cloud Databases Instance","icon":"","updates":[],"type":"basic","slug":"connect-to-a-cloud-databases-instance","excerpt":"","body":"This article describes methods for connecting to your Cloud Databases instance.\n\n## Connect through a cloud server by using SSH and the hostname\n\nUse the following steps to connect through a cloud server by using Secure Shell (SSH) and the hostname:\n\n1. Log in to the [Cloud Control Panel](https://login.rackspace.com/).\n\n2. In the top navigation bar, click **Select a Product > Rackspace Cloud**.\n\n3. Select **Databases > MySQL**.\n\n4. Click the name of the instance to which you want to connect.\n\n5. Copy the hostname string.\n\n6. From a Terminal window, use SSH to log in to a cloud server that's located in the same region as your cloud database instance. The following line of code shows an example SSH command:\n\n ```\n ssh user@IPaddress\n ```\n\n7. On your server, use the MySQL client (or a similar tool) to access the database. For MySQL, use the following command and paste the hostname string following the `-h` option:\n\n ```\n mysql -h hostname_string -u database_instance_username -p\n ```\n\n## Connect to the database directly by using the hostname\n\nThis section shows you how to use a sample script to display a simple web page. Displaying the web page helps you test your connection to your database instance.\n\nYour web server must be in the same region as your database instance so that it is able to connect to the instance through the cloud private network.\n\n> 📘 This process assumes that your web server and PHP are configured correctly.\n\n### Copy and paste the PHP script\n\nCopy the following PHP script and paste it into a text editor:\n\n```\n\nConnecting to Cloud Databases \n
\n%s\", $arg_expr, $eValue, mysql_error());\n        mysql_free_result($result);\n        mysql_close($connection);\n    }\n?>\n    \n        Enter a MySQL expression:\n        \"/>\n        \n    \n    This is a simple PHP example to test your connection to Rackspace Cloud Databases.\n    It does not require your database to have any tables.\n    It doubles as a handy way to calculate simple MySQL expressions from the browser.\n    
\n Because this sample uses string concatenation to compose SQL statements, only use this in your development environment in your password-protected site.\n
\n EXAMPLES:\n PI()\\*3*3\n curdate()\n 3=3 AND 4>4\n MID('Rackspace',1,4)\n SIN(PI()/2)\n SHA1('Rackspace Cloud Databases')\n
Baidu
map
\n\n```\n\n### Copy the instance hostname\n\nUse the following steps to copy the instance hostname:\n\n1. Log in to the [Cloud Control Panel](https://login.rackspace.com/).\n2. In the top navigation bar, click **Select a Product > Rackspace Cloud**.\n3. Select **Databases > MySQL**.\n4. Click the name for the instance to which you want to connect and view the details for the instance.\n5. Copy the hostname string.\n\n### Paste the instance hostname into a text editor\n\nUse the following steps to paste the instance hostname into a text editor:\n\n1. Locate the following line of the script in your text editor:\n\n ```\n $THE_HOST = \"5c70345ad036fc112dc0a14ee1db7992f5c172db.rackspaceclouddb.com\";\n ```\n\n2. Paste the hostname string inside the double quotation marks, replacing the following value:\n\n ```\n 5c70345ad036fc112dc0a14ee1db7992f5c172db.rackspaceclouddb.com\n ```\n\n### Modify the information in the script to specify your database user, password, and database instance name\n\nUse the following steps to modify the script:\n\n1. Locate the following line of the script in your text editor:\n\n ```\n $THE_USER = \"fmdb_readonly\";\n ```\n\n2. Replace the `fmdb_readonly` value with the name of your database user. You can find this information in the **Users** section of the database instance Details page in the [Cloud Control Panel](https://login.rackspace.com).\n\n3. Locate the following line of the script in the text editor:\n\n ```\n $THE_PWD = \"fmdb_readonly\";\n ```\n\n4. Replace the `fmdb_readonly` value with the password for the user.\n\n5. Locate the following line of the script in the text editor:\n\n ```\n $THE_DB = \"FEATUREMANIA\";\n ```\n\n6. Replace the `FEATUREMANIA` value with the name of your database.\n\n7. Save the changes that you made to the script in the editor to a file name that ends in **.php** (for example, **clouddatabases.php**).\n\n > 📘 If you change the script file name to something other than **clouddatabases.php**, you must modify the following line in the script to replace the **clouddatabases.php** value with the name that you chose for your script:\n\n ```\n
\n ```\n\n### Copy the modified script and execute it on your server\n\nUse the following steps to copy the modified script and execute it on your \nserver:\n\n1. Copy the modified script to your server (for example, to the website's **cgi-bin** folder).\n\n2. Run the script to test connectivity to your database.\n\n If the connection to your database succeeds, the web page runs and displays a message similar to the following one: \n `The database connection worked, and MySQL says that PI()*3*3 = 28.274334`\n\n3. Type a MySQL expression (for example, **PI()\\*3\\*3**) and click **Submit** to have it evaluated.\n\n## Connect by using a cloud load balancer\n\nThis section describes how to connect by using a cloud load balancer.\n\n> 📘 You should use this load balancer only to access your Cloud Databases instance. Do not add other nodes to the load balancer.\n\n### Copy the instance hostname\n\nUse the following steps to copy the instance hostname:\n\n1. Log in to the [Cloud Control Panel](https://login.rackspace.com/).\n2. In the top navigation bar, click **Select a Product > Rackspace Cloud**.\n3. Select **Databases > MySQL**.\n4. Click the name of the instance that you want to connect to the load balancer and view the details for the instance.\n5. Note the region in which this database is located. You must create the load balancer in the same region.\n6. Copy the hostname string.\n\n### Create a load balancer for the instance\n\nUse the following steps to create a load balancer for the instance:\n\n1. In the top navigation bar of the Cloud Control Panel, click **Networking**.\n2. In the menu, under **Create Resources**, click **Load Balancer**.\n3. Enter a name for the load balancer.\n4. Specify the same region in which your database instance is located.\n5. In the **Configuration** section, select **Accessible on the Public Internet** for the **Virtual IP** option.\n6. Select **MySQL** for the **Protocol/Port**.\n7. In the **Add Nodes** section, click **Add External Node**.\n8. Paste the hostname string of the database instance in the **IP or Hostname** field.\n9. Enter the default MySQL port **3306** in the **Port** field.\n10. Click **Add External Node**.\n11. Click **Create Load Balancer**.\n\nThe load balancer is created, and your database is accessible through the load balancer.\n\n> 📘 Using a load balancer to access your database instance incurs normal load balancing and bandwidth charges. For more information, see [Cloud Load Balancers Pricing and Calculator](//www.marisma21.com/cloud/cloud_hosting_products/loadbalancers/pricing/).\n\n### Connect to a High Availability instance by using a public IP address\n\nFor information about connecting to a High Availability Cloud Databases instance by using a public Internet Protocol (IP) address, see [High Availability for Cloud Databases](/support/how-to/high-availability-for-cloud-databases).","order":7,"isReference":false,"deprecated":false,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"reusableContent":[],"previousSlug":"","slugUpdatedAt":"2023-05-04T20:38:11.350Z","revision":8,"_id":"6454d2902b202c007432bf33","lastUpdatedHash":"09c6f6017c498f6152ae5e45c9b02e2eb4f8f0fc","project":"636d314a7b2cc300312af861","user":"636dfdf88b7edb0069e48d32","category":{"title":"Public Cloud","slug":"public-cloud","order":9999,"reference":false,"_id":"64107a7fee1584001f61f947","project":"636d314a7b2cc300312af861","version":"636d314a7b2cc300312af866","createdAt":"2023-03-14T13:45:35.452Z","__v":0,"type":"guide","id":"64107a7fee1584001f61f947"},"createdAt":"2023-05-05T09:55:28.473Z","updatedAt":"2023-12-11T16:13:01.618Z","version":{"version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":true,"is_hidden":false,"is_deprecated":false,"categories":["636d314a7b2cc300312af868","636d314a7b2cc300312af868","6372011ade7b7600a2343971","63726bb1975454004c244cf0","6376be12127d9900031599e1","63774b1d9eef4a00e5b62f18","63ff1e02b3738700445b26b4","63ff83dd43c817007346d470","64107a6ff9a9400061fb465a","64107a750b81930011506490","64107a79fc13c0005ed4836d","64107a7c9cf8520011a62bd9","64107a7fee1584001f61f947","641082b90f3ef4000b43ef26","641e010c3515610d761cf71d","641e0fe685ebf8003c2ac2e9","641e1030fe15970059b83d7a","641e10fed239e90035bb5924","643976eb94d370000deca9c5","643eb4d1f195600074707bde","643edb1078e8af00581d6025","6446e6cd4c6c320012421eba","64471a0483c65f003cc90679","6447fa1204508d167ad74187","644acc292835070056a1ffc2","64512c3398180c0032bcebc2","64516fe83f49d100296cd1bd","645171e4f1fb03006c7ee494","6451751e0ac9da001158d36a","64518259f068f50477d88696","64528ac2439fe20018a1136d","64529bbd1df7160064bb4130","6452a2c25889bb0c1e2603c2","6452a5b8154b870116b0541c","6452a5d3173e670068a40e04","6452a5f3254968001a6a8591","6452a6785abf210bdfe90146","6452b20b90709a0e007dcd10","6452b55b5a587200583ffd21","6452d52eeccf7c03cc275a95","645374b2c2a2640527e72fa2","6453b5166cb45618d546ca72","645477a8f90ece004ad0f609","6454aee1a6984a002f419059","6454af754df037000a477f38","64550c22aed895000b35e4e5","64551057a6984a002f47639f","645531b975d48b11b616e04c","645539b8f98098150309e05b","645544ce03e4210923c460e0","645546ff818fde20d9540305","645547eb6c0fef1e25749bfd","645549398c26ca0825a54daa","6455499c590d5d004bed6ea4","64554a2643d50200424c949f","64554a49f549ec00603ffca9","64554a62e79d4d158bb7c7e6","6455542d375c23005fe8b0e6","64555468d1f36d1496d6cdc8","64555815aa3ef3004371a359","6455593a98a9f21f277c445e","645560f1397690015ef4605f","6455702c1fbcf7000aa29af8","6458746a53771c01d5540ea1","64587a7f5cc705003d964d2c","645882b110a29802bb76f633","6458a6b24e80bc00745061e5","6458c4a6b80425005fe1eab2","6458c7173e18d001d7e62202","6458d57d5aa615002563ce8b","6458d6aae642620012783f2b","64598b4afed949000a631205","6459f83ed3e7e41076e6f7ac","645a3186b28e5e1e83d7eb1a","645a69297458df011aa5e228","645a6e07e142ac003c199287","645a6ea1872f3e322bf9a1d3","645a798b3273ad32563c4725","645af6e9f35aa90ad1fd945f","645b585b6e8a3009c63793dd","645b9f6da30de608fe6a9a18","645ba1b6d34aea1c2d16b0e9","645cf4ad9fa1110a67ad1e44","6466c9be6219af0a2dce7bf6","6466df1311b66b09ca7824eb","646b7817157f4b0074ef0969","6476362675a20e0044c3806f","64763e486eb59e0074e36589","6476402c373b6d00239d7529","647641c860cf5f004b98257b","647670afde4a1500494a9afa","6476d61c7fb8dd000a4ba53e","6476df870c36a3004e86c355","64810347dea925001e9966a5","648173085c2c33002f3852ba","648174fe92e2fc0baa3e8257","648b1684be1002180b500145","6491634b44859c00253786f9","649d7050b8a47e003cc16e70","64e3258b6436f0002c5898d5","64e71501135f560041d1fe15","651592d5e816a81977972e97","6554f620ea420b004e5e098b","657b1ac6ee3b67003015b961","658a89e0d696ad001c089aa2","65aa8e3d53c85d003128eba0"],"_id":"636d314a7b2cc300312af866","project":"636d314a7b2cc300312af861","releaseDate":"2022-11-10T17:13:46.826Z","createdAt":"2022-11-10T17:13:46.826Z","__v":1,"updatedAt":"2024-01-19T14:59:09.062Z"},"__v":1,"parentDoc":"6454ceb11d88c80052329ee9","isApi":false,"tutorials":[],"id":"6454d2902b202c007432bf33"},"hideTOC":false,"meta":{"slug":"connect-to-a-cloud-databases-instance","type":"docs","parent":"6454ceb11d88c80052329ee9","image":[],"title":"Connect to a Cloud Databases Instance","title_seo":"Connect to a Cloud Databases Instance","description":"This article describes methods for connecting to your Cloud Databases instance.Connect through a cloud server by using SSH and the hostnameUse the following steps to connect through a cloud server by using Secure Shell (SSH) and the hostname: Log in to the Cloud Control Panel. In the top navigation ...","keywords":"","robots":"index","_id":"6454d2902b202c007432bf33","hidden":false},"slugUrl":"/docs/connect-to-a-cloud-databases-instance","config":{"algoliaIndex":"readme_search_v2","amplitude":"dc8065a65ef83d6ad23e37aaf014fc84","asset_url":"https://cdn.readme.io","domain":"readme.io","domainFull":"https://dash.readme.com","encryptedLocalStorageKey":"ekfls","fullstory":{"enabled":true},"metrics":{"dashUrl":"https://m.readme.io","defaultUrl":"https://metrics.readme.io","exportMaxRetries":12,"wsUrl":"wss://m.readme.io"},"readmeRecaptchaSiteKey":"6LesVBYpAAAAAESOCHOyo2kF9SZXPVb54Nwf3i2x","releaseVersion":"4.595.0","sentry":{"dsn":"https://3bbe57a973254129bcb93e47dc0cc46f@o343074.ingest.sentry.io/2052166","enabled":true,"tracesSampleRate":0},"sslGenerationService":"ssl.readmessl.com"},"context":{"labs":{},"user":{},"terms":[{"_id":"636d314a7b2cc300312af862","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"variables":{"user":{},"defaults":[{"source":"security","_id":"641e10ffd239e90035bb5928","name":"api_key","type":"apiKey","apiSetting":"641e10fed239e90035bb5923"},{"source":"security","_id":"641e10ffd239e90035bb5927","name":"petstore_auth","type":"oauth2","apiSetting":"641e10fed239e90035bb5923"},null,{"source":"security","_id":"645a798c3273ad32563c4726","name":"noauthAuth","type":"http","scheme":"noauth","apiSetting":"645a798b3273ad32563c4724"}]},"project":{"_id":"636d314a7b2cc300312af861","appearance":{"rdmd":{"callouts":{"useIconFont":false},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":"","markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"#000000","main_alt":"","header_text":"","body_highlight":"#367ED4","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"custom","img":["https://files.readme.io/931b99b-banner.png","931b99b-banner.png",1253,218,"#000000",null,"647fedd793c708000af4eb4f"],"img_size":"cover","img_pos":"tl"},"body":{"style":"none"},"global_landing_page":{"html":"","redirect":""},"referenceSimpleMode":true,"referenceLayout":"row","link_logo_to_url":true,"theme":"solid","colorScheme":"light","overlay":"triangles","landing":true,"sticky":false,"hide_logo":true,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"showMetricsInReference":true,"logo":["https://files.readme.io/45785f4-brandmark-blue.svg","readme.svg",60,60,"#048ef5"],"loginLogo":[],"logo_white":["https://files.readme.io/b36afb9-small-Rackspace_Technology_Logo_RGB_WHT.png","Rackspace_Technology_Logo_RGB_WHT.png",259,80,"#ffffff","https://files.readme.io/c51eb39-Rackspace_Technology_Logo_RGB_WHT.png"],"logo_white_use":true,"logo_large":true,"favicon":["https://files.readme.io/03d0889-favicon.ico","favicon.ico",32,32,"#000000"],"stylesheet":"","stylesheet_hub2":"@media (max-width: 390px) {\n .Header-left-nav2xWPWMNHOGf_ {\n\t\tdisplay: none !important;\n }\n}\n\n@media (max-width: 768px) {\n .rm-SearchToggle {\n \twidth: unset !important;\n }\n}\n\nh2,\nh3,\nh4,\n.markdown-body h2,\n.markdown-body h3,\n.markdown-body h4 {\n\tcolor: #64005A !important;\n}\n\n/*----------------------------\nGlobal Header Changes\n-----------------------------*/\n.App header .rm-Container {\n max-width: inherit;\n}\n\n/*----------------------------\nCustom 404 Error Page Styles\n----------------------------*/\n\n.rm-LandingPageHeader h1 {\n color: white;\n}\n\nheader .rm-Container.rm-Container_flex {\n\tbackground-color: black;\n}\n\n.custom-page-not-found-message {\n\ttext-align: center;\n}\n\n.custom-page-not-found-message ul,\n.custom-page-not-found-message ul li {\n\ttext-align: initial;\n}\n\n.centered-list {\n\tpadding: 0 30%;\n}\n\n.rm-CustomPage h1 {\n\twidth: 100%;\n position: relative;\n text-align: center;\n}\n.rm-CustomPage h1::before {\n content: \"//www.marisma21.com/docs/support/how-to/\";\n display: block;\n\tbackground-image: url(\"https://files.readme.io/6228383-No-Result-Found.png\");\n height: 100px;\n margin-bottom: 2rem;\n text-align: center;\n background-position: center;\n background-repeat: no-repeat;\n}\n\n\nfooter {\n background-color: #3B3F45;\n color: $color-white;\n font-size: 0.8rem;\n letter-spacing: 0.025em;\n position: relative;\n z-index: 1;\n text-align: left;\n}\n\nfooter .container {\n\tdisplay: flex;\n flex-wrap: wrap;\n}\n\nfooter .basement-container {\n\tflex: 0 100%;\n background-color: black;\n}\n\nfooter .markdown-body {\n\tmargin: 40px;\n}\n\nfooter .markdown-body h5 {\n color: white;\n font-size: 10px;\n}\nfooter ul {\n float: left;\n}\nfooter li {\n\tlist-style: none;\n}\nfooter li a {\n\ttext-decoration: none;\n}\n\n/* #hub-sidebar {display: none;} */","stylesheet_hub3":"","javascript":"","javascript_hub2":"","html_promo":"","html_body":"","html_footer":"
\n
\n
Developer Network
\n \n
\n \n \n\t\t
\n \t\t\n\t\t
\n
","html_head":"","html_footer_meta":"","html_hidelinks":false,"showVersion":false,"hideTableOfContents":false,"nextStepsLabel":"","promos":[{"extras":{"type":"buttons","buttonPrimary":"docs","buttonSecondary":"reference"},"title":"Rackspace Customer Support Documentation","text":"Rackspace support and API documentation for all our services.","_id":"636d314a7b2cc300312af863"}],"changelog":{"layoutExpanded":false,"showAuthor":true,"showExactDate":false},"allowApiExplorerJsonEditor":false},"custom_domain":"docs.rackspace.com","childrenProjects":[],"description":"API and Support documentation for Rackspace Technology products and services.","error404":"page-not-found","experiments":[],"first_page":"landing","flags":{"allowApiExplorerJsonEditor":false,"allowDarkMode":false,"alwaysShowDocPublishStatus":false,"allowXFrame":false,"correctnewlines":false,"dashReact":false,"disablePasswordlessLogin":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"enterprise":false,"graphql":false,"migrationRun":false,"migrationSwaggerRun":false,"myDevelopers":false,"newEditor":true,"newEditorDash":true,"newMarkdownBetaProgram":true,"newSearch":true,"oauth":false,"oldMarkdown":false,"rdmdCompatibilityMode":false,"reviewWorkflow":true,"singleProjectEnterprise":false,"speedyRender":false,"staging":false,"star":false,"swagger":false,"translation":false,"useReactApp":true,"useReactGLP":false,"superHub":false,"developerDashboard":false,"allowReusableOTPs":false,"dashHomeRefresh":false,"owlbotAi":false,"apiV2":false,"git":{"read":false,"write":false},"superHubBeta":false,"dashQuickstart":false,"disableAutoTranslate":false,"customBlocks":false,"devDashHub":false,"disableSAMLScoping":false,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"apiAccessRevoked":false,"passwordlessLogin":"default"},"fullBaseUrl":"//www.marisma21.com/docs/","glossaryTerms":[{"_id":"636d314a7b2cc300312af862","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"graphqlSchema":"","gracePeriod":{"enabled":false,"endsAt":null},"hasOneChild":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"internal":"","landing_bottom":[{"type":"docs","alignment":"left","pageType":"Documentation"},{"type":"docs","alignment":"left","pageType":"Reference"}],"metrics":{"realtime":{"dashEnabled":false},"monthlyLimit":0,"planLimit":1000000,"thumbsEnabled":true},"modules":{"landing":true,"docs":true,"examples":true,"reference":true,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":true,"logs":false,"custompages":true,"tutorials":false},"name":"Rackspace Technology Documentation","nav_names":{"docs":"Documentation","reference":"API Reference","changelog":"Technical Blogs","discuss":"","tutorials":"","recipes":""},"oauth_url":"","onboardingCompleted":{"documentation":true,"appearance":true,"jwt":true,"api":true,"logs":true,"domain":true,"metricsSDK":false},"owlbot":{"enabled":false,"isPaying":false,"customization":{"answerLength":"long","customTone":"","defaultAnswer":"","forbiddenWords":"","tone":"neutral"}},"owner":"62ebe6e6767589001ace3a5e","plan":"business2018","planOverride":"","planTrial":"business2018","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":true,"points":50},"tryItNow":{"enabled":true,"points":35},"syncingOAS":{"enabled":true,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":false,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":true,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":false,"points":5},"glossary":{"enabled":false,"points":1},"variables":{"enabled":true,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":142},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":true,"defaultExpandResponseExample":false,"defaultExpandResponseSchema":false},"stable":{"_id":"636d314a7b2cc300312af866","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":true,"is_hidden":false,"is_deprecated":false,"categories":["636d314a7b2cc300312af868","636d314a7b2cc300312af868","6372011ade7b7600a2343971","63726bb1975454004c244cf0","6376be12127d9900031599e1","63774b1d9eef4a00e5b62f18","63ff1e02b3738700445b26b4","63ff83dd43c817007346d470","64107a6ff9a9400061fb465a","64107a750b81930011506490","64107a79fc13c0005ed4836d","64107a7c9cf8520011a62bd9","64107a7fee1584001f61f947","641082b90f3ef4000b43ef26","641e010c3515610d761cf71d","641e0fe685ebf8003c2ac2e9","641e1030fe15970059b83d7a","641e10fed239e90035bb5924","643976eb94d370000deca9c5","643eb4d1f195600074707bde","643edb1078e8af00581d6025","6446e6cd4c6c320012421eba","64471a0483c65f003cc90679","6447fa1204508d167ad74187","644acc292835070056a1ffc2","64512c3398180c0032bcebc2","64516fe83f49d100296cd1bd","645171e4f1fb03006c7ee494","6451751e0ac9da001158d36a","64518259f068f50477d88696","64528ac2439fe20018a1136d","64529bbd1df7160064bb4130","6452a2c25889bb0c1e2603c2","6452a5b8154b870116b0541c","6452a5d3173e670068a40e04","6452a5f3254968001a6a8591","6452a6785abf210bdfe90146","6452b20b90709a0e007dcd10","6452b55b5a587200583ffd21","6452d52eeccf7c03cc275a95","645374b2c2a2640527e72fa2","6453b5166cb45618d546ca72","645477a8f90ece004ad0f609","6454aee1a6984a002f419059","6454af754df037000a477f38","64550c22aed895000b35e4e5","64551057a6984a002f47639f","645531b975d48b11b616e04c","645539b8f98098150309e05b","645544ce03e4210923c460e0","645546ff818fde20d9540305","645547eb6c0fef1e25749bfd","645549398c26ca0825a54daa","6455499c590d5d004bed6ea4","64554a2643d50200424c949f","64554a49f549ec00603ffca9","64554a62e79d4d158bb7c7e6","6455542d375c23005fe8b0e6","64555468d1f36d1496d6cdc8","64555815aa3ef3004371a359","6455593a98a9f21f277c445e","645560f1397690015ef4605f","6455702c1fbcf7000aa29af8","6458746a53771c01d5540ea1","64587a7f5cc705003d964d2c","645882b110a29802bb76f633","6458a6b24e80bc00745061e5","6458c4a6b80425005fe1eab2","6458c7173e18d001d7e62202","6458d57d5aa615002563ce8b","6458d6aae642620012783f2b","64598b4afed949000a631205","6459f83ed3e7e41076e6f7ac","645a3186b28e5e1e83d7eb1a","645a69297458df011aa5e228","645a6e07e142ac003c199287","645a6ea1872f3e322bf9a1d3","645a798b3273ad32563c4725","645af6e9f35aa90ad1fd945f","645b585b6e8a3009c63793dd","645b9f6da30de608fe6a9a18","645ba1b6d34aea1c2d16b0e9","645cf4ad9fa1110a67ad1e44","6466c9be6219af0a2dce7bf6","6466df1311b66b09ca7824eb","646b7817157f4b0074ef0969","6476362675a20e0044c3806f","64763e486eb59e0074e36589","6476402c373b6d00239d7529","647641c860cf5f004b98257b","647670afde4a1500494a9afa","6476d61c7fb8dd000a4ba53e","6476df870c36a3004e86c355","64810347dea925001e9966a5","648173085c2c33002f3852ba","648174fe92e2fc0baa3e8257","648b1684be1002180b500145","6491634b44859c00253786f9","649d7050b8a47e003cc16e70","64e3258b6436f0002c5898d5","64e71501135f560041d1fe15","651592d5e816a81977972e97","6554f620ea420b004e5e098b","657b1ac6ee3b67003015b961","658a89e0d696ad001c089aa2","65aa8e3d53c85d003128eba0"],"project":"636d314a7b2cc300312af861","releaseDate":"2022-11-10T17:13:46.826Z","createdAt":"2022-11-10T17:13:46.826Z","__v":1,"updatedAt":"2024-01-19T14:59:09.062Z"},"subdomain":"rackspace-test-1","subpath":"","topnav":{"left":[],"right":[{"type":"url","text":"System Status","url":"//www.marisma21.com/status/"},{"type":"url","text":"Portal Login","url":"//www.marisma21.com/docs/login"}],"bottom":[],"edited":true},"trial":{"trialDeadlineEnabled":true,"trialEndsAt":"2023-05-01T17:13:46.463Z"},"translate":{"provider":"transifex","show_widget":false,"key_public":"","key_secret":"","org_name":"","project_name":"","languages":[]},"url":"//www.marisma21.com/docs/","versions":[{"_id":"636d314a7b2cc300312af866","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":true,"is_hidden":false,"is_deprecated":false,"categories":["636d314a7b2cc300312af868","636d314a7b2cc300312af868","6372011ade7b7600a2343971","63726bb1975454004c244cf0","6376be12127d9900031599e1","63774b1d9eef4a00e5b62f18","63ff1e02b3738700445b26b4","63ff83dd43c817007346d470","64107a6ff9a9400061fb465a","64107a750b81930011506490","64107a79fc13c0005ed4836d","64107a7c9cf8520011a62bd9","64107a7fee1584001f61f947","641082b90f3ef4000b43ef26","641e010c3515610d761cf71d","641e0fe685ebf8003c2ac2e9","641e1030fe15970059b83d7a","641e10fed239e90035bb5924","643976eb94d370000deca9c5","643eb4d1f195600074707bde","643edb1078e8af00581d6025","6446e6cd4c6c320012421eba","64471a0483c65f003cc90679","6447fa1204508d167ad74187","644acc292835070056a1ffc2","64512c3398180c0032bcebc2","64516fe83f49d100296cd1bd","645171e4f1fb03006c7ee494","6451751e0ac9da001158d36a","64518259f068f50477d88696","64528ac2439fe20018a1136d","64529bbd1df7160064bb4130","6452a2c25889bb0c1e2603c2","6452a5b8154b870116b0541c","6452a5d3173e670068a40e04","6452a5f3254968001a6a8591","6452a6785abf210bdfe90146","6452b20b90709a0e007dcd10","6452b55b5a587200583ffd21","6452d52eeccf7c03cc275a95","645374b2c2a2640527e72fa2","6453b5166cb45618d546ca72","645477a8f90ece004ad0f609","6454aee1a6984a002f419059","6454af754df037000a477f38","64550c22aed895000b35e4e5","64551057a6984a002f47639f","645531b975d48b11b616e04c","645539b8f98098150309e05b","645544ce03e4210923c460e0","645546ff818fde20d9540305","645547eb6c0fef1e25749bfd","645549398c26ca0825a54daa","6455499c590d5d004bed6ea4","64554a2643d50200424c949f","64554a49f549ec00603ffca9","64554a62e79d4d158bb7c7e6","6455542d375c23005fe8b0e6","64555468d1f36d1496d6cdc8","64555815aa3ef3004371a359","6455593a98a9f21f277c445e","645560f1397690015ef4605f","6455702c1fbcf7000aa29af8","6458746a53771c01d5540ea1","64587a7f5cc705003d964d2c","645882b110a29802bb76f633","6458a6b24e80bc00745061e5","6458c4a6b80425005fe1eab2","6458c7173e18d001d7e62202","6458d57d5aa615002563ce8b","6458d6aae642620012783f2b","64598b4afed949000a631205","6459f83ed3e7e41076e6f7ac","645a3186b28e5e1e83d7eb1a","645a69297458df011aa5e228","645a6e07e142ac003c199287","645a6ea1872f3e322bf9a1d3","645a798b3273ad32563c4725","645af6e9f35aa90ad1fd945f","645b585b6e8a3009c63793dd","645b9f6da30de608fe6a9a18","645ba1b6d34aea1c2d16b0e9","645cf4ad9fa1110a67ad1e44","6466c9be6219af0a2dce7bf6","6466df1311b66b09ca7824eb","646b7817157f4b0074ef0969","6476362675a20e0044c3806f","64763e486eb59e0074e36589","6476402c373b6d00239d7529","647641c860cf5f004b98257b","647670afde4a1500494a9afa","6476d61c7fb8dd000a4ba53e","6476df870c36a3004e86c355","64810347dea925001e9966a5","648173085c2c33002f3852ba","648174fe92e2fc0baa3e8257","648b1684be1002180b500145","6491634b44859c00253786f9","649d7050b8a47e003cc16e70","64e3258b6436f0002c5898d5","64e71501135f560041d1fe15","651592d5e816a81977972e97","6554f620ea420b004e5e098b","657b1ac6ee3b67003015b961","658a89e0d696ad001c089aa2","65aa8e3d53c85d003128eba0"],"project":"636d314a7b2cc300312af861","releaseDate":"2022-11-10T17:13:46.826Z","createdAt":"2022-11-10T17:13:46.826Z","__v":1,"updatedAt":"2024-01-19T14:59:09.062Z"}],"variableDefaults":[{"source":"security","_id":"641e10ffd239e90035bb5928","name":"api_key","type":"apiKey","apiSetting":"641e10fed239e90035bb5923"},{"source":"security","_id":"641e10ffd239e90035bb5927","name":"petstore_auth","type":"oauth2","apiSetting":"641e10fed239e90035bb5923"},null,{"source":"security","_id":"645a798c3273ad32563c4726","name":"noauthAuth","type":"http","scheme":"noauth","apiSetting":"645a798b3273ad32563c4724"}],"webhookEnabled":false,"isHubEditable":true},"projectStore":{"data":{"allow_crawlers":"disabled","canonical_url":null,"description":"API and Support documentation for Rackspace Technology products and services.","homepage_url":"//www.marisma21.com/docs/","name":"Rackspace Technology Documentation","redirects":[],"sitemap":"disabled","subdomain":"rackspace-test-1","suggested_edits":"enabled","uri":"/projects/me","custom_login":{"login_url":null,"logout_url":null},"pages":{"not_found":"/custom_pages/page-not-found"},"privacy":{"view":"public","password":null},"reference":{"defaults":"always_use","response_examples":"collapsed","response_schemas":"collapsed"},"plan":{"type":"business2018","grace_period":{"enabled":false,"end_date":null},"trial":{"expired":false,"end_date":"2023-05-01T17:13:46.463Z"}},"health_check":{"provider":"none","settings":{"manual":{"status":"down","url":null},"statuspage":{"id":null}}},"integrations":{"bing":{"verify":null},"google":{"analytics":null,"site_verification":null},"heap":{"id":null},"koala":{"key":null},"localize":{"key":null},"recaptcha":{"site_key":null,"secret_key":null},"segment":{"key":null,"domain":null},"typekit":{"key":null},"zendesk":{"subdomain":null},"intercom":{"app_id":null,"secure_mode":{"key":null,"email_only":false}}},"permissions":{"appearance":{"private_label":"enabled","custom_code":{"css":"enabled","html":"enabled","js":"disabled"}}},"appearance":{"table_of_contents":"enabled","whats_next_label":null,"brand":{"primary_color":"#000000","link_color":"#367ED4","theme":"light"},"changelog":{"layout":"collapsed","show_author":true,"show_exact_date":false},"explorer":{"json_editor":"disabled"},"footer":{"readme_logo":"hide"},"custom_code":{"css":"@media (max-width: 390px) {\n .Header-left-nav2xWPWMNHOGf_ {\n\t\tdisplay: none !important;\n }\n}\n\n@media (max-width: 768px) {\n .rm-SearchToggle {\n \twidth: unset !important;\n }\n}\n\nh2,\nh3,\nh4,\n.markdown-body h2,\n.markdown-body h3,\n.markdown-body h4 {\n\tcolor: #64005A !important;\n}\n\n/*----------------------------\nGlobal Header Changes\n-----------------------------*/\n.App header .rm-Container {\n max-width: inherit;\n}\n\n/*----------------------------\nCustom 404 Error Page Styles\n----------------------------*/\n\n.rm-LandingPageHeader h1 {\n color: white;\n}\n\nheader .rm-Container.rm-Container_flex {\n\tbackground-color: black;\n}\n\n.custom-page-not-found-message {\n\ttext-align: center;\n}\n\n.custom-page-not-found-message ul,\n.custom-page-not-found-message ul li {\n\ttext-align: initial;\n}\n\n.centered-list {\n\tpadding: 0 30%;\n}\n\n.rm-CustomPage h1 {\n\twidth: 100%;\n position: relative;\n text-align: center;\n}\n.rm-CustomPage h1::before {\n content: \"//www.marisma21.com/docs/support/how-to/\";\n display: block;\n\tbackground-image: url(\"https://files.readme.io/6228383-No-Result-Found.png\");\n height: 100px;\n margin-bottom: 2rem;\n text-align: center;\n background-position: center;\n background-repeat: no-repeat;\n}\n\n\nfooter {\n background-color: #3B3F45;\n color: $color-white;\n font-size: 0.8rem;\n letter-spacing: 0.025em;\n position: relative;\n z-index: 1;\n text-align: left;\n}\n\nfooter .container {\n\tdisplay: flex;\n flex-wrap: wrap;\n}\n\nfooter .basement-container {\n\tflex: 0 100%;\n background-color: black;\n}\n\nfooter .markdown-body {\n\tmargin: 40px;\n}\n\nfooter .markdown-body h5 {\n color: white;\n font-size: 10px;\n}\nfooter ul {\n float: left;\n}\nfooter li {\n\tlist-style: none;\n}\nfooter li a {\n\ttext-decoration: none;\n}\n\n/* #hub-sidebar {display: none;} */","js":null,"html":{"header":null,"home_footer":"
\n
\n
Developer Network
\n \n
\n \n \n\t\t
\n \t\t\n\t\t
\n
","page_footer":null}},"markdown":{"callouts":{"icon_font":"emojis"}},"logo":{"size":"large","dark_mode":{"uri":null,"url":"https://files.readme.io/b36afb9-small-Rackspace_Technology_Logo_RGB_WHT.png","name":"Rackspace_Technology_Logo_RGB_WHT.png","width":259,"height":80,"color":"#ffffff","links":{"original_url":"https://files.readme.io/c51eb39-Rackspace_Technology_Logo_RGB_WHT.png"}},"main":{"uri":null,"url":"https://files.readme.io/45785f4-brandmark-blue.svg","name":"readme.svg","width":60,"height":60,"color":"#048ef5","links":{"original_url":null}},"favicon":{"uri":null,"url":"https://files.readme.io/03d0889-favicon.ico","name":"favicon.ico","width":32,"height":32,"color":"#000000","links":{"original_url":null}}},"navigation":{"first_page":"landing_page","left":[],"logo_link":"homepage","right":[{"type":"link_url","title":"System Status","url":"//www.marisma21.com/status/","custom_page":null},{"type":"link_url","title":"Portal Login","url":"//www.marisma21.com/docs/login","custom_page":null}],"sub_nav":[],"subheader_layout":"links","version":"disabled","links":{"home":{"label":"Home","visibility":"enabled"},"graphql":{"label":"GraphQL","visibility":"disabled"},"guides":{"label":"Guides","alias":"Documentation","visibility":"enabled"},"reference":{"label":"API Reference","alias":"API Reference","visibility":"enabled"},"recipes":{"label":"Recipes","alias":null,"visibility":"disabled"},"changelog":{"label":"Changelog","alias":"Technical Blogs","visibility":"disabled"},"discussions":{"label":"Discussions","alias":null,"visibility":"disabled"}}},"header":{"type":"overlay","gradient_color":null,"overlay":{"fill":"cover","type":"custom","position":"top-left","image":{"uri":"/images/647fedd793c708000af4eb4f","url":"https://files.readme.io/931b99b-banner.png","name":"931b99b-banner.png","width":1253,"height":218,"color":"#000000","links":{"original_url":null}}}}}}},"version":{"_id":"636d314a7b2cc300312af866","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":true,"is_hidden":false,"is_deprecated":false,"categories":["636d314a7b2cc300312af868","636d314a7b2cc300312af868","6372011ade7b7600a2343971","63726bb1975454004c244cf0","6376be12127d9900031599e1","63774b1d9eef4a00e5b62f18","63ff1e02b3738700445b26b4","63ff83dd43c817007346d470","64107a6ff9a9400061fb465a","64107a750b81930011506490","64107a79fc13c0005ed4836d","64107a7c9cf8520011a62bd9","64107a7fee1584001f61f947","641082b90f3ef4000b43ef26","641e010c3515610d761cf71d","641e0fe685ebf8003c2ac2e9","641e1030fe15970059b83d7a","641e10fed239e90035bb5924","643976eb94d370000deca9c5","643eb4d1f195600074707bde","643edb1078e8af00581d6025","6446e6cd4c6c320012421eba","64471a0483c65f003cc90679","6447fa1204508d167ad74187","644acc292835070056a1ffc2","64512c3398180c0032bcebc2","64516fe83f49d100296cd1bd","645171e4f1fb03006c7ee494","6451751e0ac9da001158d36a","64518259f068f50477d88696","64528ac2439fe20018a1136d","64529bbd1df7160064bb4130","6452a2c25889bb0c1e2603c2","6452a5b8154b870116b0541c","6452a5d3173e670068a40e04","6452a5f3254968001a6a8591","6452a6785abf210bdfe90146","6452b20b90709a0e007dcd10","6452b55b5a587200583ffd21","6452d52eeccf7c03cc275a95","645374b2c2a2640527e72fa2","6453b5166cb45618d546ca72","645477a8f90ece004ad0f609","6454aee1a6984a002f419059","6454af754df037000a477f38","64550c22aed895000b35e4e5","64551057a6984a002f47639f","645531b975d48b11b616e04c","645539b8f98098150309e05b","645544ce03e4210923c460e0","645546ff818fde20d9540305","645547eb6c0fef1e25749bfd","645549398c26ca0825a54daa","6455499c590d5d004bed6ea4","64554a2643d50200424c949f","64554a49f549ec00603ffca9","64554a62e79d4d158bb7c7e6","6455542d375c23005fe8b0e6","64555468d1f36d1496d6cdc8","64555815aa3ef3004371a359","6455593a98a9f21f277c445e","645560f1397690015ef4605f","6455702c1fbcf7000aa29af8","6458746a53771c01d5540ea1","64587a7f5cc705003d964d2c","645882b110a29802bb76f633","6458a6b24e80bc00745061e5","6458c4a6b80425005fe1eab2","6458c7173e18d001d7e62202","6458d57d5aa615002563ce8b","6458d6aae642620012783f2b","64598b4afed949000a631205","6459f83ed3e7e41076e6f7ac","645a3186b28e5e1e83d7eb1a","645a69297458df011aa5e228","645a6e07e142ac003c199287","645a6ea1872f3e322bf9a1d3","645a798b3273ad32563c4725","645af6e9f35aa90ad1fd945f","645b585b6e8a3009c63793dd","645b9f6da30de608fe6a9a18","645ba1b6d34aea1c2d16b0e9","645cf4ad9fa1110a67ad1e44","6466c9be6219af0a2dce7bf6","6466df1311b66b09ca7824eb","646b7817157f4b0074ef0969","6476362675a20e0044c3806f","64763e486eb59e0074e36589","6476402c373b6d00239d7529","647641c860cf5f004b98257b","647670afde4a1500494a9afa","6476d61c7fb8dd000a4ba53e","6476df870c36a3004e86c355","64810347dea925001e9966a5","648173085c2c33002f3852ba","648174fe92e2fc0baa3e8257","648b1684be1002180b500145","6491634b44859c00253786f9","649d7050b8a47e003cc16e70","64e3258b6436f0002c5898d5","64e71501135f560041d1fe15","651592d5e816a81977972e97","6554f620ea420b004e5e098b","657b1ac6ee3b67003015b961","658a89e0d696ad001c089aa2","65aa8e3d53c85d003128eba0"],"project":"636d314a7b2cc300312af861","releaseDate":"2022-11-10T17:13:46.826Z","createdAt":"2022-11-10T17:13:46.826Z","__v":1,"updatedAt":"2024-01-19T14:59:09.062Z"}},"reqUrl":"/docs/connect-to-a-cloud-databases-instance","version":{"_id":"636d314a7b2cc300312af866","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":true,"is_hidden":false,"is_deprecated":false,"categories":["636d314a7b2cc300312af868","636d314a7b2cc300312af868","6372011ade7b7600a2343971","63726bb1975454004c244cf0","6376be12127d9900031599e1","63774b1d9eef4a00e5b62f18","63ff1e02b3738700445b26b4","63ff83dd43c817007346d470","64107a6ff9a9400061fb465a","64107a750b81930011506490","64107a79fc13c0005ed4836d","64107a7c9cf8520011a62bd9","64107a7fee1584001f61f947","641082b90f3ef4000b43ef26","641e010c3515610d761cf71d","641e0fe685ebf8003c2ac2e9","641e1030fe15970059b83d7a","641e10fed239e90035bb5924","643976eb94d370000deca9c5","643eb4d1f195600074707bde","643edb1078e8af00581d6025","6446e6cd4c6c320012421eba","64471a0483c65f003cc90679","6447fa1204508d167ad74187","644acc292835070056a1ffc2","64512c3398180c0032bcebc2","64516fe83f49d100296cd1bd","645171e4f1fb03006c7ee494","6451751e0ac9da001158d36a","64518259f068f50477d88696","64528ac2439fe20018a1136d","64529bbd1df7160064bb4130","6452a2c25889bb0c1e2603c2","6452a5b8154b870116b0541c","6452a5d3173e670068a40e04","6452a5f3254968001a6a8591","6452a6785abf210bdfe90146","6452b20b90709a0e007dcd10","6452b55b5a587200583ffd21","6452d52eeccf7c03cc275a95","645374b2c2a2640527e72fa2","6453b5166cb45618d546ca72","645477a8f90ece004ad0f609","6454aee1a6984a002f419059","6454af754df037000a477f38","64550c22aed895000b35e4e5","64551057a6984a002f47639f","645531b975d48b11b616e04c","645539b8f98098150309e05b","645544ce03e4210923c460e0","645546ff818fde20d9540305","645547eb6c0fef1e25749bfd","645549398c26ca0825a54daa","6455499c590d5d004bed6ea4","64554a2643d50200424c949f","64554a49f549ec00603ffca9","64554a62e79d4d158bb7c7e6","6455542d375c23005fe8b0e6","64555468d1f36d1496d6cdc8","64555815aa3ef3004371a359","6455593a98a9f21f277c445e","645560f1397690015ef4605f","6455702c1fbcf7000aa29af8","6458746a53771c01d5540ea1","64587a7f5cc705003d964d2c","645882b110a29802bb76f633","6458a6b24e80bc00745061e5","6458c4a6b80425005fe1eab2","6458c7173e18d001d7e62202","6458d57d5aa615002563ce8b","6458d6aae642620012783f2b","64598b4afed949000a631205","6459f83ed3e7e41076e6f7ac","645a3186b28e5e1e83d7eb1a","645a69297458df011aa5e228","645a6e07e142ac003c199287","645a6ea1872f3e322bf9a1d3","645a798b3273ad32563c4725","645af6e9f35aa90ad1fd945f","645b585b6e8a3009c63793dd","645b9f6da30de608fe6a9a18","645ba1b6d34aea1c2d16b0e9","645cf4ad9fa1110a67ad1e44","6466c9be6219af0a2dce7bf6","6466df1311b66b09ca7824eb","646b7817157f4b0074ef0969","6476362675a20e0044c3806f","64763e486eb59e0074e36589","6476402c373b6d00239d7529","647641c860cf5f004b98257b","647670afde4a1500494a9afa","6476d61c7fb8dd000a4ba53e","6476df870c36a3004e86c355","64810347dea925001e9966a5","648173085c2c33002f3852ba","648174fe92e2fc0baa3e8257","648b1684be1002180b500145","6491634b44859c00253786f9","649d7050b8a47e003cc16e70","64e3258b6436f0002c5898d5","64e71501135f560041d1fe15","651592d5e816a81977972e97","6554f620ea420b004e5e098b","657b1ac6ee3b67003015b961","658a89e0d696ad001c089aa2","65aa8e3d53c85d003128eba0"],"project":"636d314a7b2cc300312af861","releaseDate":"2022-11-10T17:13:46.826Z","createdAt":"2022-11-10T17:13:46.826Z","__v":1,"updatedAt":"2024-01-19T14:59:09.062Z"},"lang":"en","langFull":"Default","isDetachedProductionSite":false,"rdmdOpts":{"normalize":true,"correctnewlines":false,"compatibilityMode":false}}">
Baidu
map