Updated on 2024-05-21 GMT+08:00

Creating a Database

Scenarios

After your GaussDB(for MySQL) instance is created, you can create databases on it.

Constraints

  • This operation is not allowed when another operation is being performed on your DB instance.
  • After a database is created, the database name cannot be changed.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and a project.
  3. Click in the upper left corner of the page, choose Databases > GaussDB(for MySQL).
  4. On the Instances page, click the instance name to go to the Basic Information page.
  5. In the navigation pane on the left, choose Databases. On the displayed page, click Create Database. In the displayed dialog box, enter a database name, select a character set, and authorize permissions for users. Then, click OK.

    Figure 1 Creating a database

    • The database name can contain 1 to 64 characters. Only letters, digits, hyphens (-), and underscores (_) are allowed. The total number of hyphens (-) cannot exceed 10.
    • You can click Show to view all character sets.
    • You can select one or more unauthorized users. If there are no unauthorized users, you can create one.
    • If you require fine-grained permissions control, log in to the database through the DAS console.

  6. After the database is created, authorize or delete it on the Databases page. You can search for the desired database by character set and database name.

Creating a Database Through DAS

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and a project.
  3. Click in the upper left corner of the page, choose Databases > GaussDB(for MySQL).
  4. On the Instances page, locate the instance and click Log In in the Operation column.
  5. On the displayed login page, enter the username and password and click Log In.
  6. Choose SQL Operations > SQL Query, and enter the following command to create a database:

    create database Database name;