πDatabases
Last updated
Last updated
Copyright Β© 2024 HidenCloudβ’ by HidenNetworkβ’ - All rights reserved. | E: info@hidencloud.com | T/WA: +34624027199 | ID: 6H58JSXC8SCC2
Configuring a MySQL database is essential for running applications or projects requiring cloud-based data storage. This guide will help you create and manage databases using the HidenCloud panel.
Access the HidenCloud Panel Log in to your HidenCloud account.
Navigate to the Databases Section Go to [Management] > [Databases] in the sidebar.de bases de datos mediante [Management] > [Databases].
Create a New Database
Host: Select a host close to your location or your main server to minimize latency.
Name: Specify a unique name for your database.
Connections From: This field is set to %
by default to allow connections from any IP address. You can restrict access to specific IP addresses if preferred.
Configure Your Application or Service Update your application to connect to the newly created database.
β’ Deleting a database will immediately erase all stored information.
β’ Project backups do not include databases, so deleted databases cannot be recovered.
β’ The default MySQL port is always 3306
.
If you need to reset a database password, follow these steps:
Access the HidenCloud Panel Log in and select your project.
Navigate to the Databases Section Go to [Management] > [Databases].
Reset the Password
Locate the database you wish to reset the password for.
Select [Reset Password].
Update the configuration files of your applications or services using this database with the new password.
Java-based applications often require a JDBC connection string to interact with your MySQL database. HidenCloud provides this string, containing all necessary details for the connection.
Access the HidenCloud Panel Log in and select your project.
Locate the JDBC Connection String
Navigate to [Management] > [Databases] in the sidebar.
Find your desired database, and the JDBC connection string will be available to copy and use in your application.
HidenCloud simplifies database management, enabling you to configure and maintain your infrastructure effortlessly. For further assistance, refer to the official documentation or contact HidenCloud's technical support team.