摘要: 新建用户:insert into mysql.user set user='username',ssl_cipher='',x509_subject='',x509_issuer='';设置用户权限:update user set Host='localhost',select_priv='y',insert_priv='y',update_priv='y',Alter_priv='y',delete_priv='y',create_priv='y',drop_priv='y',reload_priv='y',shutdown_priv='y',Process_priv='y',file_pr 阅读全文
posted @ 2011-02-20 18:40 xngeer 阅读(346) 评论(0) 推荐(0)
摘要: Oracle 10g下载地址:http://bt.neu6.edu.cn/viewthread.php?tid=360128&highlight=oracle%2B10g教程下载:http://bt.neu6.edu.cn/viewthread.php?tid=291653&highlight=oracle%2B10gshared memory realm does not exist解决办法:把安装目录\NETWORK\ADMIN下的sqlnet.ora文件中的SQLNET.AUTHENTICATION_SERVICES = (NTS) NTS换为NONE,然后重新启动Ora 阅读全文
posted @ 2011-02-20 11:29 xngeer 阅读(283) 评论(0) 推荐(0)