Tratamos los datos que nos proporcionas a través de los medios de contacto que te facilitamos en nuestra web con la finalidad de atender las solicitudes que nos envías. Estamos legitimados para tratarlos porque tenemos interés legítimo en gestionar las solicitudes que nos planteas. [+
info]
Addressees
No compartimos tus datos con terceros, salvo por obligación legal. [+
info]
Derechos
Puedes oponerte al tratamiento, así como otros derechos de los que te informamos en la información adicional. [+
info]
hosting(string): Destination hosting name. The parameter is required.
originDdbbName(string): Origin database name. The parameter is required. Parameter value must be a valid database name. Parameter length must be between 1 and 64 characters. It can contain only alphanumeric or underscore chars. String must start with a alphabetical char and contain at least one numeric char.
originUser(string): Origin user name. The parameter is required. Parameter length must be between 1 and 16 characters.
originPassword(string): Origin user password. The parameter is required. Parameter length must be between 1 and 255 characters.
originServer(string): Origin server hostname or IP with (or without) port. Default port: 3306. The parameter is required.
create(bool): Create destination DDBB. The parameter is optional. Parameter value must be a boolean ( true or false ).
destinationDdbbName(string): Destination new database name. If it's empty, we'll use originDdbbName as the destination database name. The parameter is optional. Parameter value must be a valid database name. Parameter length must be between 1 and 64 characters. It can contain only alphanumeric or underscore chars. String must start with a alphabetical char and contain at least one numeric char.
destinationUser(string): Destination new user name. If it's empty, we'll use originUser as the destination user name on creation. The parameter is optional. Parameter length must be between 0 and 16 characters.
destinationPassword(string): Only used if create is true. Destination user password. If it's empty, we'll use originPassword as the destination password on creation. The parameter is optional. Parameter length must be between 0 and 16 characters.
notificationMail(string): Email address for a notification. The parameter is optional. Parameter value must be a valid email address.