实例所在的安全组入方向安全规则放行22、80、4423、2368端口。 创建新用户 由于Ghost官方不推荐使用root用户直接进行操作。因此需要重新创建新的用户,并且为其配置权限。 执行以下命令,创建新用户。 以创建test用户为例子。 adduser test 具体配置如下: root@ecm-2d20-Ghost:~# adduser test Adding user `test' ... Adding new group `test' (1000) ...
本页介绍天翼云TeleDB数据库系统视图user_col_comments的内容。 视图的作用:提供了当前用户所拥有的表的列及其注释信息。 名称 类型 定义 schema_name name 列所在的表的模式(schema)名称。 table_name name 列所在的表的名称。 column_name name 列的名称。 comments text 列的注释信息。