ChinaUnix.net
相关文章推荐:

netdev_priv

file权限给予你用LOAD DATA INFILE和SELECT ... INTO OUTFILE语句读和写服务器上的文件,任何被授予这个权限的用户都能读或写MySQL服务器能读或写的任何文件。 请问用户没有被授予file_priv权限为什么还能load data infile?譬如:test用户

by xiner10 - MySQL - 2006-11-07 15:50:52 阅读(3391) 回复(9)

相关讨论

mysql 5.1.7-beta 下面操作是用的root权限 [code] mysql> grant select on qiuwt.* to test@localhost identified by 'test'; mysql> flush privileges; mysql> select select_priv from user where user='test'; +-------------+ | select_priv | +-------------+ | N | +-------------+ 1 row in set (0.00 sec) [/code] 按照理解,应该给test赋予了select权限,为什么在user表里还是显示的'N',应该是'Y'才对啊。。

by virtuaboy - MySQL - 2008-06-12 14:33:07 阅读(1730) 回复(4)

Redhat as 3.0 u4 The two network card are good in win2000 but when i installed the as3.0 the "eth0" is good ,the another one shows "netdev WATCHDOG: eth0: transmit timed out" in the "dmesg"and cann't work ,how can i do`? thanks

by davighost - Linux论坛 - 2005-08-19 17:31:26 阅读(1883) 回复(5)

虚拟用户的FTP配置,多数机器已经成功,但有一台机器提示: [2008-8-21 14:08:45] 已连接。正在验证... 命令:> [2008-8-21 14:08:45] USER gov [2008-8-21 14:08:45] 331 Please specify the password. 命令:> [2008-8-21 14:08:45] PASS ***** [2008-8-21 14:08:45] 500 OOPS: priv_sock_get_result 错误:> [2008-8-21 14:08:45] 语法错误: 命令未确认。 状态:> [2008-8-21 14:08:47] 连接已关闭。 应该是密码验证的...

by huashanzhiyu - 服务器应用 - 2010-10-21 16:14:04 阅读(8684) 回复(2)

大家好: 我的环境是WIN2000+EXCHANGE2000,装在E盘,M映射出来,但今天突然发现M盘就剩700M (共18G),检查过邮件只有3G,在E盘的priv1文件一个是3G是放邮件的,另一个是10G是priv1.stm。我怎么能将此文件减小? 我以前用过其工具修过priv1的库,但从没有对这个STM进行操作过,请问这个是什么文件,为什么会这么大?我要怎么办,机器上的盘最多的也是剩下8G我要怎么处理?? 请知道的速帮我想想办法!真的很急超过限...

by selen - 服务器应用 - 2004-05-01 22:09:55 阅读(1405) 回复(3)