mysql数据库的学习[7]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 sharp2001 的 blog

        ****** 为原来的密码。

方法二:使用set password语句

此时,首先需要用超级用户登录。

mysql> set password for username@hostname=password(‘

new_password’);

 

◇ 添加mysql用户:

mysql>grant all on  *.*  username@hostname identified by

‘user_password’;

 

◇使用mysql control center来管理数据库,该工具对数据库建立和维护提供友好的可视化操作界面。

http://dev.mysql.com/downloads/other/mysqlcc.html

本文关键:mysql数据库的学习
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top