摘要:
打开命令行窗口,停止mysql服务:Net stop mysql启动mysql,一般到mysql的安装路径,找到 mysqld-nt.exe执行:mysqld-nt --skip-grant-tables 当前窗口将会停止。另外打开一个命令行窗口,执行mysql 如果提示没有这个命令,先进入MYSQL的安装位置下BIN目录再运行mysql>use mysql>update user set password=password("new_password") where user="root";>flush privileges;> 阅读全文
posted @ 2013-04-22 14:37
tGreed
阅读(112)
评论(0)
推荐(0)
浙公网安备 33010602011771号