Editing Database
Last updated
Last updated
To create a new Database or Table,
Highlight the database / table where you want to create it, select on root database to create a new database or select on database / table to create new table.
Press the Create button at the middle of the main section.
Configure database creation.
Charset available:
utf8mb4
latin1
Collation available for utf8mb4 Charset:
utf8mb4_general_ci
utf8mb4_unicode_ci
Collation available for latin1 Charset:
latin1_general_ci
latin1_swedish_ci
The new database will be created inside the root database.
Alternatively, press the Create button on the top right section while highlighting the database root. The database will be created inside the root database.
To create a table, press the Create button at the middle of the main section while highlighting any database that user has created.
Configure table creation.
Engine available:
InnoDB
MyISAM
Charset available:
utf8mb4
latin1
Collation available for utf8mb4 Charset:
utf8mb4_general_ci
utf8mb4_unicode_ci
Collation available for latin1 Charset:
latin1_general_ci
latin1_swedish_ci
The new table will be created inside the highlighted database / on top of the highlighted table.
Alternatively, press the Create button on the top right section while highlighting a database or a table. The table will be created inside the highlighted database / on top of the highlighted table.
To rename a Database or Table,
Highlight the database / table which you want to rename
The new name will then be used.
To modify a Database or Table configuration,
Highlight the database or table which you want to modify.
Host
Port
Username
Charset available:
utf8mb4
latin1
Collation available for utf8mb4 Charset:
utf8mb4_general_ci
utf8mb4_unicode_ci
Collation available for latin1 Charset:
latin1_general_ci
Engine available:
InnoDB
MyISAM
Charset available:
utf8mb4
latin1
Collation available for utf8mb4 Charset:
utf8mb4_general_ci
utf8mb4_unicode_ci
Collation available for latin1 Charset:
latin1_general_ci
latin1_swedish_ci
Confirm the configuration change. The item configuration will then be updated.
To delete a Database or a Table,
Highlight the database or table which you want to remove.
Confirm the deletion. The item will then be removed.
Press the Rename button on the top right section. and for table
Enter a new name for the database or table and for table
Press the Configuration button on the top right section. Please notice that configuration button icon for configuring database and table is different: and for table
Change the database / table configuration For root database configuration these fields could be modified
Password For database configuration these fields could be modified
latin1_swedish_ci For table configuration these fields could be modified (Please take note that Engine cannot be changed from InnoDB to MyISAM after a table has been created and has foreign keys linked to it as MyISAM does not support foreign keys)
Press the Delete button on the top right section.