DAC for MySQL
TMySQLDatabase.Properties.UserPassword | Previous Next |
To provide a Password for the connection.
Syntax:
property UserPassword: String;
Description:
For security reasons we strongly recommend you to set Password for each user.
 | By default MySQL has user root with empty password and server administering rights. Don't
forget to change password for root! |