mysql客户端方式

用户安装MySQL客户端后,可进入命令行方式链接数据库。
命令格式:mysql -u user_name -h example.mysql.rds.aliyuncs.com -P3306 -pxxxx
其中,-u 指定的是用户名, -h指定的是主机名, -P指定的是端口, -p指定的是密码。

WordPress使用RDS

添加服务器IP到白名单
修改wp-config.php
参见WordPress迁移

作者简介

Chun-Hui Gao is a Research Associate at Huazhong Agricultural University.

重复使用

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT. The full source is available at https://github.com/yihui/hugo-prose.

欢迎修订

如果您发现本文里含有任何错误(包括错别字和标点符号),欢迎在本站的 GitHub 项目里提交修订意见。

引用本文

如果您使用了本文的内容,请按照以下方式引用:

gaoch (2015). 如何连接阿里云数据库RDS. BIO-SPRING. /post/2015/08/21/2015-08-21-connect-to-rds/

BibTeX citation

@misc{
  title = "如何连接阿里云数据库RDS",
  author = "gaoch",
  year = "2015",
  journal = "BIO-SPRING",
  note = "/post/2015/08/21/2015-08-21-connect-to-rds/"
}