This section contains the specific parameters for the MySQL databases (Administrator type user for the utilities execution).
If using the section in the Java version of the database management tool, only the "General settings" section below applies.
General format:
[MySQL]
user = root
password = ...
...
Parameter |
Type |
Mand. |
Default |
Description |
General settings |
||||
UserUtil |
string |
no |
Used to impose a default connection profile if the profile is not specified in the tool's settings. |
|
PasswordUtil |
string |
no |
Used to impose the default user profile password. |
|
GrantedErrors |
string |
no |
List of SQL error codes (in an absolute value, i.e. unsigned), separated by commas. The listed error codes are ignored when interpreting a SQL script and do not stop processing. |
|
GrantedSQLStates | string | no | List of SQLSTATE error codes, separated by commas. The listed error codes are ignored when interpreting a SQL script and do not stop processing. This parameter acts as a complement to the "GrantedErrors" parameter for DBMSs that do not return SQLCODE codes. |
|
Creation |
||||
user |
string |
no |
User who possesses the administration rights of MySQL server (e.g.: root) |
|
password |
string |
no |
User password. |