ChinaUnix.net
相关文章推荐:

role 冲突 PRIVILEGE

I have create a role as following steps: 1, create role query_role 2, grant select on table1 to query_role 3, grant query_role to user1 4, revoke all on table1 from public 5, set role query_role Login in using user1: select * from table1; error: no SELECT permission set role query_role the select statment worked I don't want to set role every time after login in. How can i do? Thank:roll:...

by juliey - Informix - 2006-08-10 01:21:06 阅读(1557) 回复(3)

相关讨论

I would like to control some users don't update, insert or delete data from tables. But in Informix when I grant the "CONNECT" to the users. They got the update tables privilege. How can I control that? Thanks :oops:

by juliey - Informix - 2006-08-04 11:06:21 阅读(1387) 回复(3)

informix中的某個用戶給他數據庫connect權限,沒辦法對他進行create database的限制. 請問各位有沒有辦法! 謝謝!

by gblbz - Informix - 2006-09-28 08:36:05 阅读(1302) 回复(0)

create user lyp identified by lyp default role dba 说default role子句对create user无效果,书上明明也是这样做的嘛

by china286 - Oracle - 2005-10-27 16:04:29 阅读(1238) 回复(2)

我创建一个角色doctor_role,将其授予一个用户,再做set role doctor_role on,但显示:SET role fails. The caller is not granted with the specified role. Please contact a user with System Security Officer (SSO) role for help. 有谁个仁兄知道?

by rosehu - Sybase - 2003-12-01 11:35:32 阅读(1041) 回复(2)

Anybody can tell me this two question: 1. What kind of SQL server role and database role needed for monitor the SQL jobs? 2. What kind of server role and database role needed for run bcp utility? \" System Administrator\" is the only answer? anything else? Thanks,

by guyang2000 - SQL server - 2003-06-28 00:30:40 阅读(2965) 回复(0)

Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

最终解决方法如下:

在mysql的安装目录下,我的是/usr/bin

./mysql_install_db   --user=mysql  --datadir=/var/lib/mysql

原因是重装的时候数据目录不一致导致

然后再次启动,OK

by raymanan - MySQL - 2011-12-20 09:46:31 阅读(644) 回复(0)

我用用户user1创建一个表,user2也能访问他。怎么把这个权限去掉。user2和user1在同一个组,我没有系统权限去更改这个。 请问怎么解决这个问题

by leisuc - DB2 - 2008-09-10 00:09:38 阅读(2528) 回复(1)

moose中的role 应该翻译成啥? 看moose::manual::attributes下面的code求注释 package HasSize; use Moose::role; requires '_build_size'; has 'size' => ( is => 'ro', lazy => 1, builder => '_build_size', ); package Lilliputian; use Moose; with 'HasSize'; sub _build_size { return 'small' }

by jiwang1980 - Perl - 2011-08-06 08:42:47 阅读(2373) 回复(5)

招聘公司 :世界500强IT公司 工作地点:上海或成都 [td=1,1,132] Location [td=1,1,492]Shanghai and Chengdu [td=1,1,132] Required Skills [td=1,1,492]• Fluent English writing/reading/speaking ability. • At least 6 years of experience in SAP consulting and at least 3 years of experience in project management or department management • Good technical expertise with negotiation...

by lucytian - 猎头招聘 - 2007-11-13 20:52:51 阅读(1098) 回复(0)

Is there a table to decribe the relationship between user and assigned roles?

by juliey - Informix - 2006-08-16 07:24:40 阅读(1324) 回复(1)