Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1020 Bytes

File metadata and controls

34 lines (22 loc) · 1020 Bytes

hostinger agency-hosting databases create-website

Create website database

Synopsis

Creates a MySQL database with a dedicated user for an Agency Plan website.

The database name, username, and password must all be provided by the caller.

hostinger agency-hosting databases create-website <website_uid> [flags]

Options

      --database-name string   Database name to create (alphanumeric characters).
      --database-user string   Database username to create alongside the database (alphanumeric characters).
  -h, --help                   help for create-website
      --password string        Password for the database user (requires mixed case, letters, and numbers).

Options inherited from parent commands

      --config string   Config file (default is $HOME/.hostinger.yaml)
      --format string   Output format type (json|table|tree), default: table

SEE ALSO