> In which level I can control the access of users to 
> databases:Whole database, 
> table, column? and read, write, change definition? 

see http://dev.mysql.com/doc/maxdb/en/48/f0dac7225811d3a97d00a0c9449261/frameset.htm
for information which Privileges can be granted on SQL objects.

Short answer: you can grant privileges on individual columns

> Does Max db support communication over SSL or TSL and how?

No. This is planned for release 7.6. But due to export restrictions, is isn't yet 
certain that we will be able to provide this for the Open Source version.

> What other security issues apply to this Database engine?

Creation of databases requires privileges of an operating system user. Changing of the 
database configuration must then be authorized using the dbm user.

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to