检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • More
        10000 results found
        • AUTO_INCREMENT - GaussDB(DWS)

          AUTO_INCREMENT - GaussDB(DWS)

          DSC will delete this attribute during migration. Input 1 2 3 4 5 6 7 8 CREATE TABLE IF NOT EXISTS `public`.

          Help > GaussDB(DWS) > Tool Guide > DSC > MySQL Syntax Migrating > Table (Optional Parameters and Operations)
        • Enrolling an Account - Resource Governance Center

          Enrolling an Account - Resource Governance Center

          If you have enrolled the account in the new landing zone, manually delete the resources, such as agencies and policies, of the account from the original landing zone, or an error will occur.

          Help > Resource Governance Center > User Guide > Account Management
        • Configuring a NAT Gateway - Cloud Firewall

          Configuring a NAT Gateway - Cloud Firewall

          Do not delete it. Step 1: Configure an SNAT Rule In the service list, click NAT Gateway under Networking. The Public NAT Gateway page is displayed. Click the name of a public network NAT gateway. The Basic Information tab is displayed. Click the SNAT Rules tab.

          Help > Cloud Firewall > Best Practices > Configuring a Protection Rule to Protect SNAT Traffic
        • How Do I Handle a Canary Upgrade Failure? - Application Service Mesh

          How Do I Handle a Canary Upgrade Failure? - Application Service Mesh

          If there are resources to be discarded in the current version, delete them before the upgrade. Failed to check Istio gateway labels before the upgrade.

          Help > Application Service Mesh > FAQs > Mesh Management
        • Failed to Configure Cross-Cluster Mutual Trust - MapReduce Service

          Failed to Configure Cross-Cluster Mutual Trust - MapReduce Service

          Run the delprinc command to delete users krbtgt/local cluster domain name@external cluster domain name and krbtgt/external cluster domain name@local cluster domain name. Run the quit command to exit the Kerberos client.

          Help > MapReduce Service > Troubleshooting > Cluster Management
        • Cursor Loop - GaussDB

          Cursor Loop - GaussDB

          CLOSE C2; END; / ANONYMOUS BLOCK EXECUTE -- Delete the temporary table. gaussdb=# DROP TABLE integerTable1; gaussdb=# DROP TABLE integerTable2; Parent topic: Cursors

          Help > GaussDB > Developer Guide(Distributed_V2.0-8.x) > Stored Procedures > Cursors
        • ALTER FOREIGN TABLE - GaussDB

          ALTER FOREIGN TABLE - GaussDB

          c_last_review_date char(10) ) SERVER gsmpp_server OPTIONS ( location 'gsfs://10.185.179.143:5000/customer1*.dat', FORMAT 'TEXT' , DELIMITER '|', encoding 'utf8', mode 'Normal') READ ONLY; -- Change foreign table attributes and delete

          Help > GaussDB > Developer Guide(Distributed_V2.0-8.x) > SQL Reference > SQL Syntax > A
        • PLAN_TABLE - GaussDB

          PLAN_TABLE - GaussDB

          PLAN_TABLE supports only SELECT and DELETE and does not support other DML operations. Parent topic: Other System Views

          Help > GaussDB > Developer Guide(Centralized_V2.0-8.x) > System Catalogs and System Views > System Views > Other System Views
        • Creating a Ray Cluster - DataArts Fabric

          Creating a Ray Cluster - DataArts Fabric

          If a Ray cluster fails to be created, delete the failed cluster before creating another one. This prevents the failed cluster from occupying resources. Parent topic: Ray Cluster Management

          Help > DataArts Fabric > User Guide > Ray Scenario > Ray Cluster Management
        • Creating an Environment - Cloud Application Engine

          Creating an Environment - Cloud Application Engine

          Table 1 cae-default-sg rules Direction Priority Policy Protocol and Port Type Source Address Inbound 1 Allow TCP: 3000–65535 IPv4 0.0.0.0/0 1 Allow All IPv6 cae-default-sg 1 Allow All IPv4 cae-default-sg Outbound 100 Allow All IPv4 0.0.0.0/0 100 Allow All IPv6 ::/0 Do not modify or delete

          Help > Cloud Application Engine > User Guide > Environment Management
        • What Is DEW? - Data Encryption Workshop

          What Is DEW? - Data Encryption Workshop

          Users or applications can use CSMS to create, retrieve, update, and delete credentials in a unified manner throughout the secret lifecycle. CSMS can help you eliminate risks incurred by hardcoding, plaintext configuration, and permission abuse.

          Help > Data Encryption Workshop > Service Overview
        • ALTER AGGREGATE - GaussDB

          ALTER AGGREGATE - GaussDB

          -- Create a schema myschema. gaussdb=# CREATE SCHEMA myschema; -- Move the aggregate function myavg that accepts int-type parameters to myschema. gaussdb=# ALTER AGGREGATE my_average(int) SET SCHEMA myschema; -- Delete the schema, user, and related function. gaussdb=# DROP SCHEMA

          Help > GaussDB > Developer Guide(Centralized_V2.0-8.x) > SQL Reference > SQL Syntax > A
        • ACLItem Type - GaussDB

          ACLItem Type - GaussDB

          INSERT INTO table_acl VALUES (2,'user1=aw/omm','{omm=d/user2}'); gaussdb=# SELECT * FROM table_acl; id | priv | privs ----+---------------+------------------------- 1 | user1=arw/omm | {omm=d/user2,omm=w/omm} 2 | user1=aw/omm | {omm=d/user2} (2 rows) -- Delete

          Help > GaussDB > Developer Guide(Distributed_V2.0-8.x) > SQL Reference > Data Types
        • BEGIN - GaussDB

          BEGIN - GaussDB

          The isolation level of a transaction cannot be reset after the first clause (INSERT, DELETE, UPDATE, FETCH, or COPY) for modifying data is executed in the transaction. Value range: READ COMMITTED: Only committed data is read. This is the default value.

          Help > GaussDB > Developer Guide(Distributed_V2.0-8.x) > SQL Reference > SQL Syntax > B
        • PLAN_TABLE - GaussDB

          PLAN_TABLE - GaussDB

          PLAN_TABLE supports only SELECT and DELETE and does not support other DML operations. Parent topic: Other System Views

          Help > GaussDB > Developer Guide(Distributed_V2.0-8.x) > System Catalogs and System Views > System Views > Other System Views
        • Viewing TaurusDB Metrics - TaurusDB

          Viewing TaurusDB Metrics - TaurusDB

          Under Real-Time Monitoring, view real-time monitoring data such as CPU usage, memory usage, SELECT statements per second, DELETE statements per second, and INSERT statements per second. You can also click View details to view more metrics on the Cloud Eye console.

          Help > TaurusDB > User Guide > Metrics and Alarms
        • Error Codes - EventGrid

          Error Codes - EventGrid

          Delete the resource bound to this resource first. 409 EG.00514005 The connection is being created and cannot be deleted. The connection is being created and cannot be deleted. Try again later. 500 EG.00511000 Internal service error. Internal service error.

          Help > EventGrid > API Reference > Appendix
        • Scaling Up Storage Space - Relational Database Service-RDS for SQL Server

          Scaling Up Storage Space - Relational Database Service-RDS for SQL Server

          You cannot reboot or delete a DB instance that is being scaled up. Storage space can only be scaled up. If you scale up a DB instance with the disk encrypted, the expanded storage space will be encrypted using the original encryption key.

          Help > User Guide > Instance Modifications
        • Advantages - CodeArts PerfTest

          Advantages - CodeArts PerfTest

          After tests are complete, you can delete clusters at any time. CodeArts PerfTest supports real-time scale-ins, scale-outs, and upgrades of test clusters. Shared resource group: Use shared resource groups for debugging or small scale concurrent pressure tests.

          Help > CodeArts PerfTest > Service Overview
        • Performing Operations on a CBH Instance Tag - Cloud Bastion Host

          Performing Operations on a CBH Instance Tag - Cloud Bastion Host

          Table 3 Request body parameters Parameter Mandatory Type Description action Yes String Action. create delete tags Yes Array of ResourceTag objects Tag list. This parameter is mandatory when the tenant permission is used.

          Help > Cloud Bastion Host > API Reference > API Description > Label Management
        Total results: 10000
        • Previous
        • 1
        • ...
        • 496
        • 497
        • 498
        • 499
        • 500
        • Next
        • Go
        Load More
        Was this helpful?
        Feedback
        /200
        Submit Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement