Appearance
Improvements to your MySQL databases
We’ve introduced several improvements to database management, giving you greater control over your MySQL databases.
Enhanced Database Management
You can now:
- Relabel databases – If you need to update a database label for better organization or clarity, you can now rename it.
- Reset databases credentials – If you lose access or need to update security, you can easily generate new credentials without affecting your data.
- Delete databases – When a database is no longer needed, you can permanently remove it with a simple action, keeping your project clean and organized.
Backup and Restore
- Create manual backups – You can now generate a backup of your database whenever needed, ensuring you have a restore point before making major changes.
- View and download automatic backups – The system automatically creates backups of your databases, and you can now easily access, view, and download them for safekeeping.
- Restore backups – You have the option to restore a backup directly to the same database, replacing its contents, or restore to a new database, allowing for safe testing or duplication without affecting your live data.
These improvements give you more control over your databases, helping you manage them more efficiently and securely. If you have any questions, we're here to help!