FAQs

How Can I Obtain the Values of Environment Variables When Deploying a Game Application?

  1. Log in to the CCE console.
  2. In the navigation pane, choose Workloads > StatefulSets.
  3. Click wow-mysql-mysqld to access its details page.
  4. Click the Services tab. The value of the mysqlip environment variable is obtained from Figure 1.

    Figure 1 Database IP address

  5. Click the Upgrade tab. The value of the mysqlrootpasswd environment variable is equal to the value of MYSQL_ROOT_PASSWORD in Figure 2.

    Figure 2 Database administrator account password

  6. In the navigation pane, choose Resource Management > Nodes to view the elastic IP address of the node created in Creating a Cluster. The value of biboaddress is the elastic IP address.

    Figure 3 Obtaining the EIP

How Can I Obtain the Access Port When Deploying a Game Application?

  1. Log in to the CCE console, choose Workloads > Deployments in the navigation pane, and click wow-auth to access its details page.
  2. Click the Upgrade tab, expand Advanced Settings, and view the value of biboport.

    Figure 4 Obtaining the access port