网站开发与移动开发

博客园 首页 新随笔 管理

2009年8月19日 #

摘要: windows] 1、停止mysql服务:打开命令行窗口CMD,Net stop mysql 2、用另外一种方式启动Mysql:在命令行进入到mysql的安装路径下的bin目录下使用mysqld-nt.exe启动:mysqld-nt --skip-grant-tables 注意:此时CMD窗口不能关闭。 3、进入Mysql:另外打开一个命入令行窗口,在bin目录下执行mysql,此时无需输入密码即可进入。 >use mysql >update user set password=password("new_pass") where user="root 阅读全文
posted @ 2009-08-19 09:37 txf2004 阅读(111) 评论(0) 推荐(0) 编辑

摘要: <html><head><meta http-equiv="Content-Language" content="en" /><meta name="GENERATOR" content="Zend Studio" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>title</title> 阅读全文
posted @ 2009-08-19 09:35 txf2004 阅读(158) 评论(0) 推荐(0) 编辑