1.RDS数据库创建好之后点击RDS实例管理找到已下信息

官方文档 -1:http://www.ctyun.cn/help/qslist/567

官方文档 -2:http://www.ctyun.cn/help/qslist/544

如图:

IP : 链接地址一列下方对应的是IP:POST(ip:端口),获取冒号左边的数据就是IP地址

HOST : 端口号(获取(IP:POST)冒号右边的数据就是端口号)

user : 天翼云默认RDS数据库用户名为root

password : 就是创建RDS实例时创建的密码

2.RDS数据库不对外展示,只有内网ip可以操作RDS数据库实例。打开一个安装过mysql数据库的天翼云命令窗口。

[root@ecs-7bec-0002 ~]# mysql -h<IP> -P<HOST> -u<user> -p<password>    //<红色> 是对应的值,命令不包括<>
Warning: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 95366
Server version: 5.6.30-log MySQL Community Server (GPL) Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>

3.RDS数据库导出sql文件命令,直接在linux命令窗口输入

mysqldump --databases <数据库名称> --single-transaction --hex-blob --set-gtid-purged=
OFF --no-create-info --skip-triggers -u <数据库用户名> -p -h <数据库rds内网地址> -P <rds数据库端口> -r <生成的文件路径>

最新文章

  1. Js异步上传加进度条
  2. javascript 中的 bind (编辑中。。。。)
  3. JAVA单例的三种实现方式
  4. [Unity] UGUI研究院之游戏摇杆
  5. Nginx 反向代理学习(一)
  6. NSArray倒序
  7. 浅谈Javascript中默认参数值的设置
  8. Linux的进程优先级-邹立巍
  9. &quot;红色病毒&quot;问题 HDU 2065 递推+找循环节
  10. POJ 1502 MPI Maelstrom( Spfa, Floyd, Dijkstra)
  11. Java网络编程-对象编解码方案、优劣对照
  12. HDU 1243 畅通project 并査集
  13. 分布式事务之如何基于RocketMQ的事务消息特性实现分布式系统的最终一致性?
  14. Windows Server 2012安装IIS 8.0
  15. ORM概念
  16. 小程序navigateBack,子页面传值给父页面
  17. HDOJ 1754 I Hate It (线段树)
  18. Task任务的屏障机制
  19. mysql linux安装教程
  20. [PHP]算法-最大子数组问题思路

热门文章

  1. WPF中控件TextBlock使用(简单)
  2. 使用同步适配器(sync adapter)数据传输
  3. 实例介绍Cocos2d-x中Box2D物理引擎:碰撞检測
  4. hdu 4941 Magical Forest (map容器)
  5. ASP.NET MVC中的嵌套布局页
  6. poj--3061--Subsequence(贪心)
  7. Area(pick定理)
  8. 工具分享1:文本编辑器EditPlus、汇编编译器masm、Dos盒子
  9. html body中的标签2
  10. A - Infinite Sequence