Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
Cannot grant CREATEIN privilege as dbadmin?

Cannot grant CREATEIN privilege as dbadmin?

2007-06-07       - By Robert Kr?

 Back
Reply:     1     2     3  


Hi,

it's probably either a stupid mistake or a fundamental misunderstanding
of Maxdb concepts on my part but after reading some of the maxdb
documentation I expected that dbadmin can grant any privilege to any
user but that does not appear to be the case.

I have three users (all resource) TEST, TEST1, TEST2 in my database and
I want TEST to be able to create and drop tables etc. in schemas TEST1
and TEST2 as well. I connected as dbadmin and issued the following
statement:

GRANT CREATEIN,DROPIN ON TEST1, TEST2 TO TEST

and got:

Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed
 Syntax error or access violation;-5001 POS(26) Missing privilege:TEST1
GRANT CREATEIN,DROPIN ON TEST1, TEST2 TO TEST

I tried only with CREATEIN and only TEST1 but got the same result.

I'm using Maxdb 7.6 on Windows.

Thanks in advance for any hints,

Robert



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/maxdb?unsub=mysql@(protected)