maxdb wrote: > > Can I create a new database from a sql session? > > In addition to Alexander's mail: 'database' in (for example) MySQL's wording is a namespace with some restrictions in one database system. 'database' in MaxDB's wording is the full database system in which several schemas (7.5.01) resp. users (all releases) can form a namespace. Those users/schemas can be created as SQL statements (see chapter Authorization in the Reference Manual).
The full database can not be created using SQL, as SQL will only work on existing databases (MaxDB usage of the word 'database'). Elke SAP Labs Berlin > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: > http://lists.mysql.com/[EMAIL PROTECTED] > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
