To delete a PgSQL database, you can: Use the “Delete” button in the databases table. Right-click on the name of the database and use the “Delete” option from the context menu. A new window will pop up, asking for your confirmation. If you want to delete the database, click on “OK”. If you wish to …
Category: Databases
How to change the password for a PgSQL database?
To make a change the password for your database, you can: Use the “Password” button in the databases table. Right-click on the name of the database and use the “Password” option from the context menu. A new pop-up window will open, from where you can type in the desired new password. Once you are ready, …
How to create a PgSQL backup?
Our database manager offers a quick way to make a backup for your database, without having to deal with the phpPgAdmin tool. To make a backup of your database, you can: Use the “Backup” button in the databases table. Right-click on the name of the database and use the “Database Backup” option from the context …
How to create a new database?
PgSQL database is used to store user information in a structured way. PgSQL databases can be used with most PHP applications. To add new database to your hosting account, click on the “Create New Database” action button. This will open a new pop-up window, where you will have to fill in the database username and …
How to delete a MySQL database?
To delete a MySQL database, you can: Use the “Delete” button in the databases table. Right-click on the name of the database and use the “Delete” option from the context menu. A new window will pop up, asking for your confirmation. If you want to delete the database, click on “OK”. If you wish to …