由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 卧春
相关主题
How to split a column into several rows?[转载] Re: SQL下如何转移tempdb
SQL Server Trigger on System Base Table or Catalog Viewanother question--怎么delete a row from a table
这个MySQL是怎么会事?Help with Oracle8i Lite
Mysql无法远程连接,求助question about sql trigger.
T-SQL 问题Drop table error.
Interesting Data Manipulation questionOracle每次一重启就不能用了...help please~
这个 Oracle SQL 语句该这么写啊?请教如何用alter table 来加一个not null的列
初级问题How to delete column and row in table
相关话题的讨论汇总
话题: test1话题: mysql话题: query话题: ok话题: mytest
进入Database版参与讨论
1 (共1页)
bz
发帖数: 1770
1
I installed MySQL and used root to grant priv to a normal user test1.
mysql> grant CREATE,UPDATE,SELECT,ALTER on mytest_db.* to test1@localhost;
Query OK, 0 rows affected (0.00 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
I did not grant DROP to test1, but test1 still can delete tables in
mytest_db database. Any ideas? how to make normal user can only creat table
and can not delete table, like ftp uploading account in ftp servers?
Thanks!
I am pretty new to dba stuff.
1 (共1页)
进入Database版参与讨论
相关主题
How to delete column and row in tableT-SQL 问题
oracle management serverInteresting Data Manipulation question
Can I execute alter inPL/SQL这个 Oracle SQL 语句该这么写啊?
请教如何用alter table rename column_name初级问题
How to split a column into several rows?[转载] Re: SQL下如何转移tempdb
SQL Server Trigger on System Base Table or Catalog Viewanother question--怎么delete a row from a table
这个MySQL是怎么会事?Help with Oracle8i Lite
Mysql无法远程连接,求助question about sql trigger.
相关话题的讨论汇总
话题: test1话题: mysql话题: query话题: ok话题: mytest