ds.xyz.connection.type = mysql
Use this to create a database source which connects to a mysql type of database.
Â
Class | Database |
---|---|
Property | ds.xyz.connection.type = mysql |
Formal specification | ds.xyz.connection.type = mysql |
Required | no |
Default | no |
Version | 1.0 |
Comment | |
Example | ds.xyz.connection.type=mysqlÂ
ds.xyz.connection.url=jdbc:mysql://localhost:3306/igrid_test?useUnicode=true&characterEncoding=UTF8&jdbcCompliantTruncation=false
ds.xyz.connection.username=myuserÂ
ds.xyz.connection.password=mypasswordÂ
|
Reference | gd.query.ds |