...
The Restore Database activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Backup File Path (text box editor type) (type: string):the path the path of the backup file or select it with the File Browser. Should be an The .sql extension file (E.G. C:\\BackupsFolder\BackupFile.sql).MySQlfile path can be manually written or selected by clicking the button. In this example the backup file has the same name as the database's.
- MySQL.exe Path (text box editor type) (type: string): the path of the mysql.exe, or select it with the File Browser. If using XAMPP, the default path is C:\xampp\mysql\mysql.exe.
- Password (password editor type) (type: string): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the sql server. (This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Portal).
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Restore Database activity:
...
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: boolean): outputs True or False if the execution was successful or not.
...