在Advantage Database Server(Sybase)中创建数据字典时,系统会自动创建名为ADSSYS的用户。这个用户的角色是什么,我们可以从我们的应用程序中删除它吗?
答案 0 :(得分:4)
来自Advantage帮助:
All Advantage data dictionaries contain an administrative user called ADSSYS. This user has permissions to perform any operation or update on the dictionary. Be aware that if the ADSSYS password is lost, it cannot be recovered or reset
我认为您不能删除用户,只需设置安全密码,就像管理员帐户一样。
您可以在应用程序中指定任何用户名。如果您以ADSSYS
或空用户名连接,则会使用ADSSYS
用户。如果给定的密码错误,连接当然会失败。
底线:只需为ADSSYS
用户设置安全密码。
http://devzone.advantagedatabase.com/dz/content.aspx?Key=17&SearchKeyWords=adssys