|
SELECT DATABASE
You can do the following on this page:
- To connect to your database select the name of the database and click "Connect".
- To drop a database select a database and hit DROP. You will be prompted to confirm your intention then.
- To create new database type new database name in the text field and hit "Create Database".
- You can jump to either "Create Backup" or "Restore" page hitting the corresponding button.
- An SQL statement(s) can be executed using terminal window. If multiple statements are placed in the window, they must be separated with semicolon ';'

|