[求助]怎样在phpmyadmin中使用password()函数
我想把我mysql数据库中的密码列,用PASSWORD()函数加密,不知道怎样用这个函数,<BR>请各位大侠帮帮忙,谢谢 <P>设置密码<BR>update user set password=password('你的密码') where user='你的用户'<BR>添加用户<BR>grant all on dbname.* to '用户<a href="mailto:'@'localhost'" target="_blank" >'@'localhost'</A> identified by '密码' #会自动加密.<BR><BR>phpmyadmin没用过.</P> <P>哦 ,谢谢<BR></P>页:
[1]
